-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
<name>runkit</name> | ||
<uri>http://github.com/downloads/zenovich/runkit/runkit-1.0.1</uri> | ||
<uri>http://github.com/downloads/zenovich/runkit/runkit-1.0.3</uri> | ||
<summary>For all those things you.... probably shouldn't have been doing anyway....</summary> | ||
<description>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). | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<lead> | ||
<name>Sara Golemon</name> | ||
<user>pollita</user> | ||
<email>[email protected]</email> | ||
<active>no</active> | ||
</lead> | ||
|
||
<date>2010-10-05</date> | ||
<date>2012-01-02</date> | ||
<version> | ||
<release>1.0.2</release> | ||
<release>1.0.3</release> | ||
<api>1.0.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP</license> | ||
<notes>Disappointing incompatibility issue with php 5.3+ in untested code was fixed.</notes> | ||
<license uri="http://www.opensource.org/licenses/BSD-3-Clause">BSD License (3 Clause)</license> | ||
<notes> | ||
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.</notes> | ||
|
||
<contents> | ||
<dir name="/"> | ||
|
@@ -114,6 +113,7 @@ Execute code in restricted environment (sandboxing). | |
<file name="config.m4" role="src" /> | ||
<file name="config.w32" role="src" /> | ||
<file name="php_runkit.h" role="src" /> | ||
<file name="LICENSE" role="doc" /> | ||
<file name="README" role="doc" /> | ||
<file name="runkit.c" role="src" /> | ||
<file name="runkit.dsp" role="src" /> | ||
|
@@ -143,6 +143,20 @@ Execute code in restricted environment (sandboxing). | |
|
||
<changelog> | ||
|
||
<release> | ||
<date>2010-10-05</date> | ||
<version> | ||
<release>1.0.2</release> | ||
<api>1.0.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP</license> | ||
<notes>Disappointing incompatibility issue with php 5.3+ in untested code was fixed.</notes> | ||
</release> | ||
|
||
<release> | ||
<date>2010-10-03</date> | ||
<version> | ||
|