From 2217bba732f9c3556fe0b770baeef3692db114ea Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 22 Dec 2011 08:08:52 +0000 Subject: [PATCH] test for bug 60591 --- sapi/cli/tests/php_cli_server_016.phpt | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 sapi/cli/tests/php_cli_server_016.phpt diff --git a/sapi/cli/tests/php_cli_server_016.phpt b/sapi/cli/tests/php_cli_server_016.phpt new file mode 100644 index 0000000000..9732924917 --- /dev/null +++ b/sapi/cli/tests/php_cli_server_016.phpt @@ -0,0 +1,46 @@ +--TEST-- +Bug #60591 (Memory leak when access a non-exists file) +--DESCRIPTION-- +this is a indirect test for bug 50691, since mem leak is reproted in the server side +and require php compiled with --enable-debug +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +HTTP/1.1 404 Not Found -- 2.40.0