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