Skip to content

Commit

Permalink
continue development
Browse files Browse the repository at this point in the history
  • Loading branch information
zenovich committed Jan 2, 2012
1 parent 8f837de commit 24a8ce4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
28 changes: 21 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,16 @@ Execute code in restricted environment (sandboxing).

<date>2012-01-02</date>
<version>
<release>1.0.3</release>
<release>1.0.4</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<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>
<notes>...
</notes>

<contents>
<dir name="/">
Expand Down Expand Up @@ -142,6 +138,24 @@ Execute code in restricted environment (sandboxing).
<extsrcrelease />

<changelog>
<release>
<date>2012-01-02</date>
<version>
<release>1.0.3</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<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>
</release>

<release>
<date>2010-10-05</date>
Expand Down
2 changes: 1 addition & 1 deletion php_runkit.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 24a8ce4

Please sign in to comment.