Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87271 invoked by uid 1010); 18 Oct 2006 19:56:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87255 invoked from network); 18 Oct 2006 19:56:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2006 19:56:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=ralph@smashlabs.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ralph@smashlabs.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain smashlabs.com from 69.2.42.244 cause and error) X-PHP-List-Original-Sender: ralph@smashlabs.com X-Host-Fingerprint: 69.2.42.244 unknown Linux 2.4/2.6 Received: from [69.2.42.244] ([69.2.42.244:54039] helo=users.smashlabs.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/43-57502-4F686354 for ; Wed, 18 Oct 2006 15:56:36 -0400 Received: (qmail 6530 invoked from network); 18 Oct 2006 14:55:54 -0500 Received: from unknown (HELO ?152.67.136.130?) (ralph@smashlabs.com@66.179.208.36) by 244.42.ntg.com with AES256-SHA encrypted SMTP; 18 Oct 2006 14:55:54 -0500 Message-ID: <453686E2.6080204@smashlabs.com> Date: Wed, 18 Oct 2006 14:56:18 -0500 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Sara Golemon CC: Lukas Kahwe Smith , internals References: <4526D167.1080309@smashlabs.com> <45274D24.7040206@php.net> <45293676.1060902@php.net> In-Reply-To: <45293676.1060902@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: is_readable and include path From: ralph@smashlabs.com (Ralph Schindler) Is it worth even attempting to create a patch and submitting it to do the following: string realpath ( string path [, bool use_include_path]) or will it be shot down? There must be a way to find the full path to a file that resides in one of the include paths no? I can understand not wanting it in fopen, and file_exists(), but this seems like the appropriate place. -ralph