diff --git a/package.xml b/package.xml index 0df02f32..0b25ab57 100644 --- a/package.xml +++ b/package.xml @@ -29,10 +29,10 @@ It supports the following activities: remi@php.net yes - 2017-08-03 + 2019-01-02 - 5.0.2 - 5.0.0 + 5.1.0 + 5.1.0 stable @@ -40,16 +40,19 @@ It supports the following activities: PHP License -- 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) - - 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 +- Fix #89 uopz_flags bugs on 64bit windows +- Fix #87 segfault when hook throws fatal error +- Fix #86 interface support for uopz_set_return +- Fix #85 cuf/cufa bugs +- Fix #76 uopz_extend changing linkage +- Fix #73 cuf/cufa bugs +- Fix #68 hang when using anon class as mock +- Fix #64 segfault after uopz_set_static +- Fix #63 class constant redefinition depends on opcache +- Fix #61 mocking not working with xdebug +- Fix #51 hooks and returns bug +- Fix #42 uopz_set_mock not working in some cases +- Fix PHP 7.3 compatibility @@ -105,11 +108,30 @@ It supports the following activities: + + + + + + + + + + + + + + + + + + + @@ -133,6 +155,30 @@ It supports the following activities: uopz + + 2017-08-03 + + 5.0.2 + 5.0.0 + + + stable + stable + + PHP License + +- 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) + - 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 + + 2016-04-13 diff --git a/uopz.h b/uopz.h index 35461d8a..45d6a66c 100644 --- a/uopz.h +++ b/uopz.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | uopz | +----------------------------------------------------------------------+ - | Copyright (c) Joe Watkins 2016 | + | Copyright (c) Joe Watkins 2016-2019 | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is |