From 8f7f5c7d576e22b438237d561791373112e2c5fb Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 25 Jun 2008 22:37:14 +0000 Subject: [PATCH] - MFB: Removed E_DEPRECATED on is_a() (http://marc.info/?l=php-internals&m=121390431523970&w=2) --- Zend/zend_builtin_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index ea144b9773..aa1ca439ca 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -126,7 +126,7 @@ static const zend_function_entry builtin_functions[] = { /* {{{ */ ZEND_FE(get_included_files, NULL) ZEND_FALIAS(get_required_files, get_included_files, NULL) ZEND_FE(is_subclass_of, NULL) - ZEND_DEP_FE(is_a, NULL) + ZEND_FE(is_a, NULL) ZEND_FE(get_class_vars, NULL) ZEND_FE(get_object_vars, NULL) ZEND_FE(get_class_methods, NULL) -- 2.50.1