Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Time to rename the child | Zeev Suraski | 1999-05-22 | 1 | -487/+0 |
| | |||||
* | Enable Apache HTTP Auth | Zeev Suraski | 1999-05-12 | 1 | -1/+22 |
| | |||||
* | Handle the Location: header centrally for all SAPI modules. | Zeev Suraski | 1999-05-11 | 1 | -2/+1 |
| | |||||
* | Support POST in Apache | Zeev Suraski | 1999-05-11 | 1 | -1/+16 |
| | |||||
* | Memory leak fix | Zeev Suraski | 1999-05-11 | 1 | -0/+2 |
| | |||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -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 Suraski | 1999-05-09 | 1 | -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 fix | Zeev Suraski | 1999-05-02 | 1 | -5/+16 |
| | |||||
* | - Make ISAPI hook in as an extension too. | Andi Gutmans | 1999-05-02 | 1 | -3/+3 |
| | | | | | - Some work on moving stuff to SAPI. | ||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -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 Suraski | 1999-04-26 | 1 | -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 Suraski | 1999-04-24 | 1 | -20/+3 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -5/+0 |
| | |||||
* | php3_ini? What's that? | Zeev Suraski | 1999-04-10 | 1 | -69/+19 |
| | |||||
* | Buh-bye php3_ini | Zeev Suraski | 1999-04-10 | 1 | -131/+0 |
| | |||||
* | A lot of php3_ini -> php_ini work | Zeev Suraski | 1999-04-10 | 1 | -31/+0 |
| | |||||
* | Move safe_mode to the new php_ini mechanism | Zeev Suraski | 1999-04-10 | 1 | -15/+0 |
| | |||||
* | Move asp_tags and short_open_tag to the new php_ini mechanism | Zeev Suraski | 1999-04-10 | 1 | -10/+0 |
| | |||||
* | Apache php_ini support | Zeev Suraski | 1999-04-09 | 1 | -0/+40 |
| | |||||
* | Get the apache module to compile | Zeev Suraski | 1999-04-09 | 1 | -17/+0 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+643 |