[PHP-INSTALL] php with xml support

2003-11-20 Thread Manu
Hi everybody I'm tryng to install php with xml support on redhat 9.0a. I downloaded the source of php 4.3.4 version. I used the following configure command: ./configure --prefix=/usr --libdir=/usr/share/lib --includedir=/usr/include --with-openssl-dir=/usr/bin/openssl --with-curl-dir=/usr/bin/c

Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Manu
Thank you very much for the detailed exposition of the problem! ;-) Manu [EMAIL PROTECTED] (Rasmus Lerdorf) wrote > Apache2 is less mature and not nearly as well-tested as Apache1. If > you run a threaded MPM then all bets are off. The thread safety > status of most extensions and

[PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Manu
On www.php.net there is a warning: Don't use apache 2.0 AND php in production environments. What does it mean? What problems could I get? Thanks in advance Manu

[PHP-INST] Problem compiling php 4.0.4pl with IBM HTTP Server

2001-12-04 Thread Manu Bumb
en this before? Is there something I can pass to the configure command to make sure it picks up that definition? I tried adding a "#ifdef SERVER_VERSION" around that line in php_apache.c, and that worked, but I'd rather find a way to get it to work without having to patch