diff options
Diffstat (limited to '')
-rw-r--r-- | www/pecl-yar/files/patch-php85 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/pecl-yar/files/patch-php85 b/www/pecl-yar/files/patch-php85 deleted file mode 100644 index 20c15b01392c..000000000000 --- a/www/pecl-yar/files/patch-php85 +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } - /* }}} */ - |