Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34104 invoked by uid 1010); 5 Jun 2007 21:21:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34089 invoked from network); 5 Jun 2007 21:21:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 21:21:52 -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.182 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.182 wa-out-1112.google.com Received: from [209.85.146.182] ([209.85.146.182:15998] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/7C-33808-FE3D5664 for ; Tue, 05 Jun 2007 17:21:52 -0400 Received: by wa-out-1112.google.com with SMTP id l24so2372258waf for ; Tue, 05 Jun 2007 14:21:48 -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=HCc/hT+dxotVM2gEbTSyZ8Ar411q4GBWT5AH4sHH4/sWHrgErL5yfSpmThGDDOwzXeh7j1S7ef54dNVxiemRAKNUTLZUCtD4HTWrgtyUBFvvc1w4B+XBnial0fNeAI1KJzMum7LKDPdwFYS44p2GL9YfeAb+DtztCnLer64/RKg= 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=duktQYqzZYIIP/tWNZVsRShgTuS8M2VkbILPgxHJV1Ik11qkBcSU1d1etT/qId+V75pwBX9oPgVQbfhuwa4/mPX40sasU6HDDmOKzSIIVISA+9vBHzxBbO6raFwGkpVoRbcg7lItSFu4a56JSSwdWS+ojU8R6IrWxLVVuPG0BUI= Received: by 10.114.157.1 with SMTP id f1mr6430162wae.1181078508461; Tue, 05 Jun 2007 14:21:48 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Tue, 5 Jun 2007 14:21:48 -0700 (PDT) Message-ID: Date: Tue, 5 Jun 2007 23:21:48 +0200 To: "Marcus Boerger" Cc: internals@lists.php.net In-Reply-To: <1286789372.20070605231537@marcus-boerger.de> 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> <1286789372.20070605231537@marcus-boerger.de> Subject: Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core From: pierre.php@gmail.com (Pierre) Hello, On 6/5/07, Marcus Boerger wrote: I sniped the rest as we can argue endlessly about what should be in or out, I think I made my point :) However, in case I did not make it, here it is: > Just a standard OOP function. Nothign that belongs into the engine. If it is standard OO, it belongs to the engine, the core of the language. And the PHP internals developers (as for any language related decisions) should have the responsibility not a couple of extension maintainers. --Pierre