|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-23 16:22 UTC] mypass2002 at mail dot ru
[2004-01-24 19:20 UTC] pollita@php.net
[2004-01-27 10:05 UTC] mypass2002 at mail dot ru
[2004-01-29 21:16 UTC] magnus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 08:00:01 2025 UTC |
Description: ------------ Apache/1.3.29 (Win32) PHP/4.3.5RC2-dev running... also tryed on 4.3.2 fopen("www.foo.com?data=safasfafa...64kb...dgdfg", "rb") fails, because it's too much data, works well with less data PHP.INI changes: addes the lines for php_debugger increased memory+time+input changed docroot Reproduce code: --------------- $url="action=UPDATEROW&&updaterow=".urlencode(serialize($row_send)); m_get_url($url);//fopen ($baseurl.$url) functio m_get_url($url) { global $otherurl; $url2=$otherurl."?".$msg; //dyes when opening with LOTS of data ... like more than 64kb $a=fopen($url2,"rb") or die("...") .... fclose($a); } Expected result: ---------------- to work with "infinite" paramerter data send Actual result: -------------- Warning: fopen(http://localhost/download.php?action=UPDATEROW&&updaterow=a%3A14%.... in c:\www\upload.php on line 44