salathe Fri, 11 Nov 2011 11:33:23 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=319047
Log: broaden php version wildcard in cli server tests (missed a few) Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_008.phpt U php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt U php/php-src/trunk/sapi/cli/tests/php_cli_server_008.phpt U php/php-src/trunk/sapi/cli/tests/php_cli_server_009.phpt Modified: php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_008.phpt =================================================================== --- php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_008.phpt 2011-11-11 11:26:51 UTC (rev 319046) +++ php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_008.phpt 2011-11-11 11:33:23 UTC (rev 319047) @@ -62,7 +62,7 @@ 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" Modified: php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt =================================================================== --- php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt 2011-11-11 11:26:51 UTC (rev 319046) +++ php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt 2011-11-11 11:33:23 UTC (rev 319047) @@ -86,7 +86,7 @@ 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/" Modified: php/php-src/trunk/sapi/cli/tests/php_cli_server_008.phpt =================================================================== --- php/php-src/trunk/sapi/cli/tests/php_cli_server_008.phpt 2011-11-11 11:26:51 UTC (rev 319046) +++ php/php-src/trunk/sapi/cli/tests/php_cli_server_008.phpt 2011-11-11 11:33:23 UTC (rev 319047) @@ -62,7 +62,7 @@ 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" Modified: php/php-src/trunk/sapi/cli/tests/php_cli_server_009.phpt =================================================================== --- php/php-src/trunk/sapi/cli/tests/php_cli_server_009.phpt 2011-11-11 11:26:51 UTC (rev 319046) +++ php/php-src/trunk/sapi/cli/tests/php_cli_server_009.phpt 2011-11-11 11:33:23 UTC (rev 319047) @@ -86,7 +86,7 @@ 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/"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php