| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - moved to pecl | Pierre Joye | 2008-08-07 | 1 | -932/+0 |
| | | |||||
| * | Fix potential crash when non-array is used optimisticly | Sara Golemon | 2008-01-24 | 1 | -0/+10 |
| | | |||||
| * | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | | |||||
| * | do not allow db without fields | Antony Dovgal | 2007-02-25 | 1 | -0/+5 |
| | | | | | | fix test | ||||
| * | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | MFB: Fixed a possible memory corruption in dbase_open() with invalid open | Ilia Alshanetsky | 2006-12-01 | 1 | -1/+1 |
| | | | | | | mode | ||||
| * | MFB: Fixed a possible crash in dbase_open() on empty filename. | Ilia Alshanetsky | 2006-11-22 | 1 | -0/+5 |
| | | |||||
| * | access mode for dbase_open() cannot be < 0 | Antony Dovgal | 2006-10-10 | 1 | -0/+3 |
| | | |||||
| * | - implement #38357 (dbase_open can't open DBase 3 dbf file) | Michael Wallner | 2006-08-08 | 1 | -0/+11 |
| | | |||||
| * | restore missing check and prevent segfaulting | Antony Dovgal | 2006-07-12 | 1 | -0/+7 |
| | | | | | | MFB and add test | ||||
| * | Add array type hinting | Hannes Magnusson | 2006-06-15 | 1 | -22/+3 |
| | | | | | | Remove unnecessary array checkes | ||||
| * | Revert array type hinting | Hannes Magnusson | 2006-06-15 | 1 | -3/+3 |
| | | |||||
| * | Added argument info | Hannes Magnusson | 2006-06-10 | 1 | -12/+83 |
| | | | | | | | Fixed protos Fixed vim folding | ||||
| * | More safe_mode nuking | Ilia Alshanetsky | 2006-02-19 | 1 | -1/+0 |
| | | |||||
| * | Start nuking safe_mode. Still a lot of work to do... | Andi Gutmans | 2006-02-19 | 1 | -8/+0 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick) | Derick Rethans | 2005-02-04 | 1 | -0/+5 |
| | | |||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | | |||||
| * | - set precision to 0 unless the field is of type N or I | Uwe Steinmann | 2003-11-27 | 1 | -1/+8 |
| | | |||||
| * | - limit writing of field data to field len + 1 | Uwe Steinmann | 2003-10-14 | 1 | -3/+3 |
| | | | | | | | This fixed many memory overrun errors which appeared in several scripts when writing a record. | ||||
| * | - fixed typo in error message | Uwe Steinmann | 2003-09-21 | 1 | -1/+1 |
| | | |||||
| * | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -12/+12 |
| | | |||||
| * | - 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 |
| | | | | | | | | | | | * 'decimal places' becomes 'precision' * 'printf format' becomes 'format' * 'record offset' becomes 'offset' BTW No docs have been committed for this function yet, nor is it part of any release. This change should affect no users. | ||||
| * | Added function dbase_get_header_info | Zak Greant | 2003-07-15 | 1 | -0/+63 |
| | | | | | | | | * Passed a handle for an open dbase database, it returns an array of associative arrays. Each associative array contains information on a single column, including name, column type, length, precision, ... | ||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | 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 |
| | | | | | | | Changed php_error to php_error_docref. Dropped getParam* parameter parsing API in favor of zend_get_parameters*. | ||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -1/+1 |
| | | | | | | instances | ||||
| * | - Made dbase_get_record() and dbase_get_record_with_names use same backend | foobar | 2002-06-17 | 1 | -117/+60 |
| | | | | | | | | function as they both do same thing, just the output is different. Fixes also bug #17762 as side effect. | ||||
| * | Killing compiler warning | Frank M. Kromann | 2002-03-05 | 1 | -1/+1 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Verified and fixed bug 6852 #2. Now memo fields are 10 butes long, not 9. | Vlad Krupin | 2001-12-31 | 1 | -1/+1 |
| | | | | | | | | That does not seem to affect how the code works except when creating a new structure, in which case 'M' fields used to get created with size 9. @Fixed bug 6852 #2. Mem fields are now 10 bytesin size, not 9. (Vlad) | ||||
| * | Verified and fixed bug 6852 #1. No more null byte after terminating 0x0D. | Vlad Krupin | 2001-12-31 | 1 | -1/+1 |
| | | | | | | | | | Verified that the problem is real when creating new files and writing a record. Both fixed and old versions seem to be able to somehow read and write already existing files properly though. @Fixed bug 6852 #1. No more null byte after terminating 0x0D. (Vlad) | ||||
| * | Fixed bug #5993. Now if the result returned from a database is bigger | Vlad Krupin | 2001-12-14 | 1 | -2/+24 |
| | | | | | | | | | | than a long, dbase_get_record() and dbase_get_record_with_names() will return a string instead. # Need to update documentation to reflect that change @ Fixed problem with dbase not returning very large (larger than long) @ integers properly. (Vlad) | ||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |
| | | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
| * | handle 'I' field type, just another name for the 'N' field type (patch | jim winstead | 2001-10-08 | 1 | -0/+2 |
| | | | | | | from Landon Bradshaw <landon@bradshaw.org>) | ||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -48/+48 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | @- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com). | Joey Smith | 2001-08-16 | 1 | -3/+3 |
| | | | | | | This fixes Bug id #11928. | ||||
| * | @- Fixed a bug in dbase_get_record() and dbase_get_record_with_names(). | foobar | 2001-08-14 | 1 | -4/+28 |
| | | | | | | | @ boolean fields are now returned correctly. @ Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani) | ||||
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -22/+22 |
| | | |||||
| * | Fix TSRM problem. | foobar | 2001-08-06 | 1 | -1/+1 |
| | | |||||
| * | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -11/+21 |
| | | | | | | - whitespace fixes | ||||
| * | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | | |||||
