]> granicus.if.org Git - php/commit
Cache __unserialize() instead of unserialize()
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 26 Jun 2020 08:54:40 +0000 (10:54 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 26 Jun 2020 08:54:40 +0000 (10:54 +0200)
commit1314ccbf8c3731f000e2c32f34dad21b053333f3
tree06eefc0988942a2ee8201fcedc8b54dd97497bf1
parentb6deace022a792ffe7139cfb82654095cfd27364
Cache __unserialize() instead of unserialize()

We should use these cache slots for the new object serialization
mechanism rather than the old one.
Zend/zend.h
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_compile.c
Zend/zend_inheritance.c
Zend/zend_interfaces.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_file_cache.c
ext/opcache/zend_persist.c
ext/standard/var.c
ext/standard/var_unserializer.re