mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
8abb2ced39
Fix file cache serialization of property types. I'm changing the overall type serialization format to perform additional adjustments in order to yield a plausible pointer for zend_type, rather than using an entirely separate serialization format, as was previously done. That would have been annoying to extend to the case of CE pointers.