History log of /PHP-5.5/ext/standard/head.c (Results 126 – 132 of 132)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3cd0af11 26-Apr-1999 Zeev Suraski

* Get the Apache module to compile again
* Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code,
but it nuked a global)


# 7942eaf3 26-Apr-1999 Zeev Suraski

* Plenty of thread safety and Win32 work.
* 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 w

* Plenty of thread safety and Win32 work.
* 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.

show more ...


# 0818d96c 24-Apr-1999 Zeev Suraski

A lot of cleanups... Removed old thread-safe code and other redundant code and files


# 05d24c60 23-Apr-1999 Zeev Suraski

Remove redundant code


# 09946676 23-Apr-1999 Zeev Suraski

Thread-safe header_is_being_sent


# 6f7c0ede 23-Apr-1999 Zeev Suraski

Remove tls.[ch]


# ff377329 22-Apr-1999 Stig Bakken

moved fdf, hyperwave, informix and some smaller files


123456