mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The value is temporarily duplicated. While the value is allocated persistently, it will be freed if the ini value can't be set. This is safe, given the value has not actually been stored. Exposed by GH-19619 Closes GH-19671