From a2c843780e2ffed8c87bcbac6541818fa76d8f9e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 21 Sep 2018 16:27:51 +0200 Subject: [PATCH] [ci skip] Update UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 4 ++++ 1 file changed, 4 insertions(+) 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 ======================== -- 2.50.1