History log of /PHP-5.3/main/SAPI.h (Results 26 – 50 of 133)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 630e1692 30-Nov-2003 Derick Rethans

- Fixed standard wrapper for input filter.


# 750b0338 29-Nov-2003 Derick Rethans

- Fix sapi_input_filter patch. Returning 1 from the filter handler should
make PHP register the variable, returning 0 shouldn't. The new length of
the variables being filtered is now retu

- Fix sapi_input_filter patch. Returning 1 from the filter handler should
make PHP register the variable, returning 0 shouldn't. The new length of
the variables being filtered is now returned in the new_val_len argument
of the function.

show more ...


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 3d6426ee 02-Sep-2003 Ard Biesheuvel

Fix use of EXTERN_C macros


Revision tags: php-4.3.3
# ef498a27 18-Aug-2003 Wez Furlong

linkage for C++


Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 3e621fac 18-Mar-2003 Marcus Boerger

make phpinfo() depend on executed sapi


# 63739c7d 18-Mar-2003 Marcus Boerger

give sapi modules the possibility to overwrite default ini settings


Revision tags: php-4.3.2RC1
# d08a0e99 20-Feb-2003 Rasmus Lerdorf

An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data. Ergo, pa

An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data. Ergo, pass in the address of the
buffer instead so the filter is free to reallocate it.

show more ...


# 7429c2dc 19-Feb-2003 Rasmus Lerdorf

Input Filter support. See README.input_filter for details.
@- Input Filter support added. See README.input_filter. (Rasmus)


# 8e3f23e3 19-Feb-2003 foobar

ws fixes + missing $Id$ tags, headers added


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 294e776d 21-Jan-2003 Sascha Schumann

add sapi_get_target_uid/_gid for obtaining information about the
non-privileged user the web server is running as. this is useful
for creating shared memory segments which need to be accesse

add sapi_get_target_uid/_gid for obtaining information about the
non-privileged user the web server is running as. this is useful
for creating shared memory segments which need to be accessed by
the child processes/threads.

show more ...


# 6f4333c7 15-Jan-2003 Sascha Schumann

scrap STANDARD_SAPI_MODULE_PROPERTIES; it is causing more harm than good


# 4668b713 15-Jan-2003 Sascha Schumann

whitespace


# b9e54cb6 02-Jan-2003 Derick Rethans

- Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 2b95b3c8 01-Dec-2002 Sascha Schumann

add a "force HTTP/1.0 response" facility to the SAPI layer

this is necessary, when you want to take over control of a connection
and the web server is doing stupid things by default (lik

add a "force HTTP/1.0 response" facility to the SAPI layer

this is necessary, when you want to take over control of a connection
and the web server is doing stupid things by default (like enabling
chunked transfer encoding for no reason).

show more ...


Revision tags: php-4.3.0RC2
# dd53efc1 26-Nov-2002 foobar

- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.


# 09f463dd 26-Nov-2002 Sascha Schumann

Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.


Revision tags: RELEASE_1_0b2
# 51e4dbab 18-Nov-2002 Sebastian Bergmann

Fix ZTS build.


# 99c7ddc3 18-Nov-2002 George Schlossnagle

added support functions for the apache_hooks SAPI


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# cecb9dfc 12-Nov-2002 Marcus Boerger

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switc

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switch yet.

show more ...


# be5e379e 12-Nov-2002 Hartmut Holzgraefe

HTTP_RAW_POST_DATA BC fixes
# hopefully all done, commiting anyway to continue work on my home box
php://input stream fixes (POST data handerl mangles data, CLI crashbug)


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev
# 7527bf0c 02-Aug-2002 Rui Hirokawa

made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.


# fbbeaec6 27-Jul-2002 Rui Hirokawa

fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().


123456