Php compilation for openssl
Posted: Sat Jun 30, 2007 5:35 am
Hi
In my php.ini file under the extension section, there are few lines I have uncommented. When I ran the php.exe, it gave me these errors.
PHP Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning: Module 'sockets' already loaded in Unknown on line 0
Extension I have modified
extension=php_sockets.dll;
extension=php_openssl.dll;
Does that mean PHP already enabled the module before I uncommented the module?
I searched all the websites, they told me to compile php using --with-openssl[=dir] in order to have php support ssl. When I ran the command, Php doesn't seems to recognise the arguments passed into it and it list all the options available for php command.
How do i compile the openssl so I can use the google as my smtp server?
Do I have to do any changes in the Apache configue files?
Thank you
By the way, I am using php5.2.3, and Apache 2.2.4
In my php.ini file under the extension section, there are few lines I have uncommented. When I ran the php.exe, it gave me these errors.
PHP Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning: Module 'sockets' already loaded in Unknown on line 0
Extension I have modified
extension=php_sockets.dll;
extension=php_openssl.dll;
Does that mean PHP already enabled the module before I uncommented the module?
I searched all the websites, they told me to compile php using --with-openssl[=dir] in order to have php support ssl. When I ran the command, Php doesn't seems to recognise the arguments passed into it and it list all the options available for php command.
How do i compile the openssl so I can use the google as my smtp server?
Do I have to do any changes in the Apache configue files?
Thank you
By the way, I am using php5.2.3, and Apache 2.2.4