RE: [PHP-INST] This VS that?

2002-08-14 Thread Jonathan Thomas
This method compiles the libphp directly into the Apache binary, thus it is 'supposed' to be faster. The problem is the negative side of doing this. With PHP's frequent releases, a user would need to be re-compiling Apache each time a new build of PHP was being installed (thus the reason most ISP

RE: [PHP-INST] php page is not working with "submit" action

2002-07-08 Thread Jonathan Thomas
Make sure you have Register_Globals=On in your php.ini file. This is not turned on by default when you compile php. Thanks, JT -Original Message- From: Terry Cheung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 11:37 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] php page is

RE: [PHP-INST] error making php

2002-07-08 Thread Jonathan Thomas
Since you're compiling with apache2 are you using --with-apxs2=/path/to/apxs/binary ? Thanks, JT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 9:40 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] error making php Hi all, Trying to m

RE: [PHP-INST] problem installing php on apache 2 after unistalli ng apach 1.3

2002-07-02 Thread Jonathan Thomas
Doh - I meant to ask how you're compiling php, not httpd... :) Thanks, JT -Original Message- From: Jonathan Thomas Sent: Tuesday, July 02, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-INST] problem installing php on apache 2 after unistalli ng apach 1.3 How ar

RE: [PHP-INST] problem installing php on apache 2 after unistalling apach 1.3

2002-07-02 Thread Jonathan Thomas
How are you compiling httpd? Should be something like ./configure --with-apxs2=/path/to/apxs/binary --with-config-file-path=/path/to/httpd.conf/directory --enable-track-vars...blahblahblah... If you are, and you're receiving this error - then it's possible that you did not compile apache2 with

RE: [PHP-INST] Sendmail

2002-07-02 Thread Jonathan Thomas
Good morning! 1: With sendmail, usually (if you are using a page.php to use this binary) the path is in your actual code. Look for something like $fd = popen("/usr/sbin/sendmail -t", "w"); As you can see my sendmail binary is in /usr/sbin So you don't need to change this in the php.ini unless y

RE: [PHP-INST] Upgrade

2002-07-01 Thread Jonathan Thomas
Hi! Could probably use a little more info than 'made instruction but it didn't work out'. Did you get any errors? Did you compile php as a shared module (using apxs) or directly into apache? Are you even running apache? Bottom line, if a phpinfo gives you the old version, then your web engine

RE: [PHP-INST] Installing over old PHP install?

2002-06-26 Thread Jonathan Thomas
If you're running redhat you should be able to upgrade php by way of red hat's rpm (up2date). This will allow the upgrade to happen without requiring a re-compile of apache. Thanks, JT -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 2:33

RE: [PHP-INST] Track vars gone ..

2002-06-26 Thread Jonathan Thomas
Make sure you copied over the php.ini-dist / renaming it to php.ini / and that you turned Register_Globals = On If register_globals is off you will have the problem you are describing. Thanks, JT -Original Message- From: Paul Appleyard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June