- Fixed build on php-trunk
[m6w6/ext-http] / tests / HttpRequestPool_005.phpt
index 80a6c648d7ace68a2e5a335cc4867d484758ea02..4770fe779f6206a6526cbcfa172b51204d05f4d3 100644 (file)
@@ -3,7 +3,7 @@ HttpRequestPool exception
 --SKIPIF--
 <?php
 include 'skip.inc';
-checkmin(5);
+checkmin("5.2.5");
 checkcls('HttpRequestPool');
 ?>
 --FILE--
@@ -31,16 +31,16 @@ try {
 echo "Done\n";
 ?>
 --EXPECTF--
-%sTEST
-HttpRequestPoolException: Exception caused by inner exception(s)
+%aTEST
+HttpRequestPoolException: Exception caused by inner exception(s)
        HttpInvalidParamException: Empty or too short HTTP message: ''
-               HttpRequestException: couldn't resolve host name; Couldn't resolve host '_____' (http://_____/)
+               HttpRequestException: %souldn't resolve host name; %s (http://_____/)
 int(3)
-HttpRequestPoolException: Exception caused by inner exception(s)
+HttpRequestPoolException: Exception caused by inner exception(s)
        HttpInvalidParamException: Empty or too short HTTP message: ''
-               HttpRequestException: couldn't resolve host name; Couldn't resolve host '_____' (http://_____/)
+               HttpRequestException: %souldn't resolve host name; %s (http://_____/)
                        HttpInvalidParamException: Empty or too short HTTP message: ''
-                               HttpRequestException: couldn't resolve host name; Couldn't resolve host '_____' (http://_____/)
+                               HttpRequestException: %souldn't resolve host name; %s (http://_____/)
 int(5)
 Done