History log of /PHP-8.1/ext/opcache/tests/preload_static_var_inheritance.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# e9f783fc 01-Apr-2021 Max Semenik

Migrate skip checks to --EXTENSIONS--, p3

For rationale, see #6787

Extensions migrated in part 3:
* ftp
* gmp
* iconv
* opcache
* shmop


# 21a9ad91 04-May-2020 Nikita Popov

Fixed bug #79548

When duplicating user functions with static variables, make sure
that we init a new map ptr slot for the static variables.