summaryrefslogtreecommitdiff
path: root/ext/db/db.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-1/+1
* 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
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-9/+9
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-1/+1
* - Support virtual unlink()Andi Gutmans2000-05-231-2/+2
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* proto-takeover from php3Hartmut Holzgraefe2000-05-171-3/+35
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-301-2/+2
* - Fix virtual cwd bugZeev Suraski2000-04-201-1/+1
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
* phpinfo() prettyingColin Viebrock2000-04-051-0/+4
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-1/+1
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-2/+2
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-10/+10
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-1/+1
* Cleanup patchesZeev Suraski2000-02-051-29/+17
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* getParameters -> zend_get_parametersAndrei Zmievski1999-12-201-9/+9
* Fix #2999.Andrei Zmievski1999-12-181-2/+2
* More php3 cleanupZeev Suraski1999-12-171-21/+21
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-13/+13
* More php3_ annihilationZeev Suraski1999-12-171-3/+3
* More php3_ annihilationZeev Suraski1999-12-171-2/+2
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
* Check for db1/ndbm.h and use it in db. Fixes #2647Sascha Schumann1999-11-141-0/+4
* Put PLS_FETCH() in the correct place.Andrei Zmievski1999-10-071-1/+1
* fix ZTS compileThies C. Arntzen1999-10-071-0/+1
* compiles again - and gets compiledThies C. Arntzen1999-10-071-8/+2
* *** empty log message ***Zeev Suraski1999-09-041-6/+6
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-24/+24
* More symbol work.Andrey Hristov1999-07-261-15/+17
* License updateZeev Suraski1999-07-161-20/+9
* - run ext sources through conv_protoSascha Schumann1999-05-211-10/+10
* * Finalizing the PHP version of SAPI. Support POST and cookies among other t...Zeev Suraski1999-05-091-1/+1
* * added --enable-thread-safety switchStig Bakken1999-05-031-6/+2
* moved dbStig Bakken1999-04-211-0/+1176