ID:               29900
 Updated by:       [EMAIL PROTECTED]
 Reported By:      amir29 at comcast dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         Performance problem
 Operating System: Win32
 PHP Version:      5.0.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip




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

[2004-09-01 22:12:28] seanstansell at gmail dot com

Having same (well...almost) problem.  Mine are actually capping out at
100,000 bytes (97.6kb).  Windows 2000/PHP 5.01

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

[2004-08-30 17:21:26] amir29 at comcast dot net

Description:
------------
Whether I use curl, file_get_contents, or fgets php will not put more
42.56kb ... well occassionaly (randomly) it will but most of the time
it won't.

I tried increasing the max memory use from 8M to 64M to no avail.

This bug is in 4.3.5-4.3.9 and 5.01

Reproduce code:
---------------
$page = file_get_contents(any web page larger than 100kb);
echo $page // will only display 43kb;

Expected result:
----------------
echo $page // display 100kb

Actual result:
--------------
echo $page //displays 42.56kb


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


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

Reply via email to