Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6273 invoked by uid 1010); 6 Dec 2006 16:23:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6258 invoked from network); 6 Dec 2006 16:23:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2006 16:23:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.191 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.182.191 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.191] ([64.233.182.191:7247] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/89-54198-A7EE6754 for ; Wed, 06 Dec 2006 11:23:57 -0500 Received: by nf-out-0910.google.com with SMTP id l35so641674nfa for ; Wed, 06 Dec 2006 08:23:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=POBmhIzA2kJaz/11mIjlg0J5wSi5wa68aRvkDTtjEk9qxscGZJBuFetA7LnmXiqBZdXtFV8IZhqVwwABxuzasdt2Yv20e8qxHmA21ecPRuEw9tXEi6DI6/lDPYxYBPrLdAh8mry94R1jsYPGj1iU22zVLV2/3s5NEpVXnav5P3c= Received: by 10.49.20.15 with SMTP id x15mr2455945nfi.1165422199375; Wed, 06 Dec 2006 08:23:19 -0800 (PST) Received: by 10.48.212.10 with HTTP; Wed, 6 Dec 2006 08:23:19 -0800 (PST) Message-ID: <7f3ed2c30612060823h7def339eg6c396c4b8bd7399@mail.gmail.com> Date: Wed, 6 Dec 2006 17:23:19 +0100 To: "Andrey Hristov" Cc: "Ilia Alshanetsky" , internals@lists.php.net In-Reply-To: <4576EC94.1010006@hristov.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4576E93B.6000509@hristov.com> <8C5A5981-2291-418F-8260-E6216C9DA07D@prohost.org> <4576EC94.1010006@hristov.com> Subject: Re: [PHP-DEV] Interesting dependecies From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 12/6/06, Andrey Hristov wrote: > Hi Ilia, > Ilia Alshanetsky wrote: > > There really should be no reason for count() to "require" SPL, it should > > definitely be possible to compile php with --disable-all and no other > > flags, with perhaps an exception for ICU for obvious reasons. > > ext/standard/array.o(.text+0x6c2): In function `zif_count': > /home/andrey/dev/6/ext/standard/array.c:316: undefined reference to > `spl_ce_Countable' make clean > > > > > On 6-Dec-06, at 11:00 AM, Andrey Hristov wrote: > > > >> Hi, > >> for the sake of saving time during development, especially in the > >> linking phase I decided to disable few extensions. > >> In HEAD --disable-all is kind of borked, PHP won't compile afterwards, > >> missing ICU enabled probably. Complains about unicode stuff. So, > >> no more --disable-all. > >> Let's remove XML support because it's not needed > >> in this case, maybe some people also don't use XML. > >> '--disable-xml' \ > >> '--disable-libxml' \ > >> '--disable-xmlreader' \ > >> '--disable-xmlwriter' \ > >> '--disable-dom' \ > >> > >> Now, SPL complains => --disable-spl. As a next step I can't build > >> ext/standard (count relies on SPL). Maybe it's time to remove the > >> options for disabling XML. > >> > >> OTOH, with disabled Reflection, CLI fails to build. > >> > >> So it's time to enable XML :) > >> > >> You may safely ignore this email message. > >> > >> Andrey > >> > > > > Ilia Alshanetsky > > > > Andrey > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >