PHP :: Bug #22187 :: Error in number_format
| Bug #22187 | Error in number_format | ||||
|---|---|---|---|---|---|
| Submitted: | 2003-02-12 08:26 UTC | Modified: | 2003-02-12 14:46 UTC | ||
| From: | php-bugreport at lippe-net dot de | Assigned: | iliaa (profile) | ||
| Status: | Closed | Package: | Reproducible crash | ||
| PHP Version: | 4CVS-2003-02-12 (stable) | OS: | Linux SuSE 8.1 | ||
| Private report: | No | CVE-ID: | None | ||
[2003-02-12 08:26 UTC] php-bugreport at lippe-net dot de
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)
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-02-12 14:46 UTC] iliaa@php.net