#
2fc92e8f |
| 10-Sep-2003 |
Stefan Roehrich |
Fix for bug #23488 zlib.output_compression overrides vary header. It was already fixed for ob_gzhandler (#24827).
|
#
af8e15b8 |
| 28-Aug-2003 |
Sascha Schumann |
kill warnings
|
Revision tags: php-4.3.3, php-4.3.3RC4 |
|
#
c60d2a31 |
| 11-Aug-2003 |
Marcus Boerger |
Bugfix #25044
|
Revision tags: 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.
|
#
b7713f41 |
| 03-Jun-2003 |
Edin Kadribasic |
Fix for #23902 by Shane. Removed bogus recommendation from php.ini files. # Basic authentication is actually possible # usign IIS + PHP cgi countrary to our current docs
|
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, 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)
|
Revision tags: php-4.3.1 |
|
#
a0873a8f |
| 11-Feb-2003 |
Stefan Esser |
size matters not.
|
#
d2c550e9 |
| 11-Feb-2003 |
Stefan Esser |
8 + 20 + 1 + 1 = 30 There was no Bufferoverflow on 64bit systems. And the "fix" broke the header code on systems with old style snprintf.
|
#
6d95ea19 |
| 10-Feb-2003 |
Moriyoshi Koizumi |
Fixed possible snprintf problem # besides snprintf returns int value, not uint / size_t...
|
#
9450b1e4 |
| 10-Feb-2003 |
Moriyoshi Koizumi |
Fixed possible buffer overflow in 64bit systems
|
#
9d5811c1 |
| 10-Feb-2003 |
Moriyoshi Koizumi |
Jani happification
|
#
21f766b7 |
| 10-Feb-2003 |
Moriyoshi Koizumi |
Fixed zlib.output_compression so it can work even if zlib extension is built as shared
|
#
ba32a619 |
| 09-Feb-2003 |
Sascha Schumann |
use SUCCESS/FAILURE instead of 0/-1
|
#
a09e1397 |
| 09-Feb-2003 |
foobar |
Fixed compile failures when ZLIB / PCRE are compiled as shared extensions in same build.
|
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
|