diff options
author | Peter Cowburn <salathe@php.net> | 2011-11-11 11:33:23 +0000 |
---|---|---|
committer | Peter Cowburn <salathe@php.net> | 2011-11-11 11:33:23 +0000 |
commit | 1c0765195ecbb5f47d6a6e953288c657b0de58f8 (patch) | |
tree | a30eb46c2f851045fa0a3b2a7a4f05cc2abdb208 | |
parent | 2a41f272e4152635e6343d663bb65b6947735eb2 (diff) | |
download | php-git-1c0765195ecbb5f47d6a6e953288c657b0de58f8.tar.gz |
broaden php version wildcard in cli server tests (missed a few)
-rw-r--r-- | sapi/cli/tests/php_cli_server_008.phpt | 2 | ||||
-rw-r--r-- | 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/" |