mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
5a8622fe78
Integer parameters are stored in `zend_long` values, which have 64 bits on LLP64, but `long` has only 32 bits there. Adding a test might be overkill, because the broken behavior could already be observed when running pg_select_001.phpt on Windows debug builds, which report the stack corruption. Closes GH-8263.