ID:               47599
 Updated by:       j...@php.net
 Reported By:      Bjorn dot Wiberg at its dot uu dot se
 Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: *
 PHP Version:      5.2.9
-Assigned To:      
+Assigned To:      fb-req-jani
 New Comment:

Also note that this is partially duplicate of bug #27792 (zend_atoi() 
has been replaced with zend_atol() in PHP_5_3)


Previous Comments:
------------------------------------------------------------------------

[2009-05-04 18:47:55] j...@php.net

Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



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

[2009-03-08 16:01:09] Bjorn dot Wiberg at its dot uu dot se

Description:
------------
External sources
(http://turin.nss.udel.edu/wiki/dropbox/doku.php?id=documentation:large-files)
indicate that zend_atoi() does not handle very large values correctly.

External source supplies proposed fix (change to
Zend/zend_operators.c).


Reproduce code:
---------------
Setting post_max_size 10000M or upload_max_filesize 10000M in php.ini.

Expected result:
----------------
Correct handling of very large memory values, e.g. "10000M".

Actual result:
--------------
Limit maxes out at max value of 32 bits instead of specified value.


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


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

Reply via email to