mirror of
https://github.com/php/php-src.git
synced 2026-04-12 18:43:37 +02:00
Bug that regularly sneaks in: ZEND_ACC_FINAL is set before calling zend_register_internal_class() and promptly gets ignored. Remove this footgun by preserving flags from the original CE.