Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
#define TSRMLS_FETCH()
#endif

#if PHP_VERSION_ID >= 80500
static zend_class_entry *zend_exception_get_default(void)
{
return zend_ce_exception;
}
#endif

/* {{{ sync_module_entry
*/
zend_module_entry sync_module_entry = {
Expand Down