-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
1 parent
1e81e56
commit 7bdeda8
Showing
3 changed files
with
24 additions
and
5 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
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 |
---|---|---|
|
@@ -29,10 +29,9 @@ It supports the following activities: | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2016-04-13</date> | ||
<time>13:00:00</time> | ||
<date>2017-08-03</date> | ||
<version> | ||
<release>5.0.2dev</release> | ||
<release>5.0.2</release> | ||
<api>5.0.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -41,7 +40,16 @@ It supports the following activities: | |
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
- | ||
- add uopz.disable ini switch (default 0) | ||
- fix gh#43: setting hook on __invoke method doesn't work on call_user_func | ||
- fix gh#48: segmentation fault (uopz_set_return) | ||
- add 4 new functions: | ||
- uopz_call_user_func(callable function, ... args) | ||
This comment has been minimized.
Sorry, something went wrong. |
||
- uopz_get_exit_status() | ||
- uopz_allow_exit(bool allow) | ||
- uopz_call_user_func_array(callable function, array args) | ||
- fix PHP 7.1 compatibility | ||
- fix PHP 7.2 compatibility | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -74,6 +82,7 @@ It supports the following activities: | |
<file name="006.phpt" role="test" /> | ||
<file name="007.phpt" role="test" /> | ||
<file name="008.phpt" role="test" /> | ||
<file name="009.phpt" role="test" /> | ||
<file name="010.phpt" role="test" /> | ||
<file name="011.phpt" role="test" /> | ||
<file name="012.phpt" role="test" /> | ||
|
@@ -84,7 +93,14 @@ It supports the following activities: | |
<file name="017.phpt" role="test" /> | ||
<file name="018.phpt" role="test" /> | ||
<file name="019.phpt" role="test" /> | ||
<file name="020.phpt" role="test" /> | ||
<file name="021.phpt" role="test" /> | ||
<file name="skipif.inc" role="test" /> | ||
<dir name="/bugs"> | ||
<file name="0001-uopz_set_static.phpt" role="test" /> | ||
<file name="0002-uopz_set_static_clear.phpt" role="test" /> | ||
<file name="gh43.phpt" role="test" /> | ||
</dir> | ||
</dir> | ||
<file name="uopz.h" role="src" /> | ||
<file name="uopz.c" role="src" /> | ||
|
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
1 comment
on commit 7bdeda8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krakjoe can you please give a quick look to the Changelog entries ?
this and cufa aren't really meant for user execution, they are used to overload the original internal cuf/cufa functions ...