summaryrefslogtreecommitdiff
path: root/ext/dbase
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* MFB: 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
* fix test namesAntony Dovgal2007-05-071-1/+1
* TypoMartin Kraemer2007-03-141-1/+1
* MFH: do not allow db without fieldsAntony Dovgal2007-02-252-1/+8
* strncpy() -> strlcpy()Ilia Alshanetsky2007-02-242-3/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-10/+5
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Fixed a possible memory corruption in dbase_open() with invalid open modeIlia Alshanetsky2006-12-012-2/+2
* Fixed testIlia Alshanetsky2006-11-261-1/+1
* Fixed a possible crash in dbase_open() on empty filename.Ilia Alshanetsky2006-11-221-0/+5
* fix testAntony Dovgal2006-10-111-1/+1
* MFH: access mode for dbase_open() cannot be < 0Antony Dovgal2006-10-101-0/+3
* fix leaks & uninitialized varsAntony Dovgal2006-09-062-15/+67
* MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)Michael Wallner2006-08-082-0/+13
* bailout on error and don't try to create fields of unknown typeAntony Dovgal2006-07-122-0/+63
* MFH: Revert array type hintingHannes Magnusson2006-06-151-3/+3
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-12/+83
* 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
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-032-2/+2
* - Unify the "configure --help" textsfoobar2005-05-291-2/+0
* - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)Derick Rethans2005-02-042-0/+31
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+57
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Added dbase to the new win32 build. Works both as sharedEdin Kadribasic2003-12-071-0/+10
* - set precision to 0 unless the field is of type N or IUwe Steinmann2003-11-271-1/+8
* - fixed indentingUwe Steinmann2003-11-271-8/+8
* - limit writing of field data to field len + 1Uwe Steinmann2003-10-141-3/+3
* rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)Vlad Krupin2003-10-121-4/+0
* - fixed typo in error messageUwe Steinmann2003-09-211-1/+1
* format string fixesAndrey Hristov2003-08-281-12/+12
* Fix for bug 23463. Dbase2 is not supported.Vlad Krupin2003-08-061-0/+4
* - Removed the unnecessary check of array_init() return value.foobar2003-07-311-3/+1
* Created shorter/sensible key names for dbase_get_header_infoZak Greant2003-07-161-3/+3
* Added function dbase_get_header_infoZak Greant2003-07-152-0/+64
* updating license information in the headers.James Cox2003-06-102-6/+6
* MFBRasmus Lerdorf2003-04-011-2/+3
* ZTS fixes.Ilia Alshanetsky2003-01-191-0/+1
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-1/+1
* Typo corrections.Ilia Alshanetsky2003-01-151-4/+4
* Removed pointless checks around array_init() & ZE memory allocation macros.Ilia Alshanetsky2003-01-151-103/+93
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* Fix for bug 19727. dBase5 (at least for windows) seems to allow 1024 fieldsVlad Krupin2002-12-131-3/+3