no more PG(error_handling) in PHP-5.3
[m6w6/ext-http] / package2.xml
index 466a759ac5ea2a9bf7657bf551dbde2222376570..c538a7308900d54113c927edd0f2cfb5e497c600 100644 (file)
@@ -28,22 +28,18 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-02-08</date>
+ <date>2008-02-04</date>
  <version>
-  <release>1.5.0RC1</release>
-  <api>1.5.0</api>
+  <release>1.6.1</release>
+  <api>1.6.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added HttpMessage::fromEnv(int type[, string class_name = "HttpMessage"]) (Clay Loveless)
-+ Added support for per process persistent cURL handles (requested by Clay Loveless):
-  o Added --enable-http-persistent-handles configure option
-  o Added http_persistent_handles_count(), http_persistent_handles_clean([string name]), http_persistent_handles_ident([string ident])
-  o Added http.persistent.handles.ident INI setting
+* Fixed PHP-5.3 build
 ]]></notes>
  <contents>
   <dir name="/">
@@ -219,6 +215,8 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="parse_message_005.phpt"/>
     <file role="test" name="parse_params_001.phpt"/>
     <file role="test" name="persistent_handles_001.phpt"/>
+    <file role="test" name="persistent_handles_002.phpt"/>
+    <file role="test" name="persistent_handles_003.phpt"/>
     <file role="test" name="redirect_011_logging.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_012_logging.phpt"/>
@@ -294,11 +292,6 @@ support. Parallel requests are available for PHP 5 and greater.
    prompt="whether to depend on extensions which have been built shared"
    default="yes"
   />
-  <configureoption
-   name="enable-http-persistent-handles"
-   prompt="whether to enable per-process persistent cURL handles"
-   default="no"
-  />
   <filelist>
    <install as="http.ini" name="docs/http.ini"/>
    <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>