[PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-08-17 Thread silver_82
AZN, I just want to thank you for your post to the newsgroup. I've been up for hours searching the web( before i looked here, my fault ) on a fix on PHP5b to work with Apache2.Thank you, thank you thank you thank you so much for your post. I can finally go to sleep. silver_82 "Azn" <[EMAIL PROT

[PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread Elizabeth Smith
The answer to this is fairly simple, actually, use php5_module instead of php4_module instead of LoadModule php4_module "c:/php/sapi/php4apache2.dll" try LoadModule php5_module "c:/php/sapi/php4apache2.dll" the instructions weren't updated -- PHP Install Mailing List (http://www.php.net/) To

Re: [PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread Stephen
t;AzN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 8:19 PM Subject: [PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1 > Actually, I finally got it to work with module. I had to put the iconv.dll > into the sapi folder, that's all.

[PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread AzN
Actually, I finally got it to work with module. I had to put the iconv.dll into the sapi folder, that's all. Also, I had to use: LoadModule php5_module "c:/php/sapi/php4apache2.dll" Not php4_module. Thanks Elizabeth Smith. However, I seem to have misconfigured something. PHPinfo works but when I

[PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread Seung Hwan Kang
Hello Azn, I tried PHP as an Apache module on W2K with Apache 2.0.46 & PHP 5.0.0 Beta 1, but didn't work. You may need to install it as a CGI. It works! Azn wrote: Hi, Can anyone get PHP5 beta to work on Apache 2.0.46? Heres what I'm doing: Extract PHP5 to C:\php Put php4ts.dll into C:\WINDOW