| Commit message (Expand) | Author | Age | Files | Lines |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Added dbase to the new win32 build. Works both as shared | Edin Kadribasic | 2003-12-07 | 1 | -0/+10 |
* | - set precision to 0 unless the field is of type N or I | Uwe Steinmann | 2003-11-27 | 1 | -1/+8 |
* | - fixed indenting | Uwe Steinmann | 2003-11-27 | 1 | -8/+8 |
* | - limit writing of field data to field len + 1 | Uwe Steinmann | 2003-10-14 | 1 | -3/+3 |
* | rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558) | Vlad Krupin | 2003-10-12 | 1 | -4/+0 |
* | - fixed typo in error message | Uwe Steinmann | 2003-09-21 | 1 | -1/+1 |
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -12/+12 |
* | Fix for bug 23463. Dbase2 is not supported. | Vlad Krupin | 2003-08-06 | 1 | -0/+4 |
* | - Removed the unnecessary check of array_init() return value. | foobar | 2003-07-31 | 1 | -3/+1 |
* | Created shorter/sensible key names for dbase_get_header_info | Zak Greant | 2003-07-16 | 1 | -3/+3 |
* | Added function dbase_get_header_info | Zak Greant | 2003-07-15 | 2 | -0/+64 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
* | MFB | Rasmus Lerdorf | 2003-04-01 | 1 | -2/+3 |
* | ZTS fixes. | Ilia Alshanetsky | 2003-01-19 | 1 | -0/+1 |
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -1/+1 |
* | Typo corrections. | Ilia Alshanetsky | 2003-01-15 | 1 | -4/+4 |
* | Removed pointless checks around array_init() & ZE memory allocation macros. | Ilia Alshanetsky | 2003-01-15 | 1 | -103/+93 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
* | Fix for bug 19727. dBase5 (at least for windows) seems to allow 1024 fields | Vlad Krupin | 2002-12-13 | 1 | -3/+3 |
* | ftruncate is defined in flock_compat.h on windows | Marcus Boerger | 2002-11-12 | 1 | -1/+9 |
* | fix windows warning: not needed here | Marcus Boerger | 2002-11-12 | 1 | -4/+0 |
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -1/+1 |
* | - Made dbase_get_record() and dbase_get_record_with_names use same backend | foobar | 2002-06-17 | 1 | -117/+60 |
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -4/+0 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
* | Killing compiler warning | Frank M. Kromann | 2002-03-05 | 1 | -1/+1 |
* | Making dbase compule under WIn32 | Frank M. Kromann | 2002-03-05 | 1 | -0/+4 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
* | Now dbase_pack() actually truncates the resulting .dbf file to the right | Vlad Krupin | 2001-12-31 | 1 | -0/+6 |
* | Verified and fixed bug 6852 #2. Now memo fields are 10 butes long, not 9. | Vlad Krupin | 2001-12-31 | 1 | -1/+1 |
* | Verified and fixed bug 6852 #1. No more null byte after terminating 0x0D. | Vlad Krupin | 2001-12-31 | 1 | -1/+1 |
* | Fixed bug #5993. Now if the result returned from a database is bigger | Vlad Krupin | 2001-12-14 | 1 | -2/+24 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |
* | handle dbase files with padded field headers. (patch from | jim winstead | 2001-10-08 | 1 | -12/+31 |
* | handle 'I' field type, just another name for the 'N' field type (patch | jim winstead | 2001-10-08 | 1 | -0/+2 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -48/+48 |
* | Fixing debug build on Win32 | Frank M. Kromann | 2001-09-19 | 1 | -2/+2 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 5 | -10/+10 |
* | @- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com). | Joey Smith | 2001-08-16 | 1 | -3/+3 |
* | @- Fixed a bug in dbase_get_record() and dbase_get_record_with_names(). | foobar | 2001-08-14 | 1 | -4/+28 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -22/+22 |
* | Fix TSRM problem. | foobar | 2001-08-06 | 3 | -4/+6 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 2 | -13/+23 |
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |