From: Operating system: Octeon PHP version: 5.3.2 Package: Math related Bug Type: Bug Bug description:"Maximum execution time exceeded" error with round() API on octeon platform
Description: ------------ I am facing issues with round() API of PHP 5.3.2 compiled for octeon platform. The following one line script throws the following error: "Maximum execution time of 30 seconds exceeded in <fileName>" <?php echo round(12); ?> With gdb, I noticed that its doing an infinite loop inside "static Bigint * mult(Bigint *a, Bigint *b)" in Zend/zend_strtod.c It works fine with PHP 5.2.3 compiled for octeon platform. I don't see any difference in function definition between these 2 releases. Is it a known issue or any patch available? Please let me know if I need to provide more information. -- Edit bug report at http://bugs.php.net/bug.php?id=51701&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=51701&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=51701&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=51701&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=51701&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=51701&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=51701&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=51701&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=51701&r=needscript Try newer version: http://bugs.php.net/fix.php?id=51701&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=51701&r=support Expected behavior: http://bugs.php.net/fix.php?id=51701&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=51701&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=51701&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=51701&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51701&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=51701&r=dst IIS Stability: http://bugs.php.net/fix.php?id=51701&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=51701&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=51701&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=51701&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=51701&r=mysqlcfg