Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5582 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81883 invoked by uid 1010); 19 Nov 2003 20:10:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81860 invoked from network); 19 Nov 2003 20:10:29 -0000 Received: from unknown (HELO asuka.nerv) (24.112.18.98) by pb1.pair.com with SMTP; 19 Nov 2003 20:10:29 -0000 Received: (qmail 15157 invoked from network); 19 Nov 2003 15:05:35 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 19 Nov 2003 15:05:35 -0000 Reply-To: ilia@prohost.org To: Markus Fischer , internals@lists.php.net Date: Wed, 19 Nov 2003 15:18:34 -0500 User-Agent: KMail/1.5.4 References: <200311191124.56176.ilia@prohost.org> <20031119194049.GA9090@gjat.josefine.at> In-Reply-To: <20031119194049.GA9090@gjat.josefine.at> Organization: Prohost.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200311191518.34382.ilia@prohost.org> Subject: Re: [PHP-DEV] validate_file() and strip_file() From: ilia@prohost.org (Ilia Alshanetsky) On November 19, 2003 02:40 pm, Markus Fischer wrote: > bool php_check_syntax($filename [, &$error_message]); I'll need to look at the code, it should be possible to do. Although I'd prefer to have it return the error rather then return it by reference as an optional argument. > As a sidenote, would streams be supported (http, ftp) ? Or are there > some kind of limitating factors? That should be possible as well. Ilia