We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271ae3e commit 091c0a8Copy full SHA for 091c0a8
UPGRADING.INTERNALS
@@ -22,6 +22,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
22
s. zend_function.reserved[]
23
t. zif_handler
24
u. GC_G
25
+ v. php_add[c]slashes
26
27
2. Build system changes
28
a. Unix build system changes
@@ -142,6 +143,10 @@ PHP 7.3 INTERNALS UPGRADE NOTES
142
143
u. The GC globals (GC_G) are now private. Use the new zend_gc_get_status() to
144
retrieve status information of the GC.
145
146
+ v. The should_free argument of the php_add[c]slashes functions has been
147
+ removed. It is now always the callers responsibility to free the passed
148
+ string.
149
+
150
========================
151
152
0 commit comments