]> granicus.if.org Git - php/commitdiff
[ci skip] Update UPGRADING.INTERNALS
authorAnatol Belski <ab@php.net>
Fri, 21 Sep 2018 14:27:51 +0000 (16:27 +0200)
committerAnatol Belski <ab@php.net>
Sat, 22 Sep 2018 00:05:28 +0000 (02:05 +0200)
UPGRADING.INTERNALS

index 29513f53887a6234959786985774a805ce433be8..0cbe2e21cdc25f9ad9dd25672b64ce5de5623b1b 100644 (file)
@@ -42,6 +42,10 @@ PHP 7.4 INTERNALS UPGRADE NOTES
 
   d. zend_check_private() is removed. Use (func->common.scope == scope) instead.
 
+  e. Pointers returned by php_win32_error_to_msg() have to be freed using
+     php_win32_error_msg_free(). Same regarding php_win_err() vs.
+     php_win_err_free().
+
 ========================
 2. Build system changes
 ========================