Closed redbullmarky closed 1 year ago
PHP8.0 changed cast_object so that it cannot be set to NULL.
Given that zend_get_std_object_handlers() provides a functional default, removing the code that assigns NULL to the cast_object handler resolves the issue.
zend_get_std_object_handlers()
cast_object
closes #504
Hej Mark, thank you very much for tracking this down!
PHP8.0 changed cast_object so that it cannot be set to NULL.
Given that
zend_get_std_object_handlers()
provides a functional default, removing the code that assigns NULL to thecast_object
handler resolves the issue.closes #504