Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26818 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2775 invoked by uid 1010); 6 Dec 2006 16:09:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2760 invoked from network); 6 Dec 2006 16:09:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2006 16:09:14 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.235 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.235 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.235] ([64.233.184.235:10275] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/E8-54198-4EAE6754 for ; Wed, 06 Dec 2006 11:08:39 -0500 Received: by wr-out-0506.google.com with SMTP id i32so143808wra for ; Wed, 06 Dec 2006 08:08:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=Y0aeHuCYb9uIVyebAy0AoEx1NnZgaEONu3OY3VD48GuDg8E3NQQt9RMRkv/aJQ71pVV6sWy+ILsbIXbkiFLtLg7i2z6VZ83eIGmayshPSnPo8VPGs/lcBwp7iYr5FnsRKqRJMxDRcgn1MOnHu7zdhw5dXhCPCqAlewzngq0Podo= Received: by 10.100.13.12 with SMTP id 12mr578894anm.1165421282034; Wed, 06 Dec 2006 08:08:02 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id e19sm38635246qba.2006.12.06.08.08.01; Wed, 06 Dec 2006 08:08:01 -0800 (PST) In-Reply-To: <4576E93B.6000509@hristov.com> References: <4576E93B.6000509@hristov.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <8C5A5981-2291-418F-8260-E6216C9DA07D@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Wed, 6 Dec 2006 11:07:52 -0500 To: Andrey Hristov X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Interesting dependecies From: ilia@prohost.org (Ilia Alshanetsky) 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. 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Ilia Alshanetsky