php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39015 dbase_open don't works
Submitted: 2006-10-02 14:20 UTC Modified: 2006-10-02 14:58 UTC
From: renato at metrosp dot com dot br Assigned:
Status: Not a bug Package: dBase related
PHP Version: 5.1.6 OS: FreeBSD 4-STABLE
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: renato at metrosp dot com dot br
New email:
PHP Version: OS:

 

 [2006-10-02 14:20 UTC] renato at metrosp dot com dot br
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-02 14:28 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2006-10-02 14:28 UTC] tony2001@php.net
This meand the dbf file is not readable or has a broken header.
Please upload this file (or another one, which demonstrates it) somewhere and leave the link here.
 [2006-10-02 14:32 UTC] renato at metrosp dot com dot br
Follow the link to the file:

http://extranet.metrosp.com.br/200.dbf
 [2006-10-02 14:58 UTC] tony2001@php.net
The "T" (timestamp?) fields are not support by ext/dbase.
The list of supported field types can be found in the docs: http://php.net/dbase 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC