summaryrefslogtreecommitdiff
path: root/www/pecl-yar/files/patch-php85
blob: 20c15b01392c13a425719f949952ab31898909ee (plain) (blame)
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;
 }
 /* }}} */