summaryrefslogtreecommitdiff
path: root/ext/dbase
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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 th...Zeev Suraski2001-07-301-1/+1
* 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
* * 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
* 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
* little fix for the debug extensionDaniel Beulshausen2000-09-061-1/+1
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-2/+2
* win32 projectfile for the dbase extensionDaniel Beulshausen2000-08-231-0/+151
* @ Fixed dbase_add_record. (Sterling)Sterling Hughes2000-08-131-2/+2
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
* @ Fixed dbase_add_record. (Sterling)Sterling Hughes2000-07-231-2/+7
* Fix dbase_create() for real.Sterling Hughes2000-07-201-7/+7
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* Change header protection macros to conform to standard.Sascha Schumann2000-07-022-6/+6
* 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
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-2/+2
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-3/+0