Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23499 invoked by uid 1010); 5 Jun 2007 21:09:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23484 invoked from network); 5 Jun 2007 21:09:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 21:09:04 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:50699] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/CA-33808-DE0D5664 for ; Tue, 05 Jun 2007 17:09:02 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 7C151DF0094; Tue, 5 Jun 2007 23:08:58 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16398-04; Tue, 5 Jun 2007 23:08:56 +0200 (CEST) Received: from [127.0.0.1] (unknown [213.215.63.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 82610DF0084; Tue, 5 Jun 2007 23:08:55 +0200 (CEST) Message-ID: <4665D0E7.5000105@pooteeweet.org> Date: Tue, 05 Jun 2007 23:08:55 +0200 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Stanislav Malyshev Cc: Marcus Boerger , internals@lists.php.net References: <1655508223.20070605221904@marcus-boerger.de> <4665CE64.3070901@zend.com> In-Reply-To: <4665CE64.3070901@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core From: mls@pooteeweet.org (Lukas Kahwe Smith) Stanislav Malyshev wrote: > Well, theoretically I can imagine reason why somebody would like to > disable them - e.g., if I need super-high-performance server and I > absolutely must squeeze out every last bit of cpu/memory usage _and_ I > don't do neither SPL nor regular expressions - I might want to disable it. These people can and will hack on the source anyways. They will do stuff like Yahoo is doing. They will not let themselves get stopped by anything we put in :) regards, Lukas