release 3.2.3 RELEASE_3_2_3
authorMichael Wallner <mike@php.net>
Tue, 29 Oct 2019 06:42:02 +0000 (07:42 +0100)
committerMichael Wallner <mike@php.net>
Tue, 29 Oct 2019 06:42:02 +0000 (07:42 +0100)
* Fixed Windows build (Jan Ehrhardt)

package.xml
php_http.h

index 1f3c876cae1d841390fbba0a1d5634dfeb953409..866ba0cdb9b1097a85b95f9a445e239451ea35f5 100644 (file)
@@ -31,7 +31,7 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2019-10-24</date>
+ <date>2019-10-29</date>
  <version>
   <release>3.2.3</release>
   <api>3.2.0</api>
@@ -42,7 +42,7 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-  *
+  * Fixed Windows build (Jan Ehrhardt)
 ]]></notes>
  <contents>
   <dir name="/">
index cb4082678dfa38b78aac2104f953d0fab960949f..19d67f9bc729a976bfb0ad9328aacff3647a560c 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "3.2.3dev"
+#define PHP_PECL_HTTP_VERSION "3.2.3"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry