Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24124 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85743 invoked by uid 1010); 14 Jun 2006 18:15:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85709 invoked from network); 14 Jun 2006 18:15:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2006 18:15:00 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.26 relay6.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.26:36628] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 91/72-00253-22250944 for ; Wed, 14 Jun 2006 14:15:00 -0400 Received: (qmail 14318 invoked from network); 14 Jun 2006 18:14:53 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.156) by relay6 with SMTP; 14 Jun 2006 18:14:53 -0000 Received: (qmail 12608 invoked from network); 14 Jun 2006 18:14:53 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.2 X-Virus-Status: Clean (0.00522 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.73.68]) (envelope-sender ) by mta6 (qmail-ldap-1.03) with SMTP for ; 14 Jun 2006 18:14:53 -0000 Message-ID: <00c401c68fde$6fe66680$0100a8c0@pc07653> To: "Stefan Esser" , "PHP internals" References: <44904F25.9090505@php.net> Date: Wed, 14 Jun 2006 19:14:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] PHP 5.2 - No easy installation for users anymore? From: nlopess@php.net ("Nuno Lopes") Hi, Currently we have to bail out if a new flex is installed, because the new flex versions simply die when parsing the flex skeleton bundled in the Zend folder. Why this happens? because flex has suffered a lot of changes and doesn't support the old skeletons. So currently we are stuck with the old flex version. This problem is so irritating to me, that I even have that in my TODO list. The new flex already supports re-entrant parsers, so we could get rid of the bundled skeleton plus all the engine hacks related with flex. Nuno ----- Original Message ----- > Hello, > > I just wanted to ask if we really want to bail out in configure if the > installed flex is not 2.5.4. > > This stops everyone with f.e. Debian Sarge to install PHP 5.2 (if he has > installed flex on his system). The normal user will never need flex for > PHP's configure but it could be that he needs flex for other software. > With PHP 5.2 this has become an either or. > > Greetings > Stefan