From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4.2.0
PHP Bug Type:     *Math Functions
Bug description:  pow

pow works fine before 4.20, but in 4.20 it broke -
Warning: Invalid argument(s) passed to pow() 

It works pow(111111,2) but breaks if
I passed pow($N, 2), where $N=111111.
-- 
Edit bug report at http://bugs.php.net/?id=16944&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16944&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16944&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16944&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16944&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16944&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16944&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16944&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16944&r=submittedtwice

Reply via email to