pajoye Sun, 06 Jun 2010 20:32:51 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300236
Log:
- show the free_op1 warning only once, until a fix is applied
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/zend_vm_execute.h
U php/php-src/trunk/Zend/zend_vm_execute.h
Modified: php/php-src/branches/PHP_5_3/Zend/zend_vm_execute.h
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/zend_vm_execute.h 2010-06-06 20:21:52 UTC
(rev 300235)
+++ php/php-src/branches/PHP_5_3/Zend/zend_vm_execute.h 2010-06-06 20:32:51 UTC
(rev 300236)
@@ -1314,6 +1314,9 @@
return ZEND_ECHO_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
}
+#ifdef ZEND_WIN32
+# pragma warning(once : 4101)
+#endif
static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST(int type,
ZEND_OPCODE_HANDLER_ARGS)
{
zend_op *opline = EX(opline);
Modified: php/php-src/trunk/Zend/zend_vm_execute.h
===================================================================
--- php/php-src/trunk/Zend/zend_vm_execute.h 2010-06-06 20:21:52 UTC (rev
300235)
+++ php/php-src/trunk/Zend/zend_vm_execute.h 2010-06-06 20:32:51 UTC (rev
300236)
@@ -2653,7 +2653,9 @@
CHECK_EXCEPTION();
ZEND_VM_NEXT_OPCODE();
}
-
+#ifdef ZEND_WIN32
+# pragma warning(once : 4101)
+#endif
static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_CONST(int
type, ZEND_OPCODE_HANDLER_ARGS)
{
USE_OPLINE
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php