Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52974 invoked by uid 1010); 27 Oct 2004 15:58:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52943 invoked by uid 1007); 27 Oct 2004 15:58:42 -0000 Message-ID: <20041027155842.52941.qmail@pb1.pair.com> To: internals@lists.php.net References: <20041025084924.97612.qmail@pb1.pair.com> Date: Wed, 27 Oct 2004 08:58:17 -0700 Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response X-Posted-By: 64.142.6.231 Subject: Re: file_exists() and include path From: pollita@php.net ("Sara Golemon") > Afaik not having a flag to also check the include path has not been added, > since that part of PHP is not supposed to be messing with ini settings. > Rather than mangle file_exists() with another option, how about something more task specific like an equivalent to `which`? -Sara