mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Make sure to always duplicate max_memory_limit ini value. Otherwise the alter ini routine may assume the value hasn't been overwritten, resulting in the user-specified value being set after the on_modify handler has run. Fixes GH-17951 Closes GH-19963