<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2013-11-15</date>
+ <date>2013-11-25</date>
<version>
- <release>1.0.3</release>
+ <release>1.0.4</release>
<api>1.0.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Added pecl/http-v2 tests
+* Fix re-use of destroyed hashtable with phpdbg
]]></notes>
<contents>
<dir name="/">
PHP_MSHUTDOWN_FUNCTION(raphf)
{
UNREGISTER_INI_ENTRIES();
+ php_persistent_handles_global_hash = NULL;
return SUCCESS;
}
extern zend_module_entry raphf_module_entry;
#define phpext_raphf_ptr &raphf_module_entry
-#define PHP_RAPHF_VERSION "1.0.3"
+#define PHP_RAPHF_VERSION "1.0.4"
#ifdef PHP_WIN32
# define PHP_RAPHF_API __declspec(dllexport)