in my php.ini I uncommented
extension=php_o penssl.dll (of course the dll is in the extension directory)
and putted libeay32.dll and ssleay32.dll in the windows/systems32 folder
I have PHP vrsion 4.4.2
I got
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\php_ope nssl.dll'
Note that it was a mess in that computer I found the above dll in folders of PHP in 2 folders of xamp and so on. At frst I tried to use for each dll the bigger I could find and got the above message, afterwards I downloaded some using the dll downloading sides the message became
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\php_ope nssl.dll' - The operating system cannot run %1. in Unknown on line 0
could you tell me if I must do anything else and where to find the right dlls?
extension=php_o penssl.dll (of course the dll is in the extension directory)
and putted libeay32.dll and ssleay32.dll in the windows/systems32 folder
I have PHP vrsion 4.4.2
I got
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\php_ope nssl.dll'
Note that it was a mess in that computer I found the above dll in folders of PHP in 2 folders of xamp and so on. At frst I tried to use for each dll the bigger I could find and got the above message, afterwards I downloaded some using the dll downloading sides the message became
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\php_ope nssl.dll' - The operating system cannot run %1. in Unknown on line 0
could you tell me if I must do anything else and where to find the right dlls?
Comment