March 2010
M T W T F S S
« Feb   Apr »
1234567
891011121314
15161718192021
22232425262728
293031  
  1. We welcome any feedback, questions or comments

How do I enable openssl extension on PHP

I used a custom php build on My Centos server. Now I want to enable openssl extension in order to communicate with SSL.

Solution.

Download and install openssl 1. #wget http://www.openssl.org/source/openssl-1.0.0.tar.gz #./config && make && make install you may use yum method to install it ( yom install openssl*) 2. Next step is to start [...]