diff options
author | Remi Collet <remi@php.net> | 2017-06-25 08:23:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-06-25 08:23:30 +0200 |
commit | 754e1c463d1bbfcc92bf83ca9ee56e4932c7d425 (patch) | |
tree | 0c5621d6d3b7d87ef2b06588536ef6bb617cf391 /UPGRADING.INTERNALS | |
parent | 8e98a44eb29e87a9ee533979e85b6851fd497dd5 (diff) | |
download | php-git-754e1c463d1bbfcc92bf83ca9ee56e4932c7d425.tar.gz |
ZEND_ACC_CLONE is removed
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 200e9e06da..e4860fd1aa 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -4,6 +4,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES a. Path related functions b. php_win32_get_random_bytes() c. nice() Windows implementation + d. ZEND_ACC_CLONE 2. Build system changes a. Unix build system changes @@ -29,6 +30,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES SetPriorityClass(). See the implementation for more in-depth details. This also defines HAVE_NICE. + d. ZEND_ACC_CLONE is removed, but was not used in previous versions ======================== 2. Build system changes |