Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7807 invoked by uid 1010); 6 Dec 2006 16:27:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7792 invoked from network); 6 Dec 2006 16:27:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2006 16:27:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:17665] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/C9-54198-53FE6754 for ; Wed, 06 Dec 2006 11:27:06 -0500 Received: (qmail 5342 invoked from network); 6 Dec 2006 16:24:59 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 6 Dec 2006 16:24:59 -0000 Message-ID: <4576EF2D.8070004@zend.com> Date: Wed, 06 Dec 2006 19:26:21 +0300 User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Andrey Hristov CC: Ilia Alshanetsky , internals@lists.php.net References: <4576E93B.6000509@hristov.com> <8C5A5981-2291-418F-8260-E6216C9DA07D@prohost.org> <4576EC94.1010006@hristov.com> In-Reply-To: <4576EC94.1010006@hristov.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Interesting dependecies From: antony@zend.com (Antony Dovgal) On 12/06/2006 07:15 PM, 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` helps. -- Wbr, Antony Dovgal