Diff for /embedaddon/php/Zend/zend_execute_API.c between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:32:15 version 1.1.1.4, 2013/10/14 08:02:48
Line 1072  ZEND_API int zend_lookup_class_ex(const char *name, in Line 1072  ZEND_API int zend_lookup_class_ex(const char *name, in
         }          }
   
         /* The compiler is not-reentrant. Make sure we __autoload() only during run-time          /* 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 (!use_autoload || zend_is_compiling(TSRMLS_C)) {
                 if (!key) {                  if (!key) {

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>