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