From:             [EMAIL PROTECTED]
Operating system: Linux SuSE 8.1
PHP version:      4CVS-2003-02-12 (stable)
PHP Bug Type:     Reproducible crash
Bug description:  Error in number_format 

Process crashes in PHP Version 4.3.1-dev when this code is executed:

<?PHP
echo "This line isn't shown, when using with PHP Version 4.3.1-dev,
because of the following line ... :-)";
echo number_format (0.001, 1);
?>

Log:
[Wed Feb 12 16:27:56 2003] [notice] child pid 18557 exit signal
Segmentation fault (11)
-- 
Edit bug report at http://bugs.php.net/?id=22187&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22187&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22187&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22187&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22187&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22187&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22187&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22187&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22187&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22187&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22187&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22187&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22187&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22187&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22187&r=gnused

Reply via email to