summaryrefslogtreecommitdiff
path: root/ext/apache/apache.c
Commit message (Collapse)AuthorAgeFilesLines
* - Another small one. I'll leave the rest for now...Andi Gutmans1999-09-141-1/+1
|
* "fix" for #2202Thies C. Arntzen1999-08-311-0/+1
|
* Fix for bug #1754Zeev Suraski1999-08-071-43/+45
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-6/+6
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-261-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* -Kill compile warnings in apache.cAndrey Hristov1999-07-171-2/+2
| | | | | -Make preg_grep() work with copies of array entries
* License updateZeev Suraski1999-07-161-20/+9
|
* How did this ever work without this #define ?Rasmus Lerdorf1999-07-141-0/+2
|
* - Add a bitwise flag to phpinfo()Andi Gutmans1999-07-141-1/+51
| | | | | - Import a draft of the new PHP license
* Time to rename the childZeev Suraski1999-05-221-1/+1
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-10/+10
| | | | | - add necessary phpext_*_ptr
* beatify Apache's info funcZeev Suraski1999-05-111-12/+24
|
* A few other minor fixesZeev Suraski1999-05-091-1/+2
|
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-2/+2
| | | | | | | | | | | | | 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.
* A step towards generalizing the INI mechanism even moreZeev Suraski1999-04-281-6/+6
|
* * Get the Apache module to compile againZeev Suraski1999-04-261-8/+18
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-8/+6
| | | | and files
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-1/+1
|
* moved apache, com and hyperwave into ext/Stig Bakken1999-04-211-0/+386