2.1.0dev
authorMichael Wallner <mike@php.net>
Thu, 16 Jan 2014 21:19:15 +0000 (22:19 +0100)
committerMichael Wallner <mike@php.net>
Thu, 16 Jan 2014 21:19:15 +0000 (22:19 +0100)
package.xml
php_http.h

index d8a82bb152db247438735ac9d20f7e4c17d1b24a..47d7cb0eadda5f30490c04d76e9f87313211e46f 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-01-02</date>
  <version>
  </lead>
  <date>2014-01-02</date>
  <version>
-  <release>2.0.5dev</release>
+  <release>2.1.0dev</release>
   <api>2.0.0</api>
  </version>
  <stability>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -48,7 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-*
+* Added RFC5987 support in http\Params
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
@@ -217,6 +217,8 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="negotiate001.phpt"/>
      <file role="test" name="params001.phpt"/>
      <file role="test" name="params002.phpt"/>
      <file role="test" name="negotiate001.phpt"/>
      <file role="test" name="params001.phpt"/>
      <file role="test" name="params002.phpt"/>
+     <file role="test" name="params003.phpt"/>
+     <file role="test" name="params004.phpt"/>
      <file role="test" name="phpunit.phpt"/>
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring_001.phpt"/>
      <file role="test" name="phpunit.phpt"/>
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring_001.phpt"/>
index 7bc203b2947c67219ed183844c7aa84f23502806..a911044c3c19ed376f8cbe0e6aaae1b615276315 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.0.5dev"
+#define PHP_PECL_HTTP_VERSION "2.1.0dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry