Skip to content

Commit

Permalink
release 3.2.3
Browse files Browse the repository at this point in the history
* Fixed Windows build (Jan Ehrhardt)
  • Loading branch information
m6w6 committed Oct 29, 2019
1 parent f94c237 commit d9809cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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="/">
Expand Down
2 changes: 1 addition & 1 deletion php_http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9809cc

Please sign in to comment.