]> granicus.if.org Git - php/commit
MFH: Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and...
authorStanislav Malyshev <stas@php.net>
Wed, 7 Mar 2012 07:49:56 +0000 (07:49 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 7 Mar 2012 07:49:56 +0000 (07:49 +0000)
commit4cc747677c99c8962efe2af6639a2099da63f5f1
tree01e2888fd9d10910a71976f67346645133680310
parent5e80c05deb8ae2c60ebb86085b42b4e59fec3b33
MFH: Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.
ext/standard/tests/general_functions/bug60227_1.phpt [moved from ext/standard/tests/general_functions/bug60227.phpt with 92% similarity]
ext/standard/tests/general_functions/bug60227_2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug60227_3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug60227_4.phpt [new file with mode: 0644]
main/SAPI.c