Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71179 invoked from network); 20 Jul 2010 08:30:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2010 08:30:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 97.107.131.220 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 97.107.131.220 whisky.macvicar.net Linux 2.6 Received: from [97.107.131.220] ([97.107.131.220:54732] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/24-46725-F8E554C4 for ; Tue, 20 Jul 2010 04:30:08 -0400 Received: from macvicar.lan (unknown [173.151.152.243]) by whisky.macvicar.net (Postfix) with ESMTP id C503546A51; Tue, 20 Jul 2010 04:30:04 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii In-Reply-To: <32.23.46725.9A5554C4@pb1.pair.com> Date: Tue, 20 Jul 2010 01:30:02 -0700 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <32.23.46725.9A5554C4@pb1.pair.com> To: Paul van Brouwershaven X-Mailer: Apple Mail (2.1078) Subject: Re: [PHP-DEV] PKCS#11 support From: scott@macvicar.net (Scott MacVicar) On Jul 20, 2010, at 12:51 AM, Paul van Brouwershaven wrote: > Hi Scott, >=20 > Op 20-7-2010 0:28, Scott MacVicar schreef: >> It can be released on the PECL site but I doubt it would go in the = default distribution. >=20 > Why not including this in the default distribution? It would be great = to have PKCS#11 support in the > default PHP distribution! >=20 Well it has to be developed and tested first. so into PECL it goes for = that. Then there is the more important fact that is requires LGPL code, so we = wouldn't bundle the library. Leaving it only being enabled for those who = have OpenSC installed. - Scott=