[PHP-DEV] Bug #947: MySQL support not compiled in php win32 From: dagarf <email protected>
Date: 11/23/98

From: dagarf <email protected>
Operating system: windows 95
PHP version: 3.0.5
PHP Bug Type: MySQL related
Bug description: MySQL support not compiled in php win32

Well I won't give you a script because it simply says it doesn't know the function I want to use (for instance mysql_connect).
In your manual it says that mysql support is precompiled in php3 but this does not seem to be the case.
odbc works fine but mysql didn't. The way I work around it now is just to dynamically load the mysql.dll (I copied this from php3_mysql.dll because I hoped this was the problem) using the dl() function.

In the php3.ini support for mysql is uncommented and it should have worked...

I use a windows 95 system with MS PWS, ASP, PHP3 win32 and MySQL win32

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>