summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-10 16:04:14 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-10 16:04:14 +0200
commit091c0a8a59e9f662d9e84087485fb5242a38fcf9 (patch)
treeee5b8783ad2cc1afd503a2cf569933eb2782adbd /UPGRADING.INTERNALS
parent271ae3eb2b142b3ecabe01ebdcc2d29acdd9bc1a (diff)
downloadphp-git-091c0a8a59e9f662d9e84087485fb5242a38fcf9.tar.gz
[ci skip] Document changes to php_add[c]slashes
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS5
1 files changed, 5 insertions, 0 deletions
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
========================