Hi all, i need to enable ssl support for windows version of php but when i have enabled ssl support from php.ini like;
extension=extensions/php_openssl.dll php says PHP Warning: Unknown(): Unable to load dynamic library './extensions/php_openssl.dll' - The specified module could not be found. in Unknown on line 0 It is very strange.. Because when i have enabled GD lib like; extension=extensions/php_gd2.dll there isnt any error. php_openssl.dll is in c:\php\extensions directory. Seems to be everything is okay. But still given error. I have been using php4.3.3 + IIS5.1 Do you have any idea? Thanks, Astron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php