Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37745 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27928 invoked from network); 20 May 2008 14:33:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 14:33:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.177 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.166.177 py-out-1112.google.com Received: from [64.233.166.177] ([64.233.166.177:39636] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/41-32249-E11E2384 for ; Tue, 20 May 2008 10:33:02 -0400 Received: by py-out-1112.google.com with SMTP id u77so1728974pyb.16 for ; Tue, 20 May 2008 07:32:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=2q1q0PyotjCms85sdKmeulrDSn6iTbZsZKfsm2bYbFg=; b=PeN/UnuokTxAiLe+hCaVhk2AXBFHHrgWmsWpIl5tQwLPFAX0BKNmJspGsmfdJIsBJ60gtXrhqsgoMb3Xu2f+dECHZvIwNGycUEwnVPkpZqVYja1/lyycOG2mrCaDYyBLSWMjCO4xBNxddlOuTa3r37BvDunUV8xQIRX39K29D38= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fmSdfkQFEY6k9j2Nappd6e15svrc3TJEQUsItrRTz32i/CUtF7HQxjYtcJ4hj6ufQWHo3enkc+BwsSYeDsVY16qutjmiAo2NaeQKOeG5g7Vr57b0GTV+7XhOeNC7buanI6kCmmXYRSvYct+sLxdfVuOo8Bnc3SxbbsVCvWpdJNk= Received: by 10.141.123.4 with SMTP id a4mr4454042rvn.294.1211293979168; Tue, 20 May 2008 07:32:59 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Tue, 20 May 2008 07:32:59 -0700 (PDT) Message-ID: Date: Tue, 20 May 2008 16:32:59 +0200 To: "Hector Santos" Cc: internals , "Elizabeth M Smith" , "Steph Fox" In-Reply-To: <4832DDC5.7060307@isdg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4832DDC5.7060307@isdg.net> Subject: Re: [PHP-DEV] --with-ereg From: pierre.php@gmail.com ("Pierre Joye") Hi Hector, On Tue, May 20, 2008 at 4:18 PM, Hector Santos wrote: > From the example build at: > > http://uk3.php.net/manual/en/install.windows.building.php > > where it shows the options for a minimal build: > > --disable-all > --enable-cli > --enable-cgi > --enable-object-out-dir=. > --disable-ipv6. > > I've been using this to test basic quick/basic building and it works fine > for PHP 5.2. > > For PHP 5.3, you get browscap.obj linking errors. I don't understand what > ereg does, but I found I had to add the option: > > --with-ereg Browsercap should be fixed and do not rely on any macro or def from ereg. Patches welcome (5.3+) :) Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org