[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] com php-src: Remove assert for now: =?UTF-8?Q?ext/opcache/Optimizer/zend?= =?UTF-8?Q?=5Fin
From:       Nikita Popov <nikic () php ! net>
Date:       2016-06-28 16:47:29
Message-ID: php-mail-6f5c13784e72c3a6ecaac82a1541b827626894680 () git ! php ! net
[Download RAW message or body]

Commit:    2710ce22a0b4c7b618a84a42da49c73f704ef4f5
Author:    Nikita Popov <nikic@php.net>         Tue, 28 Jun 2016 18:47:29 +0200
Parents:   cb7cc16c2d27c5e955ec1763278279dbcc77d026
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=2710ce22a0b4c7b618a84a42da49c73f704ef4f5

Log:
Remove assert for now

Changed paths:
  M  ext/opcache/Optimizer/zend_inference.c


Diff:
diff --git a/ext/opcache/Optimizer/zend_inference.c b/ext/opcache/Optimizer/zend_inference.c
index ba59524..6986abc 100644
--- a/ext/opcache/Optimizer/zend_inference.c
+++ b/ext/opcache/Optimizer/zend_inference.c
@@ -3247,7 +3247,6 @@ static void zend_update_type_info(const zend_op_array *op_array,
 						case ZEND_FETCH_OBJ_UNSET:
 							break;
 						default	:
-							ZEND_ASSERT(0);
 							break;
 					}
 					j = zend_ssa_next_use(ssa_ops, ssa_ops[i].result_def, j);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic