Re: [PHP] There is an error with SSL support.

2003-09-22 Thread Astron of BrOnX
Bravooo.. Thanks mate.. I havent any problem because, i would be crayz.. Astron.. "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I should have mention it. ssl support is compiled directly into the dll, > so you must comment out extension=php_openssl.dll in php.in

Re: [PHP] There is an error with SSL support.

2003-09-22 Thread Marek Kilimajer
I should have mention it. ssl support is compiled directly into the dll, so you must comment out extension=php_openssl.dll in php.ini Astron of BrOnX wrote: Thank you for helping me Marek, but it is like puzzle :) Now i got this errors :) Function registration failed - duplicate name - openssl_s

Re: [PHP] There is an error with SSL support.

2003-09-22 Thread Astron of BrOnX
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 fa

Re: [PHP] There is an error with SSL support.

2003-09-22 Thread Marek Kilimajer
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://

Re: [PHP] There is an error with SSL support.

2003-09-22 Thread Astron of BrOnX
So that, what can i do to connect SSL server in this version (4.3.3) Astron "Astron Of Bronx" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > himm 4.3.3 it is new version.? > > Thanks, > Astron > > "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > W

Re: [PHP] There is an error with SSL support.

2003-09-22 Thread Astron of BrOnX
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

Re: [PHP] There is an error with SSL support.

2003-09-22 Thread Marek Kilimajer
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 inform

[PHP] There is an error with SSL support.

2003-09-22 Thread Astron of BrOnX
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;