]> granicus.if.org Git - php/commit
- Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and
authorGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 3 Feb 2012 13:56:37 +0000 (13:56 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 3 Feb 2012 13:56:37 +0000 (13:56 +0000)
commit024e1307c63cb6957d067fe1efc4b1ffd9a42fdd
treecf9f49cdca8712dc382981f10893b2e174e0c17a
parentdceecf5e82d003f42c0a94d03cabf0af1a556c52
- 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
ext/standard/tests/general_functions/bug60227_2.phpt
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