mirror of
https://github.com/php/php-src.git
synced 2026-04-13 02:52:48 +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.