php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44272 Unknown notice from dba_exists()
Submitted: 2008-02-27 20:39 UTC Modified: 2008-07-25 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: b at eiesoft dot ru Assigned:
Status: No Feedback Package: DBM/DBA related
PHP Version: 5.2.5 OS: Debian Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2008-02-27 20:39 UTC] 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]: &#65533;&#65533;2&#65533;(null) in /var/www/test.php on line 4

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC