Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78763 invoked by uid 1010); 21 Feb 2005 12:54:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78747 invoked from network); 21 Feb 2005 12:54:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2005 12:54:37 -0000 X-Host-Fingerprint: 213.186.50.69 blanchette.skouat.net Linux 2.4/2.6 Received: from ([213.186.50.69:60042] helo=blanchette.skouat.net) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id A4/36-24383-C0AD9124 for ; Mon, 21 Feb 2005 07:54:36 -0500 Received: from gabriel ([::ffff:80.125.231.227]) (AUTH: LOGIN frederic.lecointre@burnweb.net) by blanchette.skouat.net with esmtp; Mon, 21 Feb 2005 13:54:15 +0100 id 00028137.4219D9F7.00000500 Message-ID: <00a401c51814$b231fc40$0201a8c0@gabriel> "=?iso-8859-1?Q?Fr=E9d=E9ric_LECOINTRE?=" To: internals@lists.php.net References: <005801c5156b$ae0711b0$0201a8c0@gabriel><855185390.20050218092558@marcus-boerger.de><008701c515a7$4fec38d0$0201a8c0@gabriel> <20050218121817.30870.qmail@lists.php.net><005401c5168c$eb0b0e50$0201a8c0@gabriel><579443614.20050220053257@marcus-boerger.de><45580785.20050220185921@vk.kiev.ua><1168860392.20050220180508@marcus-boerger.de><007801c517ae$a83a2b60$0201a8c0@gabriel> <1411711622.20050221015427@marcus-boerger.de> Date: Mon, 21 Feb 2005 13:56:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: [PHP-DEV] function proposal - php_check_syntax_string From: bogus@news.php.net (Unknown Sender) Hello Marcus, | have you experimented with php_check_syntax() and temporairy streams? tell me if i'm wrong. I think it could be possible to use php_lint_script and do compiler read variable instead of file - set zend_file_handle->type = ZEND_HANDLE_STREAM - define two functions for reader and closer to do the job (zend_stream.h#36) fred