summaryrefslogtreecommitdiff
path: root/ext/dbase
Commit message (Expand)AuthorAgeFilesLines
* - 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
* ftruncate is defined in flock_compat.h on windowsMarcus Boerger2002-11-121-1/+9
* fix windows warning: not needed hereMarcus Boerger2002-11-121-4/+0
* 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
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-4/+0
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
* Killing compiler warningFrank M. Kromann2002-03-051-1/+1
* Making dbase compule under WIn32Frank M. Kromann2002-03-051-0/+4
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
* Now dbase_pack() actually truncates the resulting .dbf file to the rightVlad Krupin2001-12-311-0/+6
* 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-112-4/+4
* Unified the configure messages.foobar2001-11-301-1/+3
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
* handle dbase files with padded field headers. (patch fromjim winstead2001-10-081-12/+31
* 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
* Fixing debug build on Win32Frank M. Kromann2001-09-191-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-095-10/+10
* @- 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-063-4/+6
* - TSRMLS_FETCH workZeev Suraski2001-08-052-13/+23