summaryrefslogtreecommitdiff
path: root/ext/dbase/dbase.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: moved to peclPierre Joye2008-08-071-926/+0
* - New parameter parsing APIFelipe Pena2008-06-291-6/+6
* - New parameter parsing APIFelipe Pena2008-06-251-106/+87
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: do not allow db without fieldsAntony Dovgal2007-02-251-0/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed a possible memory corruption in dbase_open() with invalid open modeIlia Alshanetsky2006-12-011-1/+1
* Fixed a possible crash in dbase_open() on empty filename.Ilia Alshanetsky2006-11-221-0/+5
* MFH: access mode for dbase_open() cannot be < 0Antony Dovgal2006-10-101-0/+3
* MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)Michael Wallner2006-08-081-0/+11
* bailout on error and don't try to create fields of unknown typeAntony Dovgal2006-07-121-0/+2
* MFH: Revert array type hintingHannes Magnusson2006-06-151-3/+3
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-12/+83
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)Derick Rethans2005-02-041-0/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - set precision to 0 unless the field is of type N or IUwe Steinmann2003-11-271-1/+8
* - limit writing of field data to field len + 1Uwe Steinmann2003-10-141-3/+3
* - fixed typo in error messageUwe Steinmann2003-09-211-1/+1
* format string fixesAndrey Hristov2003-08-281-12/+12
* - 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-151-0/+63
* updating license information in the headers.James Cox2003-06-101-3/+3
* 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-311-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-1/+1
* - Made dbase_get_record() and dbase_get_record_with_names use same backendfoobar2002-06-171-117/+60
* Killing compiler warningFrank M. Kromann2002-03-051-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Verified and fixed bug 6852 #2. Now memo fields are 10 butes long, not 9.Vlad Krupin2001-12-311-1/+1
* Verified and fixed bug 6852 #1. No more null byte after terminating 0x0D.Vlad Krupin2001-12-311-1/+1
* Fixed bug #5993. Now if the result returned from a database is biggerVlad Krupin2001-12-141-2/+24
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
* handle 'I' field type, just another name for the 'N' field type (patchjim winstead2001-10-081-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-48/+48
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* @- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com).Joey Smith2001-08-161-3/+3
* @- Fixed a bug in dbase_get_record() and dbase_get_record_with_names().foobar2001-08-141-4/+28
* WhitespaceZeev Suraski2001-08-111-22/+22
* Fix TSRM problem.foobar2001-08-061-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-11/+21
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-2/+2
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+0