[PHP-DEV] Bug #9297 Updated: sprintf (%f, $foo) crashes with very large $foo.

2001-06-19 Thread sniper
ID: 9297 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: It does not crash with PHP 4.0.6RC3: http://www.php.net/~andi/php-4.0.6RC3.tar.gz --Jani Previous

[PHP-DEV] Bug #9297 Updated: sprintf (%f, $foo) crashes with very large $foo.

2001-05-21 Thread derick
ID: 9297 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: It does something strange for me: [root@mars lib]# /usr/local/bin/php -q ? $foo = 2.2864849511949E+190;

[PHP-DEV] Bug #9297 Updated: sprintf (%f, $foo) crashes with very large $foo.

2001-04-30 Thread andi
ID: 9297 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Strings related PHP Version: 4.0.4pl1 Assigned To: Comments: Can you please try the latest CVS or a snapshot from snaps.php.net and let us know if this still happens. I can't reproduce it on

[PHP-DEV] Bug #9297 Updated: sprintf (%f, $foo) crashes with very large $foo.

2001-04-30 Thread cmv
ID: 9297 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Strings related PHP Version: 4.0.4pl1 Assigned To: Comments: Works fine for me (RH7 and latest CVS): [cmv@sunniva cmv]$ echo '? $foo = 2.2864849511949E+190; settype($foo,double); printf(%fn, $foo) ?' | php