Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45206 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6254 invoked from network); 4 Aug 2009 00:49:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2009 00:49:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.219.224 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.219.224 mail-ew0-f224.google.com Received: from [209.85.219.224] ([209.85.219.224:41553] helo=mail-ew0-f224.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/FC-43528-A85877A4 for ; Mon, 03 Aug 2009 20:49:15 -0400 Received: by ewy24 with SMTP id 24so3304914ewy.23 for ; Mon, 03 Aug 2009 17:49:11 -0700 (PDT) Received: by 10.210.34.5 with SMTP id h5mr8142929ebh.71.1249346951730; Mon, 03 Aug 2009 17:49:11 -0700 (PDT) Received: from trainburn-lm.corp.yahoo.com (trainburn-lm.corp.yahoo.com [207.126.233.11]) by mx.google.com with ESMTPS id 7sm1728103eyg.55.2009.08.03.17.49.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Aug 2009 17:49:11 -0700 (PDT) Message-ID: <4A778583.8090306@lerdorf.com> Date: Mon, 03 Aug 2009 17:49:07 -0700 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: daniel@zoltak.com CC: internals@lists.php.net References: <20090731101017.jcs6fiyk0sg4gcok@webmail.zoltak.com> <4A72A254.8030808@sci.fi> <4A7545C4.60202@zoltak.com> <4A75A950.6030701@sci.fi> <4A760126.9070002@lerdorf.com> <4A76199F.9040701@sci.fi> <20090803145207.l09o05kib4ow8448@webmail.zoltak.com> <4A76993F.5000401@sci.fi> <20090803215255.0vh3a3gif4wk8o0w@webmail.zoltak.com> <4A76D3DB.4040106@sci.fi> <20090803221910.mmhi8jy20o48gc00@webmail.zoltak.com> <4A76D997.5090008@sci.fi> <20090804104616.g8c4n62jj4c408gs@webmail.zoltak.com> In-Reply-To: <20090804104616.g8c4n62jj4c408gs@webmail.zoltak.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error From: rasmus@lerdorf.com (Rasmus Lerdorf) daniel@zoltak.com wrote: > Quoting Jani Taskinen : >> # tar zxfv php5.2-xxxxx.tar.gz >> # mkdir php_5_2 >> # cd php_5_2 >> # ../php5.2-xxxxx/configure --disable-all --enable-debug > of relevant options here> >> # make >> # make install > > Well I have flex-2.5.4 installed. Not sure why it requires this version > when the release versions work with flex-2.5.3x? The release tarballs come with a pre-built scanner built using flex-2.5.4. You don't even need flex installed to build from the release tarballs. It is only developers who run buildconf from the svn checkout that needs to have the right tools installed. -Rasmus