Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24150 invoked by uid 1010); 6 Oct 2006 21:58:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24135 invoked from network); 6 Oct 2006 21:58:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2006 21:58:50 -0000 Authentication-Results: pb1.pair.com header.from=ralph@smashlabs.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@smashlabs.com; spf=permerror; 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:38796] helo=users.smashlabs.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/6A-62831-891D6254 for ; Fri, 06 Oct 2006 17:58:49 -0400 Received: (qmail 5700 invoked from network); 6 Oct 2006 16:58:01 -0500 Received: from unknown (HELO ?152.67.136.74?) (ralph@smashlabs.com@66.179.208.36) by 244.42.ntg.com with AES256-SHA encrypted SMTP; 6 Oct 2006 16:58:01 -0500 Message-ID: <4526D167.1080309@smashlabs.com> Date: Fri, 06 Oct 2006 16:57:59 -0500 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: internals Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: is_readable and include path From: ralph@smashlabs.com (Ralph Schindler) In the spirit of fopen's optional [, bool use_include_path].. is this something that can be added to is_readable? ie: bool is_readable ( string filename [, bool use_include_path] ) -ralph