From a8ac64570a2287dec91756bdfef3ee351842727d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 16 Feb 2013 23:55:52 +0100 Subject: [PATCH] start with a low version --- TODO | 1 + config.m4 | 3 +-- package.xml | 8 ++++---- php_raphf.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..5e3d935 --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +* TTL diff --git a/config.m4 b/config.m4 index 7b68eba..c796974 100644 --- a/config.m4 +++ b/config.m4 @@ -1,8 +1,7 @@ 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 diff --git a/package.xml b/package.xml index e26ac7e..5b4ebc2 100644 --- a/package.xml +++ b/package.xml @@ -19,13 +19,13 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2013-02-02 + 2013-02-16 - 1.0.0 + 0.1.0 1.0.0 - stable + beta stable BSD, revised @@ -44,7 +44,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> - 5.4 + 5.3 1.4.0 diff --git a/php_raphf.h b/php_raphf.h index f363576..2c356ec 100644 --- a/php_raphf.h +++ b/php_raphf.h @@ -16,7 +16,7 @@ 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) -- 2.30.2