</lead>
<date>2013-12-10</date>
<version>
- <release>2.0.2</release>
+ <release>2.0.3</release>
<api>2.0.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fixed bug #66250 (shutdown crash as shared extension)
+* Fixed typo
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "2.0.2"
+#define PHP_PECL_HTTP_VERSION "2.0.3"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry
PHP_MSHUTDOWN_FUNCTION(http_client_curl)
{
- php_persistent_handles_cleanup(ZEND_STRL("http\\Client\\Curl"), NULL, 0 TSRMLS_CC);
- php_persistent_handles_cleanup(ZEND_STRL("http\\Client\\Curl\\Request"), NULL, 0 TSRMLS_CC);
+ php_persistent_handle_cleanup(ZEND_STRL("http\\Client\\Curl"), NULL, 0 TSRMLS_CC);
+ php_persistent_handle_cleanup(ZEND_STRL("http\\Client\\Curl\\Request"), NULL, 0 TSRMLS_CC);
php_http_options_dtor(&php_http_curle_options);