php -r "print 2.2250738585072011e-308;"
Tried it on all my servers running various versions of FreeBSD and PHP... 32 bit OS versions consistently hang, 64 bit ones work fine.
I bet a bunch of /b/'ers are creaming their pants right now.
edit: to answer my earlier question, php -r "echo round(2.2250738585072011e-308);" also hangs. Looks like fixing PHP is the only solution.
|