History log of /php-src/main/SAPI.h (Results 176 – 200 of 200)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP
# e08b2e7b 10-Dec-1999 Sascha Schumann

Export sapi_free_header()

Revision tags: PRE_RETURN_REF_PATCH
# d9a86285 05-Dec-1999 Sascha Schumann

Fix some warnings

# 2467dd6d 01-Dec-1999 Stig Bakken

@Fix some warnings when compiling in maintainer-mode (Stig)
@Made mysql and gd work as shared extensions again (Stig)
- Fixed some warnings in maintainer-mode.
- Made mysql and gd work as

@Fix some warnings when compiling in maintainer-mode (Stig)
@Made mysql and gd work as shared extensions again (Stig)
- Fixed some warnings in maintainer-mode.
- Made mysql and gd work as shared extensions again by defining
COMPILE_DL if PIC is defined.
# We need a better solution for building .so extensions than this
# PIC/COMPILE_DL hack!

show more ...

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, 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()

# 331221ee 13-Sep-1999 Andi Gutmans

- X-* is probably more standard.

# ce5a09ea 12-Sep-1999 Zeev Suraski

Add PHP-Version header in IIS

Revision tags: php-4.0b2, 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

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

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

# 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

# 54fa0e5d 05-May-1999 Zeev Suraski

fix

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

# 7071131f 02-May-1999 Zeev Suraski

Get rid of request_info.path_translated

# 5dbe9246 02-May-1999 Andi Gutmans

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

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

12345678