summaryrefslogtreecommitdiff
path: root/mod_php3.c
Commit message (Collapse)AuthorAgeFilesLines
* Time to rename the childZeev Suraski1999-05-221-487/+0
|
* Enable Apache HTTP AuthZeev Suraski1999-05-121-1/+22
|
* Handle the Location: header centrally for all SAPI modules.Zeev Suraski1999-05-111-2/+1
|
* Support POST in ApacheZeev Suraski1999-05-111-1/+16
|
* Memory leak fixZeev Suraski1999-05-111-0/+2
|
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-28/+33
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-0/+61
| | | | | | | | | | | | | 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.
* Apache compile fixZeev Suraski1999-05-021-5/+16
|
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-021-3/+3
| | | | | - Some work on moving stuff to SAPI.
* * Get the Apache module to compile againZeev Suraski1999-04-261-2/+5
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-63/+26
| | | | | | | | | | | * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-20/+3
| | | | and files
* Remove tls.[ch]Zeev Suraski1999-04-231-5/+0
|
* php3_ini? What's that?Zeev Suraski1999-04-101-69/+19
|
* Buh-bye php3_iniZeev Suraski1999-04-101-131/+0
|
* A lot of php3_ini -> php_ini workZeev Suraski1999-04-101-31/+0
|
* Move safe_mode to the new php_ini mechanismZeev Suraski1999-04-101-15/+0
|
* Move asp_tags and short_open_tag to the new php_ini mechanismZeev Suraski1999-04-101-10/+0
|
* Apache php_ini supportZeev Suraski1999-04-091-0/+40
|
* Get the apache module to compileZeev Suraski1999-04-091-17/+0
|
* PHP 4.0Zeev Suraski1999-04-071-0/+643