[PHP-WIN] Install PHP4.2.3 with Apache 2.0.40 on Window 2000

2002-11-26 Thread Jack R.
Hi, Can someone please help with my PHP installation? The install.txt said I just need to add these in my Apache config file, but there is no "sapi" sub-directory exists under c:\php and I can't find php4apache.dll. LoadModule php4_module c:/php/sapi/php4apache.dll AddModule mod_php4.c

[PHP-WIN] Install PHP4.2.3 with Apache 2.0.43 on Window 2000

2002-11-27 Thread Jack R.
I am trying to install php 4.2.3 with apache 2.0.43 on window 2000. I copy php4ts.dll to winnt/system32 and add the following at the end of my apache config file per install instruction. LoadModule php4_module c:/php/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .p

[PHP-WIN] Install PHP4.2.3 with Apache 2.0.43 on Window 2000

2002-11-29 Thread Jack R.
I follow the exact procedure describe here, and I still can't get it to work. The following procedure has the same setting as I do, but apache fails to start after I try to load the module by adding the following line to my apache config file. LoadModule php4_module c:/php/sapi/php4apache2.dll Add

Re: [PHP-WIN] Install PHP4.2.3 with Apache 2.0.43 on Window 2000

2002-11-29 Thread Jack R.
Thanks. How can you get PHP4.3.0 RC2 work with apache 2.0.43? - Original Message - From: "Davy Obdam" <[EMAIL PROTECTED]> To: "'Jack R.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 4:34 PM Subject: RE: [PHP-WI