History log of /PHP-5.6/main/SAPI.c (Results 126 – 150 of 312)
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
# b8c9e836 08-Jun-2004 Ilia Alshanetsky

Fixed bug #28692 (\0 in Authenticate header passed via safe_mode).


Revision tags: php-5.0.0RC3
# ff5b2d27 07-Jun-2004 Ilia Alshanetsky

Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode
adds extra spaces).


Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 7dc95709 25-May-2004 Stefan Esser

break is better


Revision tags: 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
# bca43470 25-Mar-2004 Marcus Boerger

Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1
# 09517318 09-Mar-2004 Ilia Alshanetsky

Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
disabled).


Revision tags: 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
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 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 ...


# 28b6c35d 22-Nov-2003 Stefan Esser

On error do not leave content_type_dup unitialised.


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
# 6f377333 13-Sep-2003 Ard Biesheuvel

Fixed for 64bit archs


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


12345678910>>...13