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