cvs: ZendEngine2 / zend_API.c

"Felipe Pena" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsfelipe1217645386@cvsserver>
felipe		Sat Aug  2 02:49:46 2008 UTC

  Modified files:              
    /ZendEngine2	zend_API.c 
  Log:
  - Removed unnecessary TSRMLS_FETCH()
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_API.c?r1=1.480&r2=1.481&diff_format=u
Index: ZendEngine2/zend_API.c
diff -u ZendEngine2/zend_API.c:1.480 ZendEngine2/zend_API.c:1.481
--- ZendEngine2/zend_API.c:1.480	Tue Jul 29 08:47:21 2008
+++ ZendEngine2/zend_API.c	Sat Aug  2 02:49:46 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_API.c,v 1.480 2008/07/29 08:47:21 tony2001 Exp $ */
+/* $Id: zend_API.c,v 1.481 2008/08/02 02:49:46 felipe Exp $ */
 
 #include "zend.h"
 #include "zend_execute.h"
@@ -1215,7 +1215,6 @@
 		zval *obj = va_arg(args, zval *);
 		zend_object_handlers *obj_ht = va_arg(args, zend_object_handlers *);
 		zval *member;
-		TSRMLS_FETCH();
 
 		MAKE_STD_ZVAL(member);
 		if (hash_key->type == IS_STRING) {



-- 
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.