Skip to content

Release 5.0.2

Compare
Choose a tag to compare
@remicollet remicollet released this 03 Aug 12:54
· 276 commits to master since this release

Bugfix release for PHP 7+

  • add uopz.disable ini switch (default 0)
  • fix bug #43: setting hook on __invoke method doesn't work on call_user_func
  • fix bug #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