From: [EMAIL PROTECTED] Operating system: all PHP version: 4.3.2 PHP Bug Type: Documentation problem Bug description: Wrong problematic version listed on array_sum()'s page
On array_sum()'s page it's said : " Note: PHP versions prior to 4.0.6 modified the passed array itself and converted strings to numbers (which most of the time converted them to zero, depending on their value). " According to 2 user comments, two tests, and extract from the changelog of 4.2.1 (Fixed a couple of bugs in array_sum() and array_merge(). (Andrei)) So, the version should be changed to 4.2.1 (it works with 4.2.2) -- Edit bug report at http://bugs.php.net/?id=23923&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=23923&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=23923&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=23923&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=23923&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=23923&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=23923&r=support Expected behavior: http://bugs.php.net/fix.php?id=23923&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=23923&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=23923&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=23923&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23923&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=23923&r=dst IIS Stability: http://bugs.php.net/fix.php?id=23923&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=23923&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
