From 1c0765195ecbb5f47d6a6e953288c657b0de58f8 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Fri, 11 Nov 2011 11:33:23 +0000 Subject: [PATCH] broaden php version wildcard in cli server tests (missed a few) --- sapi/cli/tests/php_cli_server_008.phpt | 2 +- sapi/cli/tests/php_cli_server_009.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapi/cli/tests/php_cli_server_008.phpt b/sapi/cli/tests/php_cli_server_008.phpt index 0b310111a8..b2a4be1dc1 100644 --- a/sapi/cli/tests/php_cli_server_008.phpt +++ b/sapi/cli/tests/php_cli_server_008.phpt @@ -62,7 +62,7 @@ string(8) "HTTP/1.1" HTTP/1.0 200 OK Host: %s Connection: closed -X-Powered-By: PHP/%s-dev +X-Powered-By: PHP/%s Content-type: text/html string(8) "HTTP/1.0" diff --git a/sapi/cli/tests/php_cli_server_009.phpt b/sapi/cli/tests/php_cli_server_009.phpt index 84a0f87abb..e28e72edb7 100644 --- a/sapi/cli/tests/php_cli_server_009.phpt +++ b/sapi/cli/tests/php_cli_server_009.phpt @@ -86,7 +86,7 @@ string(8) "/foo/bar" HTTP/1.0 200 OK Host: %s Connection: closed -X-Powered-By: PHP/%s-dev +X-Powered-By: PHP/%s Content-type: text/html string(9) "/foo/bar/" -- 2.50.1