]> granicus.if.org Git - php/commit
Prevent attempts of compile-time evaluation of invalid operators (e.g. division/modul...
authorDmitry Stogov <dmitry@zend.com>
Mon, 29 Jun 2015 09:58:07 +0000 (12:58 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 29 Jun 2015 09:58:07 +0000 (12:58 +0300)
commit642c3790925d6a692747d4a1a6ee02deef0b93b5
tree76ad5303f618c3a689ab09ea9c12884dd69e32ff
parent1bba4452e7e5fa34470e9167e6c8b28afb42fdb7
Prevent attempts of compile-time evaluation of invalid operators (e.g. division/modulo by zero and shift by negative number)
Zend/tests/bug69957.phpt [new file with mode: 0644]
Zend/zend_compile.c