Skip to content

Commit 2a41f27

Browse files
committed
broaden php version wildcard in cli server tests
1 parent a1cf0c4 commit 2a41f27

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

sapi/cli/tests/php_cli_server_004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ HEADER
3939
HTTP/1.1 200 OK
4040
Host: %s
4141
Connection: closed
42-
X-Powered-By: PHP/%s-dev
42+
X-Powered-By: PHP/%s
4343
Content-type: text/html
4444

4545
string(19) "HTTP_HOST:localhost"

sapi/cli/tests/php_cli_server_005.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ HEADER
5151
HTTP/1.1 200 OK
5252
Host: %s
5353
Connection: closed
54-
X-Powered-By: PHP/%s-dev
54+
X-Powered-By: PHP/%s
5555
Content-type: text/html
5656

5757
array(1) {

sapi/cli/tests/php_cli_server_006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ HEADER
3535
HTTP/1.1 200 OK
3636
Host: %s
3737
Connection: closed
38-
X-Powered-By: PHP/%s-dev
38+
X-Powered-By: PHP/%s
3939
Content-type: text/html
4040

4141
string(3) "foo"

sapi/cli/tests/php_cli_server_007.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ HEADER
3535
HTTP/1.1 401 Unauthorized
3636
Host: %s
3737
Connection: closed
38-
X-Powered-By: PHP/%s-dev
38+
X-Powered-By: PHP/%s
3939
WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque="acbd18db4cc2f85cedef654fccc4a4d8"
4040
Content-type: text/html

sapi/cli/tests/php_cli_server_008.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fclose($fp);
5555
HTTP/1.1 200 OK
5656
Host: %s
5757
Connection: closed
58-
X-Powered-By: PHP/%s-dev
58+
X-Powered-By: PHP/%s
5959
Content-type: text/html
6060

6161
string(8) "HTTP/1.1"

sapi/cli/tests/php_cli_server_009.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fclose($fp);
7979
HTTP/1.1 200 OK
8080
Host: %s
8181
Connection: closed
82-
X-Powered-By: PHP/%s-dev
82+
X-Powered-By: PHP/%s
8383
Content-type: text/html
8484

8585
string(8) "/foo/bar"

0 commit comments

Comments
 (0)