]> granicus.if.org Git - php/commit
Fix static property indirections in file cache
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 20 May 2020 08:55:36 +0000 (10:55 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 20 May 2020 09:12:18 +0000 (11:12 +0200)
commitdb0cdcbb0a224f958870125a13bd5901fa6e8a0f
treeeb2332349c4907e5844a8eb6d806e304431ff58f
parent8819d247c68bd1b86959b3e7dfb66d54803c5d85
Fix static property indirections in file cache

If the class is already linked, we need to serialize and
unserialize INDIRECTed static properties. Normally these would
be set up when copying from cache.
ext/opcache/zend_file_cache.c