ID: 44272 Updated by: [EMAIL PROTECTED] Reported By: b at eiesoft dot ru -Status: Open +Status: Feedback Bug Type: DBM/DBA related Operating System: Debian Linux PHP Version: 5.2.5 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi Previous Comments: ------------------------------------------------------------------------ [2008-02-27 20:39:27] b at eiesoft dot ru 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44272&edit=1