|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-26 20:35 UTC] alindeman@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 00:00:02 2025 UTC |
The references to fpassthru("filename") in the code examples in http://www.php.net/manual/en/security.registerglobals.php should be replaced with readfile("filename") or fpassthru(fopen("filename", "r"))