Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Apr 8, 2015
1 parent 8117b90 commit 8faf958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.xml
Expand Up @@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
</lead>
<date>2015-04-08</date>
<version>
<release>2.4.3</release>
<release>2.4.4dev</release>
<api>2.4.0</api>
</version>
<stability>
Expand All @@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
* Fixed bug #69357 (HTTP/1.1 100 Continue overriding subsequent 200 response code with PUT request)
*
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_http.h
Expand Up @@ -13,7 +13,7 @@
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H

#define PHP_PECL_HTTP_VERSION "2.4.3"
#define PHP_PECL_HTTP_VERSION "2.4.4dev"

extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry
Expand Down

0 comments on commit 8faf958

Please sign in to comment.