lilmike wrote:
Hi,
I read today that there is a bug affecting php where it could cause the system to go into an infinite loop if trying to convert certain strings to floating point values.
I also heard that there was a fix for it, php 5.3.5.
I tried running phpinfo() on my server, and it returned I was running php 5.3.31 ubuntu 9.
I would like to upgrade to php 5.3.5, but not sure if it's in the repositories for ubuntu 10.10 yet, or if it will be soon.
Thanks for any help,
-Michael.
I believe you mean "5.3.3-1ubuntu9"? (essentially some patched version of 5.3.3)
5.3.5 is not in the ubuntu repositories and it seems unlikely that 5.3.5 specifically ever will be there for 10.10.
However, I think it's pretty safe to assume that an update with the fix for that issue will arrive shortly.
(If things are done the usual way that would probably be known as "5.3.3-1ubuntu10" or something along those lines.)