back to dev
authorMichael Wallner <mike@php.net>
Fri, 3 Apr 2015 12:22:38 +0000 (14:22 +0200)
committerMichael Wallner <mike@php.net>
Fri, 3 Apr 2015 12:22:38 +0000 (14:22 +0200)
package.xml
php_http.h

index 7391a8ae060041ce179d4f6ff7e9a48fc1452dc5..65666788c07d1db8e66fc894c9ab3951c483f29f 100644 (file)
@@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-04-03</date>
  <version>
-  <release>2.4.2</release>
+  <release>2.4.3dev</release>
   <api>2.4.0</api>
  </version>
  <stability>
@@ -46,10 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug 69076 (http\Url throws Exception on empty querystring) (p at wspnr dot com)
-* Fixed bug 69313 (http\Client doesn't send GET body)
-+ Added libidn2 and UIDNA as fallbacks for IDN support
-- Deferred warnings/exceptions of the client, so callbacks for the currently failing requests will still be called
+*
 ]]></notes>
  <contents>
   <dir name="/">
index c17a0bda856f46fe8fe1d2e703fa850be80d82bc..403c3c785ba7a2bf7b46fe0d3ab7c5725530a47c 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.4.2"
+#define PHP_PECL_HTTP_VERSION "2.4.3dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry