summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Get CGI to work with the new headers code.Zeev Suraski1999-05-051-2/+2
| | | | | Now Apache is the only interface that doesn't use it.
* Added initial headers support in SAPIAndi Gutmans1999-05-051-2/+25
| | | | | | *untested* It definitely broke the thread-safe CGI, it may have broken other stuff as well.
* * Get the Apache module to compile againZeev Suraski1999-04-261-13/+19
| | | | | | * 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-1/+2
| | | | | | | | | | | * 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-57/+51
| | | | and files
* Remove redundant codeZeev Suraski1999-04-231-6/+0
|
* Thread-safe header_is_being_sentZeev Suraski1999-04-231-6/+6
|
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+1
|
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-0/+574