History log of /PHP-8.0/main/SAPI.c (Results 351 – 375 of 378)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5b293ecd 03-Sep-1999 Sascha Schumann

- add global startup/shutdown handlers
- improve genif.sh to also consider all header files for inclusion
(checks for phpext_)
- use vsnprintf in main.c to avoid buffer overflows
-

- add global startup/shutdown handlers
- improve genif.sh to also consider all header files for inclusion
(checks for phpext_)
- use vsnprintf in main.c to avoid buffer overflows
- improve sessions's mm module to cope better with OOM situations
within the shared memory segment
- fix typo wrt session.auto_start

show more ...


Revision tags: php-4.0b2
# 3516ee48 09-Aug-1999 Andi Gutmans

Fix HTTP/ header handling


Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# c5724cbd 16-Jul-1999 Zeev Suraski

License update


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 96bfbc79 12-Jun-1999 Zeev Suraski

First attempt at moving the old RFC1867 support to the right place


# 6ebb2c80 29-May-1999 Sascha Schumann

kill warning


# 0eb1498f 28-May-1999 Zeev Suraski

* Get Apache module to compile again with the regex stuff.
* Get Apache to propertly work with POST, and some SAPI fixes


# cf58b7ef 25-May-1999 Zeev Suraski

Add container for file-upload. It's not quite implemented yet.


# 4f545f9c 25-May-1999 Zeev Suraski

Allow unregistering content types as well.


# 72f6e823 25-May-1999 Zeev Suraski

* Add generic POST content-type support. Only application/x-www-form-urlencoded
supported at this time, but the framework allows for any other types, including
runtime addition of types.


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.


1...<<111213141516