summaryrefslogtreecommitdiff
path: root/www/pecl-yaf/files/patch-php85
blob: 1d35ad034c24adc2f1b962f1f7e9e635ac55a2f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- yaf_exception.c.orig	2024-06-25 03:13:57 UTC
+++ yaf_exception.c
@@ -73,7 +73,7 @@ zend_class_entry * yaf_get_exception_base(int root) /*
 	}
 #endif
 
-	return zend_exception_get_default();
+	return zend_ce_exception;
 }
 /* }}} */