summaryrefslogtreecommitdiff
path: root/ext/dbase/dbase.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* 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
| | | | | | | 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-111-2/+2
|
* * 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 '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.
* - 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
| | | | | 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-061-1/+1
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-11/+21
| | | | | - whitespace fixes
* 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
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* 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-301-1/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
|
* - 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
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+4
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* @ Fixed dbase_add_record. (Sterling)Sterling Hughes2000-08-131-2/+2
|
* @ Fixed dbase_add_record. (Sterling)Sterling Hughes2000-07-231-2/+7
| | | | | Fixed dbase_add_record
* Fix dbase_create() for real.Sterling Hughes2000-07-201-7/+7
|
* Fix bug 4813. Fixed by greg@darkphoton.comSterling Hughes2000-06-301-1/+14
|
* @- Fixed the dbase_create function. (Sterling)Sterling Hughes2000-06-301-12/+12
| | | | | Fixed the dbase_create function.
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-2/+2
| | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-3/+0
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-11/+11
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-4/+4
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* #if COMPILE_DLSascha Schumann2000-05-021-4/+4
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-301-3/+3
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* More php3 cleanupZeev Suraski1999-12-171-1/+2
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-12/+12
|
* More php3_ annihilationZeev Suraski1999-12-171-4/+4
|
* Make it compile in ZTS modeSascha Schumann1999-12-121-0/+2
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-45/+45
| | | | | php3_compat.h)