ID: 47304 Comment by: egorich at junik dot lv Reported By: lennartvdd at mailordersolutions dot nl Status: Assigned Bug Type: Scripting Engine problem Operating System: win32 only PHP Version: 5.2.9 Assigned To: pajoye New Comment:
So, any solutions to this? The problem also arises when i try to convert string to double, like: $amount = double($amount); Previous Comments: ------------------------------------------------------------------------ [2009-03-20 22:44:12] egorich at junik dot lv 10 minutes passed and now I see "16.:" printed. Of course nothing is changed at that time on the server... ------------------------------------------------------------------------ [2009-03-20 22:32:59] egorich at junik dot lv Concerning bug #47732: I was using PHP 5.2.6, and did not noticed that problem. It started just after an upgrade to 5.2.9-1. And now the strange thing: I left home with my browser opened on a test script page <? echo ceil(3350/200); ?> And it printed "16.:". When I came back after 5 hours and hit refresh... It printed "17"! During that time nothing was changed in the server setup, php still is 5.2.9-1, etc... My system: Windows 2003 small business server SP2, x86 Apache 2.2 PHP 5.2.9-1 ------------------------------------------------------------------------ [2009-03-20 17:08:33] codeslinger at compsalot dot com Hi pajoye, thank you for the response to bug #47716 you requested that future replies be here. The interesting thing is that when you did a setlocale you got a result back... but when I did it all I get is an empty string, I wondered about this at the time that I entered the bug but did not mention it because I figured the 18:0 vs 19.00 was sufficient. and yes, as it states in that bug, the problem only occurs when a large complex program using lots of memory is running and then within that context you run the repro. if you just do the repro script by itself with nothing else going on then it works just fine. $arrMsgs[] = "Locale = ".setlocale(LC_ALL, "english-usa"); [0] => Locale = I will give 5.3 a try and see what happens. Environment: For the testing, I am actually running windows 2000 in a vmware box under Ubuntu on a Pentium M. ------------------------------------------------------------------------ [2009-03-20 16:13:06] [email protected] For the record, other test cases in #47732 and #47716. It would be interesting to see if 5.3.0 (you can fetch snapshot from http://windows.php.net) suffers from the same problem on the same host. ------------------------------------------------------------------------ [2009-03-20 16:08:48] [email protected] What is the exact version of 2003, which processor do you use? However it works for me with the US locale on XP SP2 (32bit), 2003 (x86), 2008 (x86 and x64), vista (x86 and x64). C:\Users\pierre\Documents\test\php529-1>php 47304.php PHP version: 5.2.9-1 float(-39) float(39) float(17) float(-17) float(-39) float(39) float(17) float(-17) ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/47304 -- Edit this bug report at http://bugs.php.net/?id=47304&edit=1
