History log of /PHP-7.4/main/SAPI.c (Results 76 – 100 of 369)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2438490a 14-Aug-2013 Michael Wallner

slim post data


Revision tags: php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2
# 35f86d24 13-Dec-2012 Dmitry Stogov

Fixed bug #63757 (getenv() produces memory leak with CGI SAPI)


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.


12345678910>>...15