1
0
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:
Tim Düsterhus
2025-09-25 12:11:22 +02:00
committed by GitHub
parent 39d6bc1716
commit 5d431d0d74
7 changed files with 34 additions and 5 deletions

View File

@@ -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
========================