Re: [PHP-INST] ok compiled but ?

2002-05-23 Thread Richard Anglin
I had the same problem and was sratching my head for three weeks. I found the solution by following the below directions: http://www.tldp.org/HOWTO/Apache-Compile-HOWTO/php.html I was surprised it worked -- pass it on :) - Original Message - From: "Richard Anglin" <[EMAIL PROTECTED]>

Re: [PHP-INST] weird problem...

2002-05-23 Thread MikeParton
Glad to see others think I'm cool. I was beginning to think that was a thought unique to me. Anyway, glad I could help. Cheers and good luck! Mike - Original Message - From: "TeWoei Poon" <[EMAIL PROTECTED]> To: "MikeParton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May

[PHP-INST] FW: Can't install PHP in win 2000

2002-05-23 Thread Miguel Maria Godinho de Matos
-Original Message- From: Miguel Maria Godinho de Matos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:30 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Can't install PHP in win 2000 Hi guys, i am not subscribe in the php mailing list so any replys on this topic, p

Re: [PHP-INST] weird problem...

2002-05-23 Thread TeWoei Poon
Mike, You are COOL! Thanks. --- MikeParton <[EMAIL PROTECTED]> wrote: > Did you leave register_globals set to off in your > php.ini? If so, you need > to declare your $_ENV superglobal variable at the > beginning of your script > (see the section in the php manual on > register_globals and the

Re: [PHP-INST] weird problem...

2002-05-23 Thread MikeParton
Sorry, that should be $_SERVER superglobal NOT $_ENV - Original Message - From: "MikeParton" <[EMAIL PROTECTED]> To: "TeWoei Poon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 2:21 PM Subject: Re: [PHP-INST] weird problem... > Did you leave register_globals set

Re: [PHP-INST] weird problem...

2002-05-23 Thread Jim Thome
Read the news release: http://www.php.net/release_4_2_1.php External variables are no longer enabled by default. >>> TeWoei Poon <[EMAIL PROTECTED]> 05/23/02 12:07 PM >>> Hey all, This is really weird. I've just upgraded the php version from 4.0.5 to 4.2.1. I'm running Apache on Windows 98.

Re: [PHP-INST] PHP 4.1.2 and Apache EAPI

2002-05-23 Thread Phil Dibowitz
Phil Dibowitz wrote: > I recently installed PHP 4.1.2 on Apache 1.3.20 with SSL. It doesn't make a huge difference I suppose, but the Apache Version was a typo. Apache/1.3.24 (Unix) mod_ssl/2.8.8 OpenSSL/0.9.6 PHP/4.1.2 Phil -- "They that can give up essential liberty to obtain a little tempo

php-install Digest 23 May 2002 18:22:07 -0000 Issue 850

2002-05-23 Thread php-install-digest-help
php-install Digest 23 May 2002 18:22:07 - Issue 850 Topics (messages 7080 through 7089): Re: ok compiled but ? 7080 by: Defryn NZ 7081 by: Richard Anglin 7086 by: Dan Stilts Install Php --with-mysql=/path/to/header/files 7082 by: Sharksforum concurrent runn

Re: [PHP-INST] weird problem...

2002-05-23 Thread MikeParton
Did you leave register_globals set to off in your php.ini? If so, you need to declare your $_ENV superglobal variable at the beginning of your script (see the section in the php manual on register_globals and the superglobal arrays). HTH Mike - Original Message - From: "TeWoei Poon" <[E

[PHP-INST] PHP 4.1.2 and Apache EAPI

2002-05-23 Thread Phil Dibowitz
I recently installed PHP 4.1.2 on Apache 1.3.20 with SSL. But when I start up Apache it warns me that PHP was compiled with "plain Apache 1.3 API" support and my crash under "EAPI" and I should recompile with "-DEAPI"... I can't seem to find a configuration option for this. Is this possible? D

[PHP-INST] weird problem...

2002-05-23 Thread TeWoei Poon
Hey all, This is really weird. I've just upgraded the php version from 4.0.5 to 4.2.1. I'm running Apache on Windows 98. I've been following the installation instructions... I've done the necessary changes to httpd.conf LoadModule php4_module C:/php.4.2.1/sapi/php4apache.dll AddType application/

Re: [PHP-INST] ok compiled but ?

2002-05-23 Thread Dan Stilts
Meaning compile it with --with-apache=/path/to/apache_src...should look something like: ./configure --with-mysql=/software/mysql --enable-calendar --with-apache=/op t/build/apache_1.3.24 --with-openssl=/usr/local/openssl --with-db3=/usr/loca l/BerkeleyDB --with-pgsql=/software/pgsql --with-gett

[PHP-INST] Compiles & Initializes okay but will not execute?

2002-05-23 Thread Shawn Lyndon
iPlanet 4.1, PHP 4.2.1, Solaris 8 - We appear to have exactly the same behaviour as noted below by David O in his post on 5/03/2002 We can compile, configure and initialize the PHP nsapi. However, we cannot get it to execute PHP! We see messages in the iplanet error log that identifies PHP ini

Re: [PHP-INST] W2K SP2, PHP 4.2.1, IIS 5

2002-05-23 Thread Joshua E Minnie
Finally got that part to work, I ended up unistalling then reinstalling the IIS server and unistalling PHP, then using the PHP windows installer to configure the IIS server for me. Now I am having another problem. I am getting the error: PHP Warning: Unable to load dynamic library 'D:\PHP\exten

[PHP-INST] concurrent running of 2 php versions

2002-05-23 Thread erich
does anyone has attempted to run php 4.0.x & 4.1.2 on windows NT or windows XP platform successfully? i appreciated php 3 & 4 can be run simulateously on linux, *NIX, freeBSD operating environments proven by testing -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP-INST] Install Php --with-mysql=/path/to/header/files

2002-05-23 Thread Sharksforum
When I try to install Php like this: ./configure --with-mysql=/usr/local/lib/mysql --with-apache=../apache_1.3.24 --with-gd --enable-trans-sid I get: configure: error: Cannot find header files under /usr/local/lib/mysql I have installed: http://www.mysql.com/Downloads/MySQL-4.0/MySQL-4.0.1-2.