ID: 46264 Updated by: [EMAIL PROTECTED] -Summary: FoxPro DBF file support Reported By: pierre dot beaumadier at gmail dot com Status: Feedback Bug Type: dBase related Operating System: GNU/Linux PHP Version: 5.2.6 New Comment:
Not all fixed bugs are evident in the NEWS. Some people are lazy to write proper descriptions. Previous Comments: ------------------------------------------------------------------------ [2008-10-09 12:19:14] pierre dot beaumadier at gmail dot com For information I tested on this version : $ php --version PHP 5.2.4-2ubuntu5.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Jul 23 2008 06:44:49) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies I looked up in the bugs list but didn't see anything related to my problem. I will try to test the latest snapshot. ------------------------------------------------------------------------ [2008-10-09 10:28:49] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi I think something alike was fixed already.. ------------------------------------------------------------------------ [2008-10-09 09:19:27] pierre dot beaumadier at gmail dot com I can send you an example dbf file if you need, as it seems impossible to attach a file to a bug report ------------------------------------------------------------------------ [2008-10-09 09:17:30] pierre dot beaumadier at gmail dot com Description: ------------ the dbase extension seems to be unable to deal at all a foxpro dbf file. Reproduce code: --------------- <?php $db = dbase_open('table.dbf', 0); ?> Actual result: -------------- $ php ./testdbf.php Warning: dbase_open(): unable to open database table.dbf in /home/pbeaumadier/testdbf.php on line 3 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46264&edit=1
