|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-07-28 15:46 UTC] jani@php.net
[2009-08-04 10:49 UTC] darkside at i dot ua
[2009-08-05 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 11 08:00:01 2025 UTC |
Description: ------------ Browsers attempt to display a page generated by script with code below and get only some content of phpinfo() output (approximate 17Kb). After that request is freezing and no more data retrieving from server. But this bug is not reproduce if small content outputs after ini_set called. Reproduce code: --------------- ini_set('error_log', 'error.log'); phpinfo(); Expected result: ---------------- phpinfo() whole output Actual result: -------------- Partialy phpinfo() output