php-install Digest 24 Nov 2002 10:26:18 -0000 Issue 1131
Topics (messages 9227 through 9228):
Starting Apache2 with php 4.2.3
9227 by: Eugene Sherbin
Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored
9228 by: Axel Heck
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache
client (2.0.42-win32-x86-no_ssl) under windows XP
downloaded the zip file from the php.net website, and then extracted the
contents into c:\php\ (such that php.exe is in the root of that dir). Then I
copied all the dlls into windows\system folder as per instructions, added
the 3 lines of code:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
to the begining of httpd.conf file, and when i try to start the server it
says:
"Cannot load C:/PHP/sapi/php4apache.dll into server: The specified module
could n
ot be found." meanwhile C:/PHP/sapi/php4apache.dll is exactly where it's
located on the hdd
Thank you
Eugene
--- End Message ---
--- Begin Message ---
Hi there,
I´ve updated my local testing system on windows 2000 to php 4.2.3 and Apache
2.043
Everything seems to work proper, until one big problem:
When I'm accessing a php-site, (f.e. tinypr/opelhauser/index.php) the script
ist parsed propperly and the site is shown correct. Whenever now a variable
is delivered to the same script (f.e. tinypr/opelhauser/index.php?todo=1)
this variable is not used by php, so that the page is shown again without
using the variable value.
Is this problem known by anyone and is there a fast and simple solution ?
With the earlier combination (PHP 4.2.2. and Apache 2.039) this all have
worked propperly!
Thanks in advance,
Axel
--- End Message ---