summaryrefslogtreecommitdiff
path: root/ext/dbase
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
| | | | | | | | | | * '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_infoZak Greant2003-07-152-0/+64
| | | | | | | * 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 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
| | | | | | Changed php_error to php_error_docref. Dropped getParam* parameter parsing API in favor of zend_get_parameters*.
* 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
| | | | | instances
* - Made dbase_get_record() and dbase_get_record_with_names use same backendfoobar2002-06-171-117/+60
| | | | | | | function as they both do same thing, just the output is different. Fixes also bug #17762 as side effect.
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-4/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* 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
| | | | | | size (possibly fixing bug #6852 #3). @Make dbase_pack() truncate the file to the right size. (Vlad)
* Verified and fixed bug 6852 #2. Now memo fields are 10 butes long, not 9.Vlad Krupin2001-12-311-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 Krupin2001-12-311-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 biggerVlad Krupin2001-12-141-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 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
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* handle dbase files with padded field headers. (patch fromjim winstead2001-10-081-12/+31
| | | | | Landon Bradshaw <landon@bradshaw.org>)
* handle 'I' field type, just another name for the 'N' field type (patchjim winstead2001-10-081-0/+2
| | | | | from Landon Bradshaw <landon@bradshaw.org>)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-48/+48
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* 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
| | | | | This fixes Bug id #11928.
* @- Fixed a bug in dbase_get_record() and dbase_get_record_with_names().foobar2001-08-141-4/+28
| | | | | | @ boolean fields are now returned correctly. @ Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani)
* WhitespaceZeev Suraski2001-08-111-22/+22
|
* Fix TSRM problem.foobar2001-08-063-4/+6
|
* - TSRMLS_FETCH workZeev Suraski2001-08-052-13/+23
| | | | | - whitespace fixes
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-2/+2
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+1
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+0
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-065-1/+37
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+7
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-4/+8
|
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-302-3/+3
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-2/+2
| | | | | | - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code.
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
|