ID: 28778 Updated by: [EMAIL PROTECTED] Reported By: stephane at dipp dot net -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: FreeBSD 4.9 PHP Version: 4.3.7 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php This is expected. Previous Comments: ------------------------------------------------------------------------ [2004-06-14 18:01:58] stephane at dipp dot net Description: ------------ I got a php script (class.DownloadScript.inc.php) which download a file from the web site. This script use also the function include_once. If there is a space after the ?> at the end of the included file (class.IncludedScript.inc.php), I can't download the file from the website ... ? I got this error : Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/data/myproject/www/business/inc/class.IncludedScript.inc.php:255) in /usr/local/www/data/myproject/www/core/inc/class.DownloadScript.inc.php on line 492 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28778&edit=1