summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-01-25 14:36:18 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-25 14:37:36 +0100
commitcc3e03c5122b1639e0bcca60f8bcf597605568ad (patch)
treeb9e7bc51f376d298b4c00cd7d560586e0cd25097 /UPGRADING
parentb67409e3d275a04c1b53f3d753476fd03077d9bf (diff)
downloadphp-git-cc3e03c5122b1639e0bcca60f8bcf597605568ad.tar.gz
Fix parsing of semi-reserved tokens at offset > 4 GB
To avoid increasing the size of parser stack elements by storing size_t offset and length, this instead only stores the start offset (or rather pointer now) and determines the length of the identifier in zend_lex_tstring.
Diffstat (limited to 'UPGRADING')
0 files changed, 0 insertions, 0 deletions