mirror of
https://github.com/php/php-src.git
synced 2026-04-13 02:52:48 +02:00
The result of zval_get_string() needs to be released. In some places where it is inconvenient to manage, I went back to convert_to_string. It is safe in those places due to existing array separations. Also fix a preexisting leak when getting controls, the previous value was not destroyed.