Patch Fixed-typo-in-test-php_cli_server_016 for Built-in web server Bug #61785
Patch version 2012-04-20 09:52 UTC
Return to Bug #61785 |
Download this patch
Patch Revisions:
Developer: reeze.xia@gmail.com
From 459832bbc72b55768ac5fa1478b5486318a5b024 Mon Sep 17 00:00:00 2001
From: reeze <reeze.xia@gmail.com>
Date: Fri, 20 Apr 2012 17:40:11 +0800
Subject: [PATCH 2/2] Fixed typo in test:
sapi/cli/tests/php_cli_server_016.phpt
Signed-off-by: reeze <reeze.xia@gmail.com>
---
sapi/cli/tests/php_cli_server_016.phpt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sapi/cli/tests/php_cli_server_016.phpt b/sapi/cli/tests/php_cli_server_016.phpt
index 3fd065a..e64615f 100644
--- a/sapi/cli/tests/php_cli_server_016.phpt
+++ b/sapi/cli/tests/php_cli_server_016.phpt
@@ -1,7 +1,7 @@
--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
+this is an indirect test for bug 60691, since mem leak is reproted in the server side
and require php compiled with --enable-debug
--SKIPIF--
<?php
--
1.7.9.3
|