diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-02 08:05:55 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-02 08:05:55 +0100 |
commit | a9f968e0705064c87b5957396a5c4fb5260f0d7b (patch) | |
tree | 6c546ea140112e4f63c42c48094ca53c531d9a2a /REFLECTION | |
parent | f5580373c5a1f456399cb923e797bab15b3f1dba (diff) |
update to 5.1.0
raise dependency on PHP 7.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 uopz version 5.0.2 ] { +Extension [ <persistent> extension #15 uopz version 5.1.0 ] { - INI { Entry [ uopz.disable <SYSTEM> ] @@ -17,8 +17,6 @@ Extension [ <persistent> extension #15 uopz version 5.0.2 ] { } - Functions { - Function [ <internal:uopz> function uopz_call_user_func ] { - } Function [ <internal:uopz> function uopz_set_return ] { } Function [ <internal:uopz> function uopz_get_return ] { @@ -63,6 +61,8 @@ Extension [ <persistent> extension #15 uopz version 5.0.2 ] { } Function [ <internal:uopz> function uopz_allow_exit ] { } + Function [ <internal:uopz> function uopz_call_user_func ] { + } Function [ <internal:uopz> function uopz_call_user_func_array ] { } } |