Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15252 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51701 invoked by uid 1010); 4 Mar 2005 12:26:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51652 invoked from network); 4 Mar 2005 12:26:50 -0000 Received: from unknown (HELO cschneid.com) (127.0.0.1) by localhost with SMTP; 4 Mar 2005 12:26:50 -0000 X-Host-Fingerprint: 195.141.85.117 uf1.search.ch Linux 2.4/2.6 Received: from ([195.141.85.117:54873] helo=xaxa.search.ch) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id B5/D7-29225-80458224 for ; Fri, 04 Mar 2005 07:26:49 -0500 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id D51896D838; Fri, 4 Mar 2005 13:26:45 +0100 (CET) Received: by xaxa.search.ch (Postfix, from userid 65534) id 8B6E76D94C; Fri, 4 Mar 2005 13:26:44 +0100 (CET) Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by xaxa.search.ch (Postfix) with ESMTP id 2438E6D838; Fri, 4 Mar 2005 13:26:44 +0100 (CET) Message-ID: <42285403.9030308@cschneid.com> Date: Fri, 04 Mar 2005 13:26:43 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Charles Kavanagh Cc: PHP Developers Mailing List References: <2fd662a0050304021017e3a43c@mail.gmail.com> <42284BED.1090003@teh.ath.cx> <42284EF8.7040804@teh.ath.cx> In-Reply-To: <42284EF8.7040804@teh.ath.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: [PHP-DEV] Encryption Routines and PHP 5.1+ From: cschneid@cschneid.com (Christian Schneider) Matthew Charles Kavanagh wrote: > Perhaps you're not seeing my point, or perhaps you don't care about > users? I speak as a developer, not as some guy with a crap webhost, and So according to you every single extension should be put bundled and installed by default? If not, then someone has to draw the line and decide which ones are treated as "first class" and that's exactly what people (e.g. Derick) are doing here: They decided against bundling libmcrypt. I'm sure if there's a major uproar about an extension being mandatory for the next killer application then they'll reconsider. But for now it seems that encryption functionality a la mcrypt hasn't been in high enough demand. - Chris