Edit report at http://bugs.php.net/bug.php?id=53632&edit=1

 ID:                 53632
 Comment by:         lukemoynihan at gmail dot com
 Reported by:        exploringbinary at gmail dot com
 Summary:            PHP hangs on numeric value 2.2250738585072011e-308
 Status:             Closed
 Type:               Bug
 Package:            Math related
 PHP Version:        5.3.4
 Assigned To:        scottmac
 Block user comment: N
 Private report:     N

 New Comment:

As a workaround until I can patch php I have used the following pure php
solution:



http://stackoverflow.com/questions/4610651/any-problems-with-the-following-work-

around-for-php-bug-53632


Previous Comments:
------------------------------------------------------------------------
[2011-01-05 19:43:21] paj...@php.net

@ cswarth at gmail dot com 



Thanks for all the feedbacks, we had enough info and details to fix the
issue and 

new releases will be done shortly.

------------------------------------------------------------------------
[2011-01-05 19:39:09] xpipe at hotmail dot de

Considering the official Windows binaries are affected by this, will
there be new binaries or a new PHP version released to reflect this
issue?



I'm asking because it is possible to take down vulnerable PHP apps by
this as easily as finding a request variable that is actually accessed.
Requesting viewtopic.php?f=2.2250738585072011e-308 for phpBB or
index.php?q=2.2250738585072011e-308 for Drupal is enough to freeze the
PHP installation if it is affected.

------------------------------------------------------------------------
[2011-01-05 16:27:52] jannhorn at googlemail dot com

@Tyrael: Seems like it was already fixed for 5.2.

http://svn.php.net/viewvc/php/php-src/branches/PHP_5_2/Zend/zend_strtod.c?

view=log&pathrev=307095

------------------------------------------------------------------------
[2011-01-05 16:11:19] tyra3l at gmail dot com

btw. 5.2 support officially ended.

are there any chances that this bug will be fixed in 5.2, or this will
be the 

first obstacle which will force the people out there to upgrade to 5.3?



Tyrael

------------------------------------------------------------------------
[2011-01-05 15:13:54] tyra3l at gmail dot com

Just for the record, because some of my friends missed this:

max_execution_time/set_time_limit cannot help you with this problem,
because it's only gets checked between two userland instructions, hence
this won't happen in 

this case.



Tyrael

------------------------------------------------------------------------


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/bug.php?id=53632


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53632&edit=1

Reply via email to