History log of /PHP-8.1/ext/opcache/tests/preload_trait_static.inc (Results 1 – 1 of 1)
Revision Date Author Comments
# be89a5c7 12-Dec-2019 Nikita Popov

Fixed bug #78950: Preloading trait method with static variables

We need to make sure that trait methods with static variables
allocate a separate MAP slot for the static variables pointe

Fixed bug #78950: Preloading trait method with static variables

We need to make sure that trait methods with static variables
allocate a separate MAP slot for the static variables pointer,
rather than working in-place.

show more ...