PHP_ARG_ENABLE(raphf, whether to enable raphf support,
-[ --enable-raphf Enable raphf support])
+[ --enable-raphf Enable resource and persistent handles factory support])
if test "$PHP_RAPHF" != "no"; then
- dnl PHP_SUBST(RAPHF_SHARED_LIBADD)
PHP_INSTALL_HEADERS(ext/raphf, php_raphf.h)
PHP_NEW_EXTENSION(raphf, php_raphf.c, $ext_shared)
fi
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2013-02-02</date>
+ <date>2013-02-16</date>
<version>
- <release>1.0.0</release>
+ <release>0.1.0</release>
<api>1.0.0</api>
</version>
<stability>
- <release>stable</release>
+ <release>beta</release>
<api>stable</api>
</stability>
<license>BSD, revised</license>
<dependencies>
<required>
<php>
- <min>5.4</min>
+ <min>5.3</min>
</php>
<pearinstaller>
<min>1.4.0</min>
extern zend_module_entry raphf_module_entry;
#define phpext_raphf_ptr &raphf_module_entry
-#define PHP_RAPHF_VERSION "1.0.0"
+#define PHP_RAPHF_VERSION "0.1.0"
#ifdef PHP_WIN32
# define PHP_RAPHF_API __declspec(dllexport)