summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
Commit message (Expand)AuthorAgeFilesLines
...
* New function notice.Andrei Zmievski2000-02-081-2/+0
* Fixed SAPI modules to properly register their related modules.Andrei Zmievski2000-02-021-2/+2
* Initialize apache properly.Andrei Zmievski2000-02-021-1/+1
* Moved ext/apache into sapi/apache.Andrei Zmievski2000-02-021-1/+14
* No comment - will explain next weekRasmus Lerdorf2000-01-291-2/+2
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-3/+3
* Apache module compile fixesZeev Suraski2000-01-281-5/+6
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+35
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-3/+2
* - Added flush() support to SAPIZeev Suraski2000-01-131-2/+15
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Make sapi_module static. This is was the majority of SAPI modules uses.Sascha Schumann1999-12-281-1/+1
* Some more php3->php stuff.Andrei Zmievski1999-12-211-1/+1
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
* Make Apache SAPI module compile in ZTS modeSascha Schumann1999-12-171-2/+7
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-9/+26
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* Clean up regex header file mess. php.h now explicitly includes php_regex.hRasmus Lerdorf1999-10-301-2/+3
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-1/+1
* Decent configure speedup. Makefiles are now generated only for theStig Bakken1999-09-291-40/+0
* Generalized server-API build process on UNIX. Each SAPIStig Bakken1999-09-271-0/+651