Skip to content

Commit

Permalink
[ci skip] Update UPGRADING.INTERNALS
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Sep 22, 2018
1 parent 5da3ed6 commit a2c8437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADING.INTERNALS
Expand Up @@ -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
========================
Expand Down

0 comments on commit a2c8437

Please sign in to comment.