Skip to content

Commit bb83855

Browse files
authored
use zend_ce_exception (#573)
1 parent bfcd9e7 commit bb83855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_memcached.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3961,7 +3961,7 @@ zend_class_entry *php_memc_get_exception_base(int root)
39613961
}
39623962
}
39633963

3964-
return zend_exception_get_default();
3964+
return zend_ce_exception;
39653965
}
39663966

39673967

0 commit comments

Comments
 (0)