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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: b at eiesoft dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 10:01:28 2025 UTC