Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62116 invoked by uid 1010); 19 Jul 2004 13:06:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61931 invoked from network); 19 Jul 2004 13:06:41 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.241) by pb1.pair.com with SMTP; 19 Jul 2004 13:06:41 -0000 Received: by mproxy.gmail.com with SMTP id w29so4364855cwb for ; Mon, 19 Jul 2004 06:06:40 -0700 (PDT) Received: by 10.11.99.56 with SMTP id w56mr146732cwb; Mon, 19 Jul 2004 06:06:40 -0700 (PDT) Message-ID: <4e89b42604071906065b7b1429@mail.gmail.com> Date: Mon, 19 Jul 2004 14:06:40 +0100 To: Stanislav Malyshev Cc: Michele Locati , internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4431765562.20040719105602@vrana.cz> <4e89b42604071903121e312e1c@mail.gmail.com> <200407191455520979.01375E52@mail.tin.it> Subject: Re: [PHP-DEV] Case sensitivity of require_once From: kingwez@gmail.com (Wez Furlong) I think we're already using it in TSRM in PHP 5, which is why I asked for someone to confirm it there. --Wez. On Mon, 19 Jul 2004 15:55:58 +0300 (IDT), Stanislav Malyshev wrote: > ML>>There's another thing you should note: under Windows it is possible to > ML>>specify file names in two ways: in the expanded (normal) way, and in a > ML>>short way (8.3 file naming compatible). > > I think there's a function in Win32 API which brings all these forms to > common base.