History log of /PHP-8.3/main/SAPI.c (Results 101 – 125 of 389)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2
# 9bf8cd4b 06-Apr-2012 Xinchen Hui

Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2))


# ca58cd01 04-Apr-2012 Gustavo André dos Santos Lopes

Cherry-pick 4cc74767

Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.

Conflicts:

ext/standard/tests/general_f

Cherry-pick 4cc74767

Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.

Conflicts:

ext/standard/tests/general_functions/bug60227.phpt
ext/standard/tests/general_functions/bug60227_1.phpt
ext/standard/tests/general_functions/bug60227_2.phpt
main/SAPI.c

show more ...


# f7bf8354 04-Apr-2012 Xinchen Hui

Fix warning "suggest parentheses around assignment"


# efd671f2 04-Apr-2012 Xinchen Hui

Fixed bug Fixed bug #61605 (header_remove() does not remove all headers)


# 896c4539 04-Apr-2012 Xinchen Hui

Fixed bug #61605 (header_remove() does not remove all headers)


Revision tags: php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 4cc74767 07-Mar-2012 Stanislav Malyshev

MFH: Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.


# f465b219 02-Mar-2012 Nikita Popov

Fix bug #61106 Segfault when using header_register_callback

The callback was double dtored


# 09f24e08 02-Mar-2012 Nikita Popov

Fix bug #61106 Segfault when using header_register_callback

The callback was double dtored


Revision tags: php-5.4.0, php-5.4.0RC8
# 024e1307 03-Feb-2012 Gustavo André dos Santos Lopes

- Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and
forbid \0. See bug #60227.


# 8e82bda3 03-Feb-2012 Gustavo André dos Santos Lopes

- Merging r323033 into 5.3 (see bug #60227).


Revision tags: php-5.3.10
# f906a015 02-Feb-2012 Gustavo André dos Santos Lopes

- Hopefully correct fix for bug #60227.
#No commit for 5.4 for now


Revision tags: php-5.4.0RC7, php-5.4.0RC6
# 61088ce7 14-Jan-2012 Rui Hirokawa

MFH: fixed bug #60227: header() cannot detect the multi-line header with CR.


Revision tags: php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2
# cc742647 10-Nov-2011 Rui Hirokawa

MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0x0D).)


Revision tags: php-5.4.0RC1
# d73b1a27 06-Nov-2011 Rui Hirokawa

fixed bug #60227: header() cannot detect the multi-line header with CR.


Revision tags: php-5.3.9RC1, php-5.4.0beta2
# bf2dfb5f 24-Sep-2011 Xinchen Hui

unused var


# 5d1ba1d1 24-Sep-2011 Xinchen Hui

unused var


# 58800b8a 23-Sep-2011 Xinchen Hui

Fixed bug #55758 (Digest Authenticate missed in 5.4)
the block I am removing should be removed along with the PG(saf_mod) condition.
since it is inside the PG(saf_mod) condition block.


# ea74b9c2 23-Sep-2011 Xinchen Hui

Fixed bug #55758 (Digest Authenticate missed in 5.4)
the block I am removing should be removed along with the PG(saf_mod) condition.
since it is inside the PG(saf_mod) condition block.


Revision tags: php-5.4.0beta1
# 4a25a774 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


# e43ff135 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2
# 50b654ab 06-Jul-2011 Hannes Magnusson

Fixed bug#55084 (Function registered by header_register_callback is
called only once per process). (Hannes)

also fixed an issue when header()s are sent from the callback function


# 5ddd67d9 06-Jul-2011 Hannes Magnusson

Fixed bug#55084 (Function registered by header_register_callback is
called only once per process). (Hannes)

also fixed an issue when header()s are sent from the callback function


12345678910>>...16