History log of /PHP-5.4/main/SAPI.c (Results 251 – 275 of 287)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# e08b2e7b 10-Dec-1999 Sascha Schumann

Export sapi_free_header()


# 8abf7246 07-Dec-1999 Sam Ruby

Provide basis for shared libraries/dlls to contain internal extensions


Revision tags: PRE_RETURN_REF_PATCH
# 4a60eed4 05-Dec-1999 Sascha Schumann

Fix some warnings


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 8c473e1f 06-Oct-1999 Uwe Steinmann

- support for mimetype application/vnd.fdf needed by fdf module
(only active if fdf support is compiled in)


# c36bff57 05-Oct-1999 Sascha Schumann

Fix logic.


# 7aed3d51 04-Oct-1999 Sascha Schumann

* Fix header("HTTP/..") behaviour
* Fix leak WRT http_status_line
* Update sapi/README
* Remove %PHP_OUTPUT_FILES sort


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# 98d95dd8 16-Sep-1999 Zeev Suraski

- Added support for unknown POST content types (Zeev)
- Introduce the convert_to_*_ex() API in strlen()


# ac1a484c 14-Sep-1999 Thies C. Arntzen

i'm sure this was left-over debugging code!


# 14d9a59f 05-Sep-1999 Andi Gutmans

- Make dir functions compile in Win32
- Fix too early memory manager initialization (For you Thies)


# 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


1...<<1112