1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
Gabriel Caruso 4aabfe911e Revert "Update versions for PHP 8.0.21"
This reverts commit 6eedacdf15.
2022-07-06 12:06:48 +02:00

15 lines
315 B
PHP

--TEST--
Bug #81518 (Header injection via default_mimetype / default_charset)
--CGI--
--FILE--
<?php
ini_set(
"default_mimetype",
"text/html;charset=ISO-8859-1\r\nContent-Length: 31\r\n\r\n" .
"Lets smuggle a HTTP response.\r\n"
);
?>
--EXPECTHEADERS--
Content-type: text/html; charset=UTF-8
--EXPECT--