From 091c0a8a59e9f662d9e84087485fb5242a38fcf9 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 10 Jul 2018 16:04:14 +0200 Subject: [PATCH] [ci skip] Document changes to php_add[c]slashes --- UPGRADING.INTERNALS | 5 +++++ 1 file changed, 5 insertions(+) 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 ======================== -- 2.50.0