History log of /PHP-7.4/main/SAPI.c (Results 351 – 369 of 369)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# be8b9778 21-May-1999 Zeev Suraski

This should be centralized...


# 49b01a4b 12-May-1999 Zeev Suraski

Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* of
research :(


# ceeb9b38 11-May-1999 Zeev Suraski

* Finally commit that -q patch
* Refine SAPI built in header support
* Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible.


# 9fd708a3 11-May-1999 Zeev Suraski

Handle the Location: header centrally for all SAPI modules.


# 928e3220 10-May-1999 Zeev Suraski

Weed out all BoundsChecker-found bugs


# 8f48b83d 09-May-1999 Zeev Suraski

Only read POST info if the request method is POST.


# 4079f914 09-May-1999 Andi Gutmans

* Make read_post() read input by chunks instead of returning a single string.
This will allow us to efficiently support file upload through SAPI in the future.
* Fixes


# bc415d5a 09-May-1999 Zeev Suraski

* Finalizing the PHP version of SAPI. Support POST and cookies among other things.
* Fully implement ISAPI support - POST and cookies among other things.
* Almost completely rewrote phpinfo(

* Finalizing the PHP version of SAPI. Support POST and cookies among other 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.

show more ...


# ae6f852c 06-May-1999 Zeev Suraski

Oh yeah, wrong license


# ade1117e 06-May-1999 Zeev Suraski

* Get output buffering to work again
* Warn about adding header information after headers are sent
* Several fixes


# 842b5ee9 05-May-1999 Zeev Suraski

vpath fix
Apache compatability fix


# 6f1c6118 05-May-1999 Zeev Suraski

Fixes


# aee864e9 05-May-1999 Zeev Suraski

Get CGI to work with the new headers code.
Now Apache is the only interface that doesn't use it.


# 2740382c 05-May-1999 Zeev Suraski

ISAPI WORKS!


# 537cc54a 05-May-1999 Andi Gutmans

Added initial headers support in SAPI
*untested*
It definitely broke the thread-safe CGI, it may have broken other stuff as well.


# 5dbe9246 02-May-1999 Andi Gutmans

- Make ISAPI hook in as an extension too.
- Some work on moving stuff to SAPI.


# 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 ...


# 23a1d3fb 25-Apr-1999 Zeev Suraski

Win32 isn't a good os to commit uppercase files with...


1...<<1112131415