mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
zend_string: Support NUL bytes in ZSTR_*_LITERAL() and zend_string_*literal*() (#19582)
This commit is contained in:
@@ -14,6 +14,10 @@ PHP 8.6 INTERNALS UPGRADE NOTES
|
||||
1. Internal API changes
|
||||
========================
|
||||
|
||||
. ZSTR_INIT_LITERAL(), zend_string_starts_with_literal(), and
|
||||
zend_string_starts_with_literal_ci() now support strings containing NUL
|
||||
bytes. Passing non-literal char* is no longer supported.
|
||||
|
||||
========================
|
||||
2. Build system changes
|
||||
========================
|
||||
|
||||
Reference in New Issue
Block a user