]> granicus.if.org Git - php/commitdiff
ZEND_ACC_CLONE is removed
authorRemi Collet <remi@php.net>
Sun, 25 Jun 2017 06:23:30 +0000 (08:23 +0200)
committerRemi Collet <remi@php.net>
Sun, 25 Jun 2017 06:23:30 +0000 (08:23 +0200)
UPGRADING.INTERNALS

index 200e9e06daa613d05523d7c2924e041bed430f2a..e4860fd1aa605c8dfd5481a267bf418a14d79834 100644 (file)
@@ -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