|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-29 16:58 UTC] goba@php.net
[2002-11-01 02:43 UTC] alan_k@php.net
[2003-03-09 23:01 UTC] csaba at alum dot mit dot edu
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 18:00:02 2025 UTC |
require_once('bah.php'); require_once('BAH.php'); Will "require" bah.php twice. I realize this makes sense on a case sensitive file system, but on Windows (NTFS, I guess) or Mac OS X (HFS+) it can be a surprise. Users should really use case consistently, but sometimes a search and replace will change case or something (that's what happened to me). I'm not sure this behavior should be changed; it would be nice if it was documented, though. Sorry, I can't confirm this happens in a newer version of PHP!