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] upgrade and now no formdata?

2002-05-03 Thread Jim Thome
Steve- Read the section on external variables on this page: http://www.php.net/release_4_2_0.php For security reasons, automatically creating variables from form fields is not enabled by default as of PHP 4.2.0 --Jim >>> <[EMAIL PROTECTED]> 05/03/02 19:28 PM >>> I am running windows 2000,

Re: [PHP-INST] Upgrade error

2002-03-08 Thread Hywel Burris
RE: [PHP-INST] Upgrade erroryes. and actually a reboot. Thanks - Original Message - From: Hunter, Ray To: 'Hywel Burris' ; [EMAIL PROTECTED] Sent: Friday, March 08, 2002 7:32 PM Subject: RE: [PHP-INST] Upgrade error Did you restart the mysqld again...?

RE: [PHP-INST] Upgrade error

2002-03-08 Thread Hunter, Ray
Did you restart the mysqld again...? Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Hywel Burris [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 12:14 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Upgrade error after a RedHat up2date up

Re: [PHP-INST] Upgrade experience

2001-10-05 Thread Rasmus Lerdorf
> I have been trying to upgrade my PHP installation to 4.06. I can't find an > RPM for my Mandrake 7 system I see lots: http://rpmfind.net/linux/rpm2html/search.php?query=php&submit=Search+... -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Rasmus Lerdorf
> I did recompile Apache after building the new PHP. And you installed the new httpd in the right place? Check the timestamp on the binary. -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] T

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Tom Harris
Rasmus Lerdorf <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I used the following > > > > ./configure --with-mysql --enable-track --with-config-file-path=/www/conf -- > > with-pdflib=/usr/local/pdflib --with-apache=/usr/local/httpd > > > > phpinfo() says I

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Rasmus Lerdorf
> I used the following > > ./configure --with-mysql --enable-track --with-config-file-path=/www/conf -- > with-pdflib=/usr/local/pdflib --with-apache=/usr/local/httpd > > phpinfo() says I used > > ./configure' '--with-mysql=/usr/local/mysql' > '--with-config-file-path=/www/conf' '--with-apache=../

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Tom Harris
; '--with-apache=../httpd' '--enable-track-vars' Does this make it easier to figure out what I did wrong?? Thanks - Original Message - From: Rasmus Lerdorf <[EMAIL PROTECTED]> Newsgroups: php.install Sent: Wednesday, January 17, 2001 1:35 PM Subject: Re: [PHP-INST] Up

Re: [PHP-INST] Upgrade PHP with Apache

2001-01-17 Thread Rasmus Lerdorf
Which configure flags did you use to compile PHP? (hint, they are listed in the config.status file) Compare these to the flags you used when you built the previous one. (these are listed on the phpinfo() page) -Rasmus On Wed, 17 Jan 2001, Tom Harris wrote: > Hi folks, > > I'm trying to upgra