summaryrefslogtreecommitdiff
path: root/ext/db
Commit message (Collapse)AuthorAgeFilesLines
* - Moved ext/db to PECL.foobar2003-12-0113-1645/+0
| | | | | # Derick copied the sources in CVS repository to preserve CVS log.
* format string fixesAndrey Hristov2003-08-281-7/+7
|
* MFBfoobar2003-08-151-1/+1
|
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-15/+15
|
* Correct license againMarcus Boerger2003-06-141-3/+3
|
* Update before moving to PECLMarcus Boerger2003-06-144-10/+62
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* proto fixHartmut Holzgraefe2003-03-171-1/+1
|
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-1/+1
|
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-8/+2
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* fix debug onlyMarcus Boerger2002-12-051-1/+1
|
* db is deprecated nowMarcus Boerger2002-11-151-1/+1
|
* avoid fileno()Marcus Boerger2002-11-131-9/+9
|
* Fix build. flock_compat.c and flock_compat.h are now in the exportedEdin Kadribasic2002-11-121-8/+0
| | | | | part of php4ts.dll.
* -fix includesMarcus Boerger2002-11-121-10/+3
| | | | | | -fix one missing efree -replace efree/emalloc with erealloc
* expand test: see if another insert failsMarcus Boerger2002-11-071-0/+1
|
* ups - the other way round of courseMarcus Boerger2002-10-221-2/+2
|
* Updated testsMarcus Boerger2002-10-227-65/+80
|
* Fix this extension.Marcus Boerger2002-10-221-3/+39
| | | | | | #The problem was that the extension suspected the hash list to be a #straight forward list with no closed elements.
* -php_error_docrefMarcus Boerger2002-08-271-21/+20
| | | | | -nuke unused variable
* header for last commitMarcus Boerger2002-08-271-2/+1
|
* -fix memory leak on failureMarcus Boerger2002-08-271-42/+15
| | | | | | -only use one function for nearly identical things -fix stripslashes not working on input directly
* reverting to 1.73 for steph (sfox@php.net)James Cox2002-08-181-5/+4
| | | | | #is it just me or reverting using cvs just suck?
* Fix for Bug #18746 by sfox and IDan Kalowsky2002-08-131-4/+5
| | | | | #What is the GDBM_FIX for anyways, we can find it anywhere?
* Missing TSRMLS_* stufffoobar2002-06-292-7/+7
|
* - More gotchas...Derick Rethans2002-06-281-2/+2
|
* Unify error messagesDerick Rethans2002-06-261-21/+21
|
* forgot to add _NEW_Sascha Schumann2002-03-121-1/+1
|
* php_new_extensionSascha Schumann2002-03-122-6/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Forgot to remove the return from a void functionSean Bright2002-01-201-2/+0
|
* These PHP3_* macros aren't defined in the code, so these haven't been doingSean Bright2002-01-202-62/+11
| | | | | | | anything for some time now (at least since 4.0 was released). So let's go ahead and remove those. # If I missed something obvious, let me know and I will revert the patch.
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-4/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+10
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Fixing debug build on Win32Frank M. Kromann2001-09-191-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* depreciated, but should build anyway...Daniel Beulshausen2001-08-142-6/+8
|
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
| | | | | faster mechanism
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
| | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
* WhitespaceZeev Suraski2001-08-111-53/+53
|
* more tsrm cleanupSascha Schumann2001-08-062-9/+9
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-3/+4
| | | | | - whitespace fixes
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-312-2/+3
|
* Zend compatibility patchZeev Suraski2001-07-301-24/+18
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-8/+12
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|