Skip to content

Conversation

iluuu1994
Copy link
Member

@iluuu1994 iluuu1994 commented Aug 21, 2025

The signed int length breaks scanning of string literals >=2GB. yyleng is still limited to unsigned int, i.e. 4GB, but we can't fix this without breaking the ABI.

Partially addresses GH-19542

This will break scanning of string literals >=2GB. yyleng is still limited to
unsigned int, i.e. 4GB, but we can't fix this without breaking the ABI.

Partially addresses phpGH-19542
@iluuu1994 iluuu1994 closed this in 0a12aaa Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants