summaryrefslogtreecommitdiff
path: root/databases/pecl-memcached/files/patch-php85
blob: 0262a948c7f6abb36b5d6a90ccd45493082d869b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- php_memcached.c.orig	2024-10-17 17:34:21 UTC
+++ php_memcached.c
@@ -3961,7 +3961,7 @@ zend_class_entry *php_memc_get_exception_base(int root
 		}
 	}
 
-	return zend_exception_get_default();
+	return zend_ce_exception;
 }