tyrael Sun, 23 Oct 2011 20:38:53 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=318352
Log:
using %s-dev instead of the exact version number
Changed paths:
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_009.phpt
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-10-23 20:14:26 UTC (rev 318351)
+++ php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt
2011-10-23 20:38:53 UTC (rev 318352)
@@ -91,7 +91,7 @@
HTTP/1.0 200 OK
Host: %s
Connection: closed
-X-Powered-By: PHP/5.5.0-dev
+X-Powered-By: PHP/%s-dev
Content-type: text/html
string(9) "/foo/bar/"
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-10-23
20:14:26 UTC (rev 318351)
+++ php/php-src/trunk/sapi/cli/tests/php_cli_server_009.phpt 2011-10-23
20:38:53 UTC (rev 318352)
@@ -91,7 +91,7 @@
HTTP/1.0 200 OK
Host: %s
Connection: closed
-X-Powered-By: PHP/5.5.0-dev
+X-Powered-By: PHP/%s-dev
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