Tuesday, February 10, 2015

[php][Resolved] Turn on OpenSSL with wamp in window platform

 
 
To enable openSSL, firstly, find out your php.ini to edit. for example, if your wamp install at
C:\wamp\
visit the directary with your php version version which looks like this:
C:\wamp\bin\php\php5.4.16

And open the php.ini:
 

Remove the ";" in front of this line:

;extension=php_openssl.dll

----Part 2----
Start your wamp:

left click the WAMP server icon at right-bottom,  (if you haven't start wamp, run it first)

Click PHP-> PHP extensions


and then click php_openssl if there is no click at that item:


Restart WAMP

Reference:
http://stackoverflow.com/questions/26841430/laravel-exception-after-page-is-refresh-openssl-extension-is-required

No comments :

Post a Comment