From: Christoph M. Becker Date: Tue, 10 Jul 2018 14:04:14 +0000 (+0200) Subject: [ci skip] Document changes to php_add[c]slashes X-Git-Tag: php-7.3.0alpha4~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=091c0a8a59e9f662d9e84087485fb5242a38fcf9;p=php [ci skip] Document changes to php_add[c]slashes --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 433be4972c..85b2ea3289 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -22,6 +22,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES s. zend_function.reserved[] t. zif_handler u. GC_G + v. php_add[c]slashes 2. Build system changes a. Unix build system changes @@ -142,6 +143,10 @@ PHP 7.3 INTERNALS UPGRADE NOTES u. The GC globals (GC_G) are now private. Use the new zend_gc_get_status() to retrieve status information of the GC. + v. The should_free argument of the php_add[c]slashes functions has been + removed. It is now always the callers responsibility to free the passed + string. + ======================== 2. Build system changes ========================