|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-02 14:28 UTC] derick@php.net
[2006-10-02 14:28 UTC] tony2001@php.net
[2006-10-02 14:32 UTC] renato at metrosp dot com dot br
[2006-10-02 14:58 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 15:00:01 2025 UTC |
Description: ------------ dbase_open() function don't works. Reproduce code: --------------- $dbo = dbase_open("/var/www/html/dbf/200.dbf",0); Expected result: ---------------- No errors and the database opened. This bug don't occur in 5.1.2. Actual result: -------------- Warning: dbase_open() [function.dbase-open]: unable to open database /var/www/html/dbf/200.dbf in /var/www/html/dbfopen.php on line 3