cvs: ZendEngine2 / zend_builtin_functions.c

"Felipe Pena" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsfelipe1214433434@cvsserver>
felipe		Wed Jun 25 22:37:14 2008 UTC

  Modified files:              
    /ZendEngine2	zend_builtin_functions.c 
  Log:
  - MFB: Removed E_DEPRECATED on is_a()
    (http://marc.info/?l=php-internals&m=121390431523970&w=2)
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_builtin_functions.c?r1=1.372&r2=1.373&diff_format=u
Index: ZendEngine2/zend_builtin_functions.c
diff -u ZendEngine2/zend_builtin_functions.c:1.372 ZendEngine2/zend_builtin_functions.c:1.373
--- ZendEngine2/zend_builtin_functions.c:1.372	Tue May 27 10:28:25 2008
+++ ZendEngine2/zend_builtin_functions.c	Wed Jun 25 22:37:14 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_builtin_functions.c,v 1.372 2008/05/27 10:28:25 mattwil Exp $ */
+/* $Id: zend_builtin_functions.c,v 1.373 2008/06/25 22:37:14 felipe Exp $ */
 
 #include "zend.h"
 #include "zend_API.h"
@@ -126,7 +126,7 @@
 	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)



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.