]> granicus.if.org Git - php/commitdiff
Fixed tests
authorXinchen Hui <laruence@php.net>
Wed, 18 Mar 2015 04:19:56 +0000 (12:19 +0800)
committerXinchen Hui <laruence@php.net>
Wed, 18 Mar 2015 04:19:56 +0000 (12:19 +0800)
ext/standard/tests/general_functions/bug60227_2.phpt
ext/standard/tests/general_functions/bug60227_3.phpt
ext/standard/tests/general_functions/bug60227_4.phpt

index 9b377e931b7626c2bed5d99f2e701852d405249f..c22780c3985b44d108f559eb3cd995e2ae4a4cc1 100644 (file)
@@ -2,6 +2,7 @@
 Bug #60227 (header() cannot detect the multi-line header with CR), \r before \n
 --INI--
 expose_php=0
+default_charset=
 --FILE--
 <?php
 header("X-foo: e\n foo");
index e97fdc266efe668e323c7dd58281b0e32570846d..c65c0f9f925b156fb44a7dbcf822a9dbe25813be 100644 (file)
@@ -2,6 +2,7 @@
 Bug #60227 (header() cannot detect the multi-line header with CR), \0 before \n
 --INI--
 expose_php=0
+default_charset=
 --FILE--
 <?php
 header("X-Foo6: e\0Set-Cookie: ID=\n123\n d");
index f2f2845376f67433bbd9150759e9b06663a5686e..0e6e54b5f405357552f9dcf16b692252aa686842 100644 (file)
@@ -2,6 +2,7 @@
 Bug #60227 (header() cannot detect the multi-line header with CR), CRLF
 --INI--
 expose_php=0
+default_charset=
 --FILE--
 <?php
 header("X-foo: e\r\nfoo");