Re: [PHP-WIN] Re: Missing MySQL DLLs in Windows PHP 5.0.3 - not in pecl either!

2005-02-25 Thread Edin Kadribasic
Sent: Tuesday, February 22, 2005 10:16 PM Subject: [PHP-WIN] Re: Missing MySQL DLLs in Windows PHP 5.0.3 - not in pecl either! > I think something must have changed, and I think it was intentional. In > the php.ini under extensions, where they're all commented out and match > a

[PHP-WIN] Re: Missing MySQL DLLs in Windows PHP 5.0.3 - not in pecl either!

2005-02-22 Thread Jimbus
I think something must have changed, and I think it was intentional. In the php.ini under extensions, where they're all commented out and match all the dlls in the pecl pack, there is no php_mysql.dll commented out. This and the fact that the dll is missing from the pecl pack makes me think som

[PHP-WIN] Re: Missing MySQL DLLs in Windows PHP 5.0.3 - not in pecl either!

2005-02-21 Thread M. Sokolewicz
well, they should be available via PECL (php_mysql.dll that is), libmysql should be in the download of the main product. As for php_pdo_mysql.dll, you'll need php_pdo.dll running aswell, and then use the PDO functions: http://www.php.net/manual/en/ref.pdo.php Jimbus wrote: The instructions stat