summaryrefslogtreecommitdiff
path: root/ext/dbase/dbf_head.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #42261 (Incorrect lengths for date and boolean data types)Ilia Alshanetsky2007-11-181-0/+9
* Fixed bug #42261 (header wrong for date field).Ilia Alshanetsky2007-08-101-0/+3
* MFH: fix #41394 (dbase_create creates file with corrupted header)Antony Dovgal2007-05-161-2/+2
* strncpy() -> strlcpy()Ilia Alshanetsky2007-02-241-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-4/+4
* fix leaks & uninitialized varsAntony Dovgal2006-09-061-15/+13
* MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)Michael Wallner2006-08-081-0/+2
* MFH: remove debug output and fix bug #37589Antony Dovgal2006-05-251-1/+0
* MFH: fix #36113 (Reading records of unsupported type causes segfault)Antony Dovgal2006-01-231-4/+7
* rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)Vlad Krupin2003-10-121-4/+0
* Fix for bug 23463. Dbase2 is not supported.Vlad Krupin2003-08-061-0/+4
* MFBRasmus Lerdorf2003-04-011-2/+3
* Fix for bug 19727. dBase5 (at least for windows) seems to allow 1024 fieldsVlad Krupin2002-12-131-3/+3
* handle dbase files with padded field headers. (patch fromjim winstead2001-10-081-12/+31
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fix TSRM problem.foobar2001-08-061-2/+2
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+9
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-2/+2
* Fix dbase breakage related to the virtual path changes.Sascha Schumann2000-05-061-1/+1
* Include php_virtual_cwd.h for V_OPENSascha Schumann2000-05-021-0/+1
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-301-2/+2
* moved dbase into ext/ along with the bundled libraryStig Bakken1999-04-191-0/+261