Hi,
I'm trying to install PHP 4.3.1 as an apache2 (2.0.45) module in RH7.
I've followed the instructions in INSTALL file but the --activate-module
apache "configure" script options is no longer available. Is there
another way?
Thanks,
David
Hi folks - hope you can help.
I have had a lot of trouble installing php4 on Apache 2.0 with MySQL on a
Windows XP system. IIS is not installed.
It seems to run now, but it won't pass URL references.
e.g. to run a .php doc from the URL Address line:
//localhost/myprogram.php?week=1, the week no. is
I have been looking at the documentation for Apache and the documentation
for php and I am lost... Could someone point out a quick and easy way for
installation (without the use of the exe?) Yeah I know, stupid, but I want
to try this out.
Thanks in advance,
Jas
--
PHP Install Mailing List (h
Hi,
Try to install php 4.0.6 with apache2
configure works fine
make
make exits with this message:
sapi_apache2.c: In function `php_input_filter':
sapi_apache2.c:248: too many arguments to function `ap_get_brigade'
sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:443: warning: passi
Mark - thanks for the tip, I browsed it but things didn't seem newer, I was wrong.
The modules was created successfully
although my initial didn't work I still have to make sure _I_ setup
everything ok.
Thanks again.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mai
I don't think it's possible with 4.04pl1, but it will compile if you grab
the latest cvs snapshot.
I've gotten it to serve pages, but when I issue an "apachectrl stop" apache
refuses to kill all the processes once the php module is loaded. Take the
php module out, and you're back in business.
Yo
Where can I get more information on (1) if this is even possible yet - I
know that php4 has a --with-apxs2 option, but I get this:
---make output ---
make[1]: Entering directory
`/opt/Project_Yuuto/php-4.0.4pl1/sapi/apache2filter'
/bin/sh /opt/Project_Yuut