|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-01 15:40 UTC] sander@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 02:00:01 2025 UTC |
When using readfile("http://domain.com/xxx.html") where xxx.html does not exist (404), readfile generates the warning... Warning: readfile("http://www.wheelpro.co.uk/xxx.html") - Message too long in /home/roger/wheelpro/htdocs/read.php on line 11 Message too long??? However, regardless of any message I would still expect the 404 output from the server?