|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-09-23 11:54 UTC] tony2001@php.net
[2006-09-23 17:00 UTC] nemesis at home dot ro
[2006-09-25 13:34 UTC] nemesis at home dot ro
[2006-10-04 11:49 UTC] nemesis at home dot ro
[2006-10-04 17:18 UTC] nomail at nodomain dot net
[2006-10-11 18:46 UTC] helly@php.net
[2010-05-03 15:54 UTC] johannes@php.net
-Status: Assigned
+Status: Feedback
-Package: Feature/Change Request
+Package: *General Issues
-Assigned To: helly
+Assigned To:
[2010-05-03 15:54 UTC] johannes@php.net
[2012-02-25 00:45 UTC] stas@php.net
[2012-02-25 00:45 UTC] stas@php.net
-Status: Feedback
+Status: No Feedback
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 20:00:01 2025 UTC |
Description: ------------ Upgrade from php 5.1.2 to 5.1.6 and then dba_open doesn't work anymore with db4 Reproduce code: --------------- <?php var_dump(dba_open('xxx.db', 'c', 'db4')); ?> Expected result: ---------------- To print a resouce identifier like "resource(4) of type (dba)" Actual result: -------------- Warning: dba_open(xxx.db,r): Driver initialization failed for handler: db4: Unknown error 140682440 in test.php on line 2