Thank you for helping me Marek, but it is like puzzle :) Now i got this
errors :)

Function registration failed - duplicate name - openssl_seal in Unknown on
line 0
PHP Warning:  Function registration failed - duplicate name - openssl_open
in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_pkcs7_verify in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_pkcs7_decrypt in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_pkcs7_sign in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_pkcs7_encrypt in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_private_encrypt in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_private_decrypt in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_public_encrypt in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_public_decrypt in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
openssl_error_string in Unknown on line 0
PHP Warning:  openssl:  Unable to register functions, unable to load in
Unknown on line 0

Of course, i have to click all Alert Boxes on windows :) What can i do now
:(

Thanks,
Astron


"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Pretty new ;)
> Manuzhai suggested to use php4ts.dll from
> http://ftp.proventum.net/pub/php/win32/misc/openssl/
>
> Astron of BrOnX wrote:
>
> > himm 4.3.3 it is new version.?
> >
> > Thanks,
> > Astron
> >
> > "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> >
> >>What version of php do you have. ssl:// is available only since 4.3.0
> >>
> >>Astron of BrOnX wrote:
> >>
> >>
> >>>Hi all, i have been trying to connect a server which has SSL support..
I
> >>>have enabled SSL support from php.ini which lines,
> >>>
> >>>extensition=extensitions/php_openssl.dll;
> >>>
> >>>When i looked up phpinfo() for information, It says, OpenSSL support is
> >>>enable and seems to be okay.. But tyring to use this code;
> >>>
> >>>$sock = fsockopen("ssl://$host", 443, $errno, $errstr, 30);
> >>>
> >>>i have still an error which is;
> >>>
> >>>Warning: fsockopen(): no SSL support in this build in
> >>>c:\inetpub\wwwroot\cenebaz\test.php on line 4
> >>>
> >>>Warning: fsockopen(): unable to connect to www.a1.net:443 in
> >>>c:\inetpub\wwwroot\cenebaz\test.php on line 4
> >>>The operation completed successfully. (0)
> >>>
> >>>The same code running on linux system correctly. But on windows not..
> >>>
> >>>If you have any idea to share with me i will be pleased to all of you.
> >>>
> >>>Thanks,
> >>>Astron
> >>>
> >
> >

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to