1 2 3 4 5 6 7 8 9 10 11
--- yar_exception.c.orig 2024-06-25 08:51:10 UTC +++ yar_exception.c @@ -62,7 +62,7 @@ zend_class_entry * php_yar_get_exception_base(int root } #endif - return zend_exception_get_default(); + return zend_ce_exception; } /* }}} */