Home » Database » DB » Bug #4253
1
Details
| Submitted | 2005-05-01 10:13 UTC |
|---|---|
| From | mysmx at ukr dot net |
| Assigned | danielc |
| Status | Bogus |
| Package | DB |
| PHP Version | 4.3.11 |
| OS | Windows2000 |
| Roadmaps | (Not assigned) |
Comments
[2005-05-01 10:13 UTC] mysmx at ukr dot net
Description:
------------
Standard Message: DB Error: extension not found
Standard Code: -25
DBMS/User Message: [DB Error: extension not found] ** mysqli://root:root@localhost/max
DBMS/Debug Message: [DB Error: extension not found] ** mysqli://root:root@localhost/max
Reproduce code:
---------------
$db =& DB::connect('mysqli://root:jnrhsnm@localhost/max');
if (PEAR::isError($db))
{
echo 'Standard Message: ' . $db->getMessage() . "\n";
echo '<br>Standard Code: ' . $db->getCode() . "\n";
echo '<br>DBMS/User Message: ' . $db->getUserInfo() . "\n";
echo '<br>DBMS/Debug Message: ' . $db->getDebugInfo() . "\n";
exit;
}
[2005-05-04 15:36 UTC] mysmx at ukr dot net
in php 4.3.11
php_mysqli.dll - not exist
export from php 5.0.4
php_mysqli.dll - not right