summaryrefslogtreecommitdiff
path: root/ext/db
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-13/+75
| | | | | 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-0/+4
|
* Fix bug: #5418foobar2001-05-151-4/+7
|
* Nuke more quotesSascha Schumann2001-05-121-2/+2
|
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-6/+6
|
* fix ouput directoryDaniel Beulshausen2001-04-301-2/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
|
* Fix DB build (hopefully, untested)Zeev Suraski2000-12-031-1/+1
|
* Run through conv_z_macros and make use of RETVAL_STRING where usefulSascha Schumann2000-11-221-28/+24
|
* 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-1/+1
| | | | | | - 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
|
* have you ever tried to run the regression tests with error_reporting=E_ALL ?Hartmut Holzgraefe2000-10-236-0/+12
| | | | | now it will run smoothly without all theese 'undefined ...' warnings
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+3
| | | | | | | | | | | | | * 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)
* @- Changed ext/db not to be enabled by default (Jani)foobar2000-09-281-28/+29
|
* fix buildDaniel Beulshausen2000-09-061-2/+2
|
* dsp for the db(m) extensionDaniel Beulshausen2000-08-301-0/+122
|
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-276-0/+107
| | | | | | | | Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-1/+1
| | | | | | | | | | - 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
|
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
|
* O_APPEND breaks 'c' for DBM files - this is handledJim Jagielski2000-06-131-1/+1
| | | | | correctly by PHP3, so it's almost a forward'' port :)