Skip to content

Commit 83eea87

Browse files
committed
[skip ci] Update UPGRADING.INTERNALS for #21607
1 parent be82abb commit 83eea87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ PHP 8.6 INTERNALS UPGRADE NOTES
145145
(sendfile, splice, copy_file_range, TransmitFile), and is now used by
146146
php_stream_copy_to_stream_ex(). The mmap-based copy fallback was removed.
147147
. Added zend_string_equals_cstr_ci().
148+
. Added zend_cstr_append_char(), zend_cstr_concat(), and
149+
zend_cstr_concat3() as helper functions to allocate NUL-terminated raw C
150+
strings from one or more buffers.
148151
. Added zend_string_ends_with() and related variants.
149152
. Added trait support for internal classes.
150153

0 commit comments

Comments
 (0)