Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6420 invoked by uid 1010); 10 Jan 2005 15:33:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6337 invoked by uid 1007); 10 Jan 2005 15:33:49 -0000 To: internals@lists.php.net, Derick Rethans Message-ID: <41E2A05B.2000609@php.net> Date: Mon, 10 Jan 2005 16:33:47 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: vikas agrawal References: <20050110140943.99185.qmail@web41415.mail.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 212.202.40.149 Subject: Re: [PHP-DEV] Code Parser From: lsmith@php.net (Lukas Smith) Derick Rethans wrote: > On Mon, 10 Jan 2005, vikas agrawal wrote: > > >>Can some body tell me about the php parser which will >>first parse the programmer's code before uploading to >>the server? so that php interpreter will interpret >>stream lined code/understandable/indentable code for >>performance. > > > What do you want to know about it? If you want to check for security related things you may want to have a look at: http://bluga.net/projects/PHPCodeAnalyzer/ However your question sounds more related to using PHP and developing PHP. However this list is focused on the development of PHP. Therefore php-general seems like the more appropriate list to ask your question. regards, Lukas