diff --git a/package.xml b/package.xml
index c059197..06b802e 100644
--- a/package.xml
+++ b/package.xml
@@ -4,7 +4,7 @@ http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
runkit
- http://github.com/downloads/zenovich/runkit/runkit-1.0.1
+ http://github.com/downloads/zenovich/runkit/runkit-1.0.3
For all those things you.... probably shouldn't have been doing anyway....
Replace, rename, and remove user defined functions and classes.
Define customized superglobal variables for general purpose use.
@@ -16,24 +16,23 @@ Execute code in restricted environment (sandboxing).
dzenovich@gmail.com
yes
-
- Sara Golemon
- pollita
- pollita@php.net
- no
-
- 2010-10-05
+ 2012-01-02
- 1.0.2
+ 1.0.3
1.0.1
stable
stable
- PHP
- Disappointing incompatibility issue with php 5.3+ in untested code was fixed.
+ 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.
@@ -114,6 +113,7 @@ Execute code in restricted environment (sandboxing).
+
@@ -143,6 +143,20 @@ Execute code in restricted environment (sandboxing).
+
+ 2010-10-05
+
+ 1.0.2
+ 1.0.1
+
+
+ stable
+ stable
+
+ PHP
+ Disappointing incompatibility issue with php 5.3+ in untested code was fixed.
+
+
2010-10-03