Browse Source

broaden php version wildcard in cli server tests

pull/271/head
Peter Cowburn 15 years ago
parent
commit
9886e865a3
  1. 2
      sapi/cli/tests/php_cli_server_004.phpt
  2. 2
      sapi/cli/tests/php_cli_server_005.phpt
  3. 2
      sapi/cli/tests/php_cli_server_006.phpt
  4. 2
      sapi/cli/tests/php_cli_server_007.phpt
  5. 2
      sapi/cli/tests/php_cli_server_008.phpt
  6. 2
      sapi/cli/tests/php_cli_server_009.phpt

2
sapi/cli/tests/php_cli_server_004.phpt

@ -39,7 +39,7 @@ HEADER
HTTP/1.1 200 OK
Host: %s
Connection: closed
X-Powered-By: PHP/%s-dev
X-Powered-By: PHP/%s
Content-type: text/html
string(19) "HTTP_HOST:localhost"

2
sapi/cli/tests/php_cli_server_005.phpt

@ -51,7 +51,7 @@ HEADER
HTTP/1.1 200 OK
Host: %s
Connection: closed
X-Powered-By: PHP/%s-dev
X-Powered-By: PHP/%s
Content-type: text/html
array(1) {

2
sapi/cli/tests/php_cli_server_006.phpt

@ -35,7 +35,7 @@ HEADER
HTTP/1.1 200 OK
Host: %s
Connection: closed
X-Powered-By: PHP/%s-dev
X-Powered-By: PHP/%s
Content-type: text/html
string(3) "foo"

2
sapi/cli/tests/php_cli_server_007.phpt

@ -35,6 +35,6 @@ HEADER
HTTP/1.1 401 Unauthorized
Host: %s
Connection: closed
X-Powered-By: PHP/%s-dev
X-Powered-By: PHP/%s
WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque="acbd18db4cc2f85cedef654fccc4a4d8"
Content-type: text/html

2
sapi/cli/tests/php_cli_server_008.phpt

@ -55,7 +55,7 @@ fclose($fp);
HTTP/1.1 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.1"

2
sapi/cli/tests/php_cli_server_009.phpt

@ -79,7 +79,7 @@ fclose($fp);
HTTP/1.1 200 OK
Host: %s
Connection: closed
X-Powered-By: PHP/%s-dev
X-Powered-By: PHP/%s
Content-type: text/html
string(8) "/foo/bar"

Loading…
Cancel
Save