Ohh god thank you.. It is okay now.. I have looked up info and i have seen OpenSSL is enable.. But still i have problem, when i try to connect with this code,
$sock = fsockopen("ssl://$host", 443, $errno, $errstr, 30); and it says, Warning: fsockopen(): no SSL support in this build in but seems to be SSL is enable in the phpinfo(); thanks Astron "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Do you have libeay32.dll in your windows system directory? > > Astron of BrOnX wrote: > > 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