|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-07-17 01:28 UTC] jani@php.net
[2008-07-25 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 09 19:00:01 2025 UTC |
Description: ------------ PHP warns me with strange NOTICE message when using dba_exists() Berkeley DB version - 4.6.21 Reproducable: always Reproduce code: --------------- <?php error_reporting(E_ALL); $dbm = dba_popen("cachefile", "n", "db4"); dba_exists("eie", $dbm); ?> Expected result: ---------------- Nothing Actual result: -------------- Notice: dba_exists() [function.dba-exists]: ��2�(null) in /var/www/test.php on line 4