From 24a8ce4d001d647b8006480651aeca00be066f25 Mon Sep 17 00:00:00 2001 From: Dmitry Zenovich Date: Mon, 2 Jan 2012 18:29:05 +0400 Subject: [PATCH] continue development --- package.xml | 28 +++++++++++++++++++++------- php_runkit.h | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 06b802e..4c8c812 100644 --- a/package.xml +++ b/package.xml @@ -19,7 +19,7 @@ Execute code in restricted environment (sandboxing). 2012-01-02 - 1.0.3 + 1.0.4 1.0.1 @@ -27,12 +27,8 @@ Execute code in restricted environment (sandboxing). stable BSD License (3 Clause) - - License was changed to the BSD License (3 Clause) - Main bug-fixes: - * Building on windows-platform was fixed. - * The issue with inheritance of methods, which have been created by the runkit_method_rename function, was fixed. - * Fixed dumb bug in workarounds based on php-version. + ... + @@ -142,6 +138,24 @@ Execute code in restricted environment (sandboxing). + + 2012-01-02 + + 1.0.3 + 1.0.1 + + + stable + stable + + BSD License (3 Clause) + + License was changed to the BSD License (3 Clause) + Main bug-fixes: + * Building on windows-platform was fixed. + * The issue with inheritance of methods, which have been created by the runkit_method_rename function, was fixed. + * Fixed dumb bug in workarounds based on php-version. + 2010-10-05 diff --git a/php_runkit.h b/php_runkit.h index aa0faf8..69fd69d 100644 --- a/php_runkit.h +++ b/php_runkit.h @@ -35,7 +35,7 @@ #include "Zend/zend_closures.h" #endif -#define PHP_RUNKIT_VERSION "1.0.3-dev" +#define PHP_RUNKIT_VERSION "1.0.4-dev" #define PHP_RUNKIT_SANDBOX_CLASSNAME "Runkit_Sandbox" #define PHP_RUNKIT_SANDBOX_PARENT_CLASSNAME "Runkit_Sandbox_Parent"