Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11345 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91883 invoked by uid 1010); 19 Jul 2004 12:45:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91574 invoked from network); 19 Jul 2004 12:45:12 -0000 Received: from unknown (HELO intranet.euneco.com) (213.246.71.130) by pb1.pair.com with SMTP; 19 Jul 2004 12:45:12 -0000 Received: from grafik2 (unknown [192.168.1.30]) by intranet.euneco.com (Postfix) with ESMTP id 15AE652BBA; Mon, 19 Jul 2004 14:45:05 +0200 (CEST) Date: Mon, 19 Jul 2004 14:45:12 +0200 X-Mailer: The Bat! (v2.01) Personal X-Priority: 3 (Normal) Message-ID: <14445515921.20040719144512@vrana.cz> To: internals@lists.php.net Cc: Wez Furlong , Antony Dovgal In-Reply-To: <4e89b42604071903121e312e1c@mail.gmail.com> References: <4431765562.20040719105602@vrana.cz> <4e89b42604071903121e312e1c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Case sensitivity of require_once From: vrana@php.net (Jakub Vrana) Wez Furlong wrote: > Did you test require_once under PHP 5 yet? > (without your patch) This behavior is PHP 4 specific. Antony Dovgal wrote: > http://lists.php.net/php.doc/969361918 The problem is not that the file isn't included at all. The problem is that the file is included twice. Jakub Vrana