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
ff 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 bit tedious, b

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
Keith, Browse to your phpinfo(); page, and search it for mysql. Is it listed? If not, the mysql module isn't enabled, and you shouldn't expect a mysql_connect command to work. You may need to edit your php.ini and enable the php_mysql.dll module. Refer to the results of phpinfo(); for the

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

2007-08-06 Thread Bill Bolte
Looks like the mysql extension isn't enable in your php.ini. Make sure it is enabled in the .ini and that the extension is in the appropriate folder. -Original Message- From: KM [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 3:59 PM To: php-windows@lists.php.net Subject: [PHP-W