Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15765 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99828 invoked by uid 1010); 3 Apr 2005 15:48:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99813 invoked from network); 3 Apr 2005 15:48:05 -0000 Received: from unknown (HELO docomo.ne.jp) (127.0.0.1) by localhost with SMTP; 3 Apr 2005 15:48:05 -0000 X-Host-Fingerprint: 69.60.120.90 iconoclast.caedmon.net Linux 2.4/2.6 Received: from ([69.60.120.90:42363] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 97/D4-19272-53010524 for ; Sun, 03 Apr 2005 11:48:05 -0400 Received: from localhost ([127.0.0.1]) by iconoclast.caedmon.net with esmtp (Exim 3.35 #1 (Debian)) id 1DI7KT-0002wz-00; Sun, 03 Apr 2005 11:48:01 -0400 Message-ID: <42501036.6090902@caedmon.net> Date: Sun, 03 Apr 2005 11:48:06 -0400 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net, iliaa@php.net References: <5.1.0.14.2.20050402185139.027d4cc0@localhost> In-Reply-To: <5.1.0.14.2.20050402185139.027d4cc0@localhost> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 Beta 1 From: sean@caedmon.net (Sean Coates) Andi Gutmans wrote: > I'd like to roll PHP 5.1 Beta 1 very soon. > Wez, I've been waiting for PDO in order to get this going. Do you feel > it's mature enough or should I hold off some more time? Before we go beta, I'd like to see php_check_syntax() disappear (as it seems it will never be "fixed"). It's had function table problems since its inception (IIRC, it runs php_lint_script -- but php_lint_script was never designed to clean up after itself; the process was supposed to terminate after a php -l) I spoke with Ilia (and Rasmus) a few nights ago, and they agreed that it would be best to get rid of php_check_syntax() altogether (it would take too much effort to fix, and we already have a mechanism for syntax checking (php -l)). Anyway, if we're going Alpha, this isn't an issue, yet -- if we're going Beta, then I'd like to see it removed. S