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

version 1.1.1.3, 2013/07/22 01:32:16 version 1.1.1.4, 2014/06/15 20:04:04
Line 2 Line 2
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | Zend Engine                                                          |     | Zend Engine                                                          |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
   | Copyright (c) 1998-2013 Zend Technologies Ltd. (http://www.zend.com) |   | Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |     | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |     | that is bundled with this package in the file LICENSE, and is        |
Line 1376  static int zend_std_compare_objects(zval *o1, zval *o2 Line 1376  static int zend_std_compare_objects(zval *o1, zval *o2
                                         Z_OBJ_UNPROTECT_RECURSION(o1);                                          Z_OBJ_UNPROTECT_RECURSION(o1);
                                         Z_OBJ_UNPROTECT_RECURSION(o2);                                          Z_OBJ_UNPROTECT_RECURSION(o2);
                                         return 1;                                          return 1;
                                 } else {  
                                         Z_OBJ_UNPROTECT_RECURSION(o1);  
                                         Z_OBJ_UNPROTECT_RECURSION(o2);  
                                         return 0;  
                                 }                                  }
                         }                          }
                 }                  }

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


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