mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
4609ded082
op_arrays can be shared on two levels: Either the op_array is completely shared, or it is distinct but shares all members (apart from static_variables). The the op_array is distinct, we need to make sure to properly initialize the MAP_PTR structures.