Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30082 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19128 invoked by uid 1010); 5 Jun 2007 21:03:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19111 invoked from network); 5 Jun 2007 21:03:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 21:03:12 -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 209.85.146.176 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: 209.85.146.176 wa-out-1112.google.com Received: from [209.85.146.176] ([209.85.146.176:56907] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/3A-33808-D8FC5664 for ; Tue, 05 Jun 2007 17:03:12 -0400 Received: by wa-out-1112.google.com with SMTP id l24so2366150waf for ; Tue, 05 Jun 2007 14:03:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=jg1VAoby6FYj3ZqtciEcKAlJBN46T11SzzNZuTENgtHaHIZaZZTh/KMmUcB8EzhrzWV6Kx+c2eRQcDQSfrt2s8Dc+ByHJ5SYVtokzRYfaVhC4eMCteF2h6xpJiWIffejOOQ+yE7Mv7XK9Qu/MsWeqzA+6lk2X2KnIDIO2g6l9rs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P051Y5Bj1LQBjiQOSjOfiSvNkQGl1EIAvyqpQzofzi9fNHeMyVPpG2HI+b7w470LXiCFpCieLLMmwm1qOBfCDCrc7rpbLQ1hMbDgV5cuW8KsWRNhpkGA2+E1KfnlwETaZGr5ckwdqarBPbRfvaZX0LdH/qdiocTHgpLG2wH8AlQ= Received: by 10.115.75.1 with SMTP id c1mr6358514wal.1181077383024; Tue, 05 Jun 2007 14:03:03 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Tue, 5 Jun 2007 14:03:02 -0700 (PDT) Message-ID: Date: Tue, 5 Jun 2007 23:03:02 +0200 To: "Stanislav Malyshev" Cc: "Marcus Boerger" , internals@lists.php.net In-Reply-To: <4665CE64.3070901@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1655508223.20070605221904@marcus-boerger.de> <4665CE64.3070901@zend.com> Subject: Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core From: pierre.php@gmail.com (Pierre) On 6/5/07, Stanislav Malyshev wrote: I might want to disable it. > In any case, I see the reasons why we *want* it enabled. But I'd like to > hear any reasons why we *need* it enabled - i.e. any vital stuff that > can't work with SPL/PCRE disabled? I just listed two: - the array bugs in object properties. There is no other work around but to use ArrayObject. And this is rather critical. - The other functions I listed in my reply are also clearly ZE2 tasks (they all implement what is missing now in the engine). I can imagine a reason why one does not need PCRE. However it is already enable by default and is part of each distro default package as far I remember. --Pierre