summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-21 16:27:51 +0200
committerAnatol Belski <ab@php.net>2018-09-22 02:05:28 +0200
commita2c843780e2ffed8c87bcbac6541818fa76d8f9e (patch)
tree00569d086a05106aaa782bf09cf2ba205437af19 /UPGRADING.INTERNALS
parent5da3ed69a69fb2bec41c75cf89099d4b66d08cd3 (diff)
downloadphp-git-a2c843780e2ffed8c87bcbac6541818fa76d8f9e.tar.gz
[ci skip] Update UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 29513f5388..0cbe2e21cd 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -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
========================