File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11--TEST--
22GH-20858 Null pointer dereference in php_mail_detect_multiple_crlf via error_log
3+ --INI--
4+ sendmail_path="cat > /tmp/php_test_gh20878_headers.out"
5+ mail.force_extra_parameters="-n"
6+ mail.add_x_header = Off
7+ --SKIPIF--
8+ <?php
9+ if (substr (PHP_OS , 0 , 3 ) == "WIN " )
10+ die ("skip Won't run on Windows " );
11+ ?>
312--FILE--
413<?php
514
Original file line number Diff line number Diff line change 11--TEST--
22GH-20858 Null pointer dereference in php_mail_detect_multiple_crlf via error_log
3+ --INI--
4+ sendmail_path="cat > /tmp/php_test_gh20878_headers.out"
5+ mail.force_extra_parameters="-n"
6+ mail.add_x_header = Off
7+ --SKIPIF--
8+ <?php
9+ if (substr (PHP_OS , 0 , 3 ) == "WIN " )
10+ die ("skip Won't run on Windows " );
11+ ?>
312--FILE--
413<?php
514error_log ("Error message " , 1 , null );
You can’t perform that action at this time.
0 commit comments