diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-24 16:20:18 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-24 16:20:18 +0200 |
commit | 652c09ecf77b8d98dd0857507b36419ef019e56d (patch) | |
tree | 4ded5304df2ced041c3dbb458e061ec6394fe5fa | |
parent | 0c7124e6beff0a7b0540691db370148be06d242a (diff) | |
download | php-git-652c09ecf77b8d98dd0857507b36419ef019e56d.tar.gz |
[ci skip] Update UPGRADING.INTERNALS
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=0c7124e6beff0a7b0540691db370148be06d242a>.
-rw-r--r-- | UPGRADING.INTERNALS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 95c6285976..83c8c5a523 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -9,6 +9,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES f. Arginfo argument types g. zend_free_op type and should_free argument of zend_get_zval_ptr() h. zend_value_error() + i. get_closure() object handler 2. Build system changes a. Abstract @@ -71,6 +72,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES to raise ValueError when inappropriate argument values are passed to functions. + i. get_closure() object handlers now accept an additional zend_bool parameter + `check_only`. If it is true, the handler is called to check whether the + object is callable; in this case the handler should not throw an exception. + ======================== 2. Build system changes ======================== |