[PHP] Re: HELP!! ISS does not load the ISAPI of PHP

2003-12-19 Thread Astron of BrOnX
Hi, here is the steps, 1 . Copy all php_*.dll from extentions dir to c:\windows\system32 2 . Copy phpîsapi.dll to c:\windows\system32 3 . Copy php4ts.dll to c:\windows\system32 4 . Copy php.ini to c:\windows\system32 5. go ISAPI Filters and add .php (c:\windows\system32\phpisapi.dll) 6. go Applica

[PHP] ISAPI and Header function problem

2003-12-19 Thread Astron of BrOnX
Hi everyone, i have installed Php as ISAPI module and header("Location : xxx.php") is not working? And not redirect to xxx.php... But if you use Php as CGI there isnt any problem.. Does anyone know about this problem? Thank you for interest. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Does anyone have Upload meter php codes?

2003-11-27 Thread Astron of BrOnX
Hi everyone, i am looking for upload meter progress bar codes. I have looked up arround and the most of them needs for patching PHP to get upload variables. And also they are for Linux. I have need a solution for windows. It can be a extra DLL file for PHP but i dont know how i can find? If anyone

[PHP] Re: reading files through ssl protocal

2003-09-25 Thread Astron of BrOnX
Hi, i have the same problem.. If you are using 4.3.2 or 4.3.3 version of php, go to http://ftp.proventum.net/pub/php/win32/misc/openssl/ and download files. There is php4ts.dll in c:\php and replace it with this. There should be worked.. Astron "Chris Edwards" <[EMAIL PROTECTED]> wrote in messa

[PHP] php4ts.dll and Win2000 IIS server

2003-09-23 Thread Astron of BrOnX
Dear Marek Kilimajer and others, I have done all thing that you told me.. In my local (winXP, IIS5.1) SSL is working fine now.. I have replaced php4ts.dll Manuzhai suggested to use php4ts.dll from http://ftp.proventum.net/pub/php/win32/misc/openssl/ and it is okay now.. But, windows2000 IIS give

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

2003-09-22 Thread Astron of BrOnX
ion=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_seal in Unknown on > > line 0 > > PHP War

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

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

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 PROTE

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

[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;

Re: [PHP] How can i enable SSL support?

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

[PHP] How can i enable SSL support?

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

[PHP] How can i enable SSL support?

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

[PHP] How can i enable SSL support?

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