summaryrefslogtreecommitdiff
path: root/ext/db/db.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
* 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
| | | | | you start counting at 0 or 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_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* 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
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* 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
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-261-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-10/+10
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-1/+1
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* * added --enable-thread-safety switchStig Bakken1999-05-031-6/+2
| | | | | * now generating internal_functions.c
* moved dbStig Bakken1999-04-211-0/+1176