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

Commit

Permalink
prepare 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Nov 6, 2014
1 parent 5dfb7f2 commit 15d2493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.xml
Expand Up @@ -37,9 +37,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
<email>mike@php.net</email>
<active>yes</active>
</lead>
<date>2014-10-16</date>
<date>2014-11-06</date>
<version>
<release>2.1.4dev</release>
<release>2.1.4</release>
<api>2.1.0</api>
</version>
<stability>
Expand Down Expand Up @@ -137,6 +137,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
</dir>
<file role="test" name="bug61444.phpt"/>
<file role="test" name="bug66388.phpt"/>
<file role="test" name="bug66891.phpt"/>
<file role="test" name="bug67932.phpt"/>
<file role="test" name="client001.phpt"/>
<file role="test" name="client002.phpt"/>
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.1.4dev"
#define PHP_PECL_HTTP_VERSION "2.1.4"

extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry
Expand Down

0 comments on commit 15d2493

Please sign in to comment.