]> granicus.if.org Git - php/commitdiff
Merged PR 785 - Fixed ZEND_INT_(MIN/MAX) constants in signed multiplication
authorTjerk Meesters <datibbaw@php.net>
Thu, 28 Aug 2014 00:33:18 +0000 (08:33 +0800)
committerTjerk Meesters <datibbaw@php.net>
Thu, 28 Aug 2014 00:33:18 +0000 (08:33 +0800)
ZEND_INT_MIN and ZEND_INT_MAX should be ZEND_LONG_MIN and ZEND_LONG_MAX respectively.


Trivial merge