Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Abhisek Dutta
KM, Check this out: http://forums.mysql.com/read.php?52,98383,98383 It may help you. Regards Abhisek KM wrote: I am attempting to use the following together…. MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
Date: Tue, 7 Aug 2007 10:01:16 -0400 (EDT) Subject: Re: [PHP-WIN] PHP, MYSQL and Apache > Keith, > > Go in your php.ini and change that extension path to have / (forward > slashes) instead of \ (backslashes), save it, then restart Apache. > > Regards, > Carlton Whit

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Carlton Whitehead
[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], php-windows@lists.php.net Sent: Tuesday, August 7, 2007 9:56:29 AM (GMT-0500) America/New_York Subject: Re: [PHP-WIN] PHP, MYSQL and Apache This is from my apache error.log [Tue Aug 07 09:53:47 2007] [notice] Parent: Received shutdown signal -- Shutting

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
2007 08:53:02 -0400 Subject: Re: [PHP-WIN] PHP, MYSQL and Apache > This sounds very typical of a problem with WHERE in your path MySQL is set. > > Open up your PATH env variable, and look to see if your PHP ext > directory (with the mysql ext) is listed in the path BEFORE your actua

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Thomas Hearn
n the PATH And yes on the second as well Keith -Original Message- From: Jeff White [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:56 PM To: 'KM' Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP, MYSQL and Apache Hello Keith, I realize this may seem a b

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
sts.php.net Date: Tue, 7 Aug 2007 17:31:39 +1000 (EST) Subject: RE: [PHP-WIN] PHP, MYSQL and Apache > I always have 'small' issues configuring mysql extensions for PHP in > windows. > > What does you extension_dir directive look like in the php.ini config > file? is it

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread hburton
- > From: Carlton Whitehead [mailto:[EMAIL PROTECTED] > Sent: Monday, August 06, 2007 9:01 PM > To: KM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP, MYSQL and Apache > > Keith, > > Are you sure that's the same php.ini that is referenced by your > p

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
Yes the directory is in the PATH And yes on the second as well Keith -Original Message- From: Jeff White [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:56 PM To: 'KM' Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP, MYSQL and Apache Hello Keith,

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Jeff White
9:22 PM To: 'Carlton Whitehead' Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP, MYSQL and Apache Configuration File (php.ini) Path C:\WINDOWS Loaded Configuration File C:\WINDOWS\php.ini This is indeed the ini file I am editing and saving. And yes, any time I've m

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
m: Carlton Whitehead [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:01 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Are you sure that's the same php.ini that is referenced by your phpinfo(); script? Have you restarted Apache since y

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
ailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:01 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Are you sure that's the same php.ini that is referenced by your phpinfo(); script? Have you restarted Apache since you enabled the extensions

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Carlton Whitehead
From: Carlton Whitehead [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:11 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Browse to your phpinfo(); page, and search it for mysql. Is it listed? If not, the mysql module isn't enable

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
;extension=php_zip.dll Is there something else I am missing? Keith -Original Message- From: Carlton Whitehead [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:11 PM To: KM Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP, MYSQL and Apache Keith, Browse to your phpinfo

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Carlton Whitehead
st 6, 2007 4:58:36 PM (GMT-0500) America/New_York Subject: [PHP-WIN] PHP, MYSQL and Apache I am attempting to use the following together…. MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql Here is the PHP code

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Bill Bolte
[PHP-WIN] PHP, MYSQL and Apache I am attempting to use the following together MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql Here is the PHP code for what I'm trying to do... Fatal erro

[PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread KM
I am attempting to use the following together…. MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql Here is the PHP code for what I’m trying to do… Fatal error: Call to undefined function mysql_connect() in