summaryrefslogtreecommitdiff
path: root/request_info.h
Commit message (Collapse)AuthorAgeFilesLines
* License updateZeev Suraski1999-07-161-20/+9
|
* * Get rid of another request_info element (filename)Zeev Suraski1999-06-261-1/+0
| | | | | * CGI through Apache should work now
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-5/+0
| | | | | | | | | | | | | 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.
* Get rid of request_info.path_translatedZeev Suraski1999-05-021-1/+0
|
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-021-1/+0
| | | | | - Some work on moving stuff to SAPI.
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-1/+1
| | | | | | | | | | | * 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.
* PHP 4.0Zeev Suraski1999-04-071-0/+62