[PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-29 Thread Steven James Samuel Stapleton
I am running PHP 5.0.2 and MySQL 4.0.21-nt the install directory (C:\WBP\PHP\) is in the path. The MySQL dir is not in the path. I am attempting to use the PHP shell/command line feature (rather than web server), however I get this result: --

Re: [PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-30 Thread Steven James Samuel Stapleton
;/". The error states that it cannot find "C:\WBP\PHP\php_mysql.dll" this time. (Note: it's a clean install on this machine) -Jim Stapleton - Original Message - From: "Michael Purdy" <[EMAIL PROTECTED]> To: "Steven James Samuel Stapleton" <[E

Re: [PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-30 Thread Steven James Samuel Stapleton
l file somewhere (this is different from libmysql.dll). I got mine out of the zip file for windows (not the installer). Place that in whatever directory you have specified as your extension directroy in php.ini. Good luck -- Adam Clauss [EMAIL PROTECTED] "Steven James Samuel Stapleton&qu

[PHP-WIN] Apache2+PHP5+MySQL4 --> mysql_connect fails, PHP5+MySQL4+CLI --> mysql_connect works

2004-11-10 Thread Steven James Samuel Stapleton
Relevant information: Windows XP Pro SP2 PHP 5.0.2 MySQL 4.0.21-nt Apache 2 PATH: C:\WINDOWS\system32 C:\c\WINDOWS C:\WINDOWS\System32\Wbem C:\WBP\php //PHP bin dir C:\WBP\Apache2\bin //Apache bin dir MySQL's bin dir is not in path I have tried calling mysql_connect(...) with PHP's p

Re: [PHP-WIN] Apache2+PHP5+MySQL4 --> mysql_connect fails, PHP5+MySQL4+CLI --> mysql_connect works

2004-11-10 Thread Steven James Samuel Stapleton
Fixed: For some reason Apache wanted a php.ini in the windows directory rather than in the PHP install directory. Explicitly set the PhpIniDir in the httpd.conf and fixed it. -Jim - Original Message - From: "Steven James Samuel Stapleton" <[EMAIL PROTECTED]> Cc: &