]> granicus.if.org Git - php/commit
Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux)
authorMatt Wilmas <mattwil@php.net>
Tue, 17 Feb 2009 14:14:56 +0000 (14:14 +0000)
committerMatt Wilmas <mattwil@php.net>
Tue, 17 Feb 2009 14:14:56 +0000 (14:14 +0000)
commitf6c4d4791c6844cd9a189861a8d4aa06b0a8dd31
treeafce36f71c5e69040fc43785730fb676775564be
parent8593425a602701c062d0126519b22dec722bef32
Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux)
Removed abs(), just -1 needs to be checked (only LONG_MIN % -1 is a problem)
Zend/zend_operators.c