Skip to content

Commit 091c0a8

Browse files
committed
[ci skip] Document changes to php_add[c]slashes
1 parent 271ae3e commit 091c0a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
2222
s. zend_function.reserved[]
2323
t. zif_handler
2424
u. GC_G
25+
v. php_add[c]slashes
2526

2627
2. Build system changes
2728
a. Unix build system changes
@@ -142,6 +143,10 @@ PHP 7.3 INTERNALS UPGRADE NOTES
142143
u. The GC globals (GC_G) are now private. Use the new zend_gc_get_status() to
143144
retrieve status information of the GC.
144145

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+
145150
========================
146151
2. Build system changes
147152
========================

0 commit comments

Comments
 (0)