ID:               37173
 Updated by:       [EMAIL PROTECTED]
 Reported By:      myckel at sdf dot lonestar dot org
-Status:           Open
+Status:           Assigned
 Bug Type:         DBM/DBA related
 Operating System: Gentoo Linux
 PHP Version:      5.1.2
-Assigned To:      
+Assigned To:      helly
 New Comment:

Marcus, you broke it by this commit:
http://cvs.php.net/viewcvs.cgi/php-src/ext/dba/dba.c?r1=1.111&r2=1.112


Previous Comments:
------------------------------------------------------------------------

[2006-04-23 18:23:03] myckel at sdf dot lonestar dot org

Tried to build the latest snapshot and installed. phpinfo() gave: PHP
Version 5.1.3RC4-dev (as confirmation that the latest php is in use).

But the bug keeps appearing when I tried the script again. Seems that
the bug isn't fixed yet.

------------------------------------------------------------------------

[2006-04-23 15:29:13] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



------------------------------------------------------------------------

[2006-04-23 15:21:58] myckel at sdf dot lonestar dot org

Description:
------------
Since my last distro php upgrade I can't open a DBA file with the "rdt"
modifier (on a non-opened file). It gives an error on a n incompatible
modifier combo. The PHP version is: PHP Version 5.1.2-pl1-gentoo

Reproduce code:
---------------
<?php

/* config.db4 exists, but isn't opened */
dba_open("config.db4",rdt,db4);

?>

Expected result:
----------------
Empty page, no errors.

Actual result:
--------------
HTTP server returns the following error:

Warning: dba_open(config.db4,rdt) [function.dba-open]: You cannot
combine modifiers - (no lock) and t (test lock) in
/var/www/localhost/htdocs/test.php on line 4


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37173&edit=1

Reply via email to