History log of /PHP-8.1/main/SAPI.c (Results 226 – 250 of 388)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: 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 ...

# 0855c0b6 15-Jan-2003 Sascha Schumann

whitespace

# 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
# 8ed84254 05-Dec-2002 Marcus Boerger

-php_error -> php_error_docref

# 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
# 09f463dd 26-Nov-2002 Sascha Schumann

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

Revision tags: RELEASE_1_0b2
# fb5ac5d2 21-Nov-2002 Hartmut Holzgraefe

the apache 1.x sapi read_posts tests for SG(read_post_bytes) being
counted up, so lets make it happy although this value is not really
needed in these cases ...

# 99c7ddc3 18-Nov-2002 George Schlossnagle

added support functions for the apache_hooks SAPI

Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# 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)

# 5aec6f4e 08-Nov-2002 Hartmut Holzgraefe

fix for #20198:
"always_populate_raw_post_data = On" breaks HTTP file uploads

Revision tags: php-4.3.0pre2
# 07b90caf 21-Oct-2002 Hartmut Holzgraefe

removed left-over unused variable

# 8841dfc9 21-Oct-2002 Hartmut Holzgraefe

removed bogus paranoid header checking

# 8b7e9d77 21-Oct-2002 Hartmut Holzgraefe

some changes to how request input data (Content-Lenght >0) is handled
- webdav-specific stuff removed (should be handled using httpd.conf
LIMIT or equivalents)
- always_populate_raw_pos

some changes to how request input data (Content-Lenght >0) is handled
- webdav-specific stuff removed (should be handled using httpd.conf
LIMIT or equivalents)
- always_populate_raw_post_data now working on any method, not just
POST (and webdav methods with allow_webdav_methods), when
Content-Length is greater zero
- raw input data is also available using php://input stream,
this way one doesn't have to care about memory_limit
- input data is now always consumed (although maybe ignored,
this fixes we had withproblems with keep-alive connections
@ raw POST data is now available as php://input stream (hartmut)

show more ...

Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 71fb0299 08-Sep-2002 Yasuo Ohgaki

Added missing charset.

# 431b903e 07-Sep-2002 Hartmut Holzgraefe

WebDAV MKCOL can have post data body, see rfc2518 8.3.1

Revision tags: php-4.2.3
# 27e2bc2f 04-Sep-2002 Stefan Esser

This 2 lines should have been removed when the header() code was rewritten.

Revision tags: php-4.2.3RC2, php-4.2.3RC1
# 55f3ec1a 22-Aug-2002 Christian Stocker

do not check for POST twice

# 9495fb9d 22-Aug-2002 Christian Stocker

@ - Added php.ini option "allow_webdav_methods" to allow handling of
@ WebDAV http requests within PHP scripts. (chregu)
# More methods (for DeltaV) will follow.

Revision tags: dev
# abc7041c 05-Aug-2002 Marcus Boerger

-keep mimetype until sapi deactivation
-move NULL check for sapi_apply_default_charset to proper position.

# c8bf1652 03-Aug-2002 Rasmus Lerdorf

Yup, sizeof() includes the space for the \0

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

# f871a5b7 01-Aug-2002 Stefan Roehrich

Fixed wrong usage of strncmp.

# be0a6f49 01-Aug-2002 Marcus Boerger

- free mimetype and statusline early if no longer needed or in deactivation
#not setting them to NULL caused the segfault

# 7b9036ca 01-Aug-2002 Rasmus Lerdorf

Need room for the \0 here to avoid an overflow

# 4e05dd7c 31-Jul-2002 Marcus Boerger

-problem with CLI/mbstring/output buffering

12345678910>>...16