--- embedaddon/php/Zend/zend_execute_API.c 2013/07/22 01:32:15 1.1.1.3 +++ embedaddon/php/Zend/zend_execute_API.c 2013/10/14 08:02:48 1.1.1.4 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_execute_API.c,v 1.1.1.3 2013/07/22 01:32:15 misho Exp $ */ +/* $Id: zend_execute_API.c,v 1.1.1.4 2013/10/14 08:02:48 misho Exp $ */ #include #include @@ -1072,7 +1072,7 @@ ZEND_API int zend_lookup_class_ex(const char *name, in } /* The compiler is not-reentrant. Make sure we __autoload() only during run-time - * (doesn't impact fuctionality of __autoload() + * (doesn't impact functionality of __autoload() */ if (!use_autoload || zend_is_compiling(TSRMLS_C)) { if (!key) {