ID:               48901
 Updated by:       [email protected]
 Reported By:      yuji1 at mail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         MySQLi related
 Operating System: W32
 PHP Version:      5.3.0
 New Comment:

The new mysqlnd driver is used instead. You have to load the mysqli
extension in your php.ini.


Previous Comments:
------------------------------------------------------------------------

[2009-07-13 07:37:25] yuji1 at mail dot com

Description:
------------
PHP 5.3.* distros do not contain libmysql*.dlls.

Reproduce code:
---------------
(PHP.ini set to include extension php_mysqli.dll)
(Crappy Example)

<?php

$clsMySQLi = new mysqli("host", "user", "pass");
$clsMySQLi->close;

?>

Expected result:
----------------
Success.

Actual result:
--------------
Fatal error: Class 'mysqli' not found.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48901&edit=1

Reply via email to