Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 217 invoked from network); 10 Nov 2008 15:06:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 15:06:20 -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.198.230 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.198.230 rv-out-0506.google.com Received: from [209.85.198.230] ([209.85.198.230:7371] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/84-04934-BED48194 for ; Mon, 10 Nov 2008 10:06:20 -0500 Received: by rv-out-0506.google.com with SMTP id g37so2539549rvb.23 for ; Mon, 10 Nov 2008 07:06:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=4SyDedgp1RYd47TMdyOc4lGINf/0U+DyCj7Uv9pHbNs=; b=rdP4byIEGwEA0ctcE8AsXtEedDI3zvqEcZ3tmkkWBq9qUd8NIJYb4sa9vdv9q4JsXL dj+om/gEgkfrfaaX7zj59nBJ2U8+WASUGBuQV+zEJ6a74KBalOzvTpFhnV/8PL6U8GL6 W29JKVvoaoAQdA18zYKWreTp6vK2A911tksyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=q5wH5+t2AOBB+Udq75P17w5YlIYfqj+fNNxQ2xyyADw3e9B6PEYAs3nYRKYijxZQo4 9qYXU/PWnCXc/GID46zQfv4nPrfEsbvVVm900kj6Uv3bSN9uNHQNnFWfLUJu3Zo7rW8M Jy43Pv4KoGGphxc4rfiChk42ePM82WwjH/NB4= Received: by 10.141.68.12 with SMTP id v12mr3640424rvk.228.1226329576470; Mon, 10 Nov 2008 07:06:16 -0800 (PST) Received: by 10.140.165.15 with HTTP; Mon, 10 Nov 2008 07:06:16 -0800 (PST) Message-ID: Date: Mon, 10 Nov 2008 16:06:16 +0100 To: "Kalle Sommer Nielsen" Cc: "=?ISO-8859-1?Q?Jaroslav_Hansl=EDk?=" , internals@lists.php.net In-Reply-To: <2dedb8a0811100651xe5bdeecp3c074cd78cfa7927@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4917EF52.8090607@lsces.co.uk> <4918100A.4020907@lsces.co.uk> <623D28C0-762D-40AB-AEF1-A4DAD46514BA@pooteeweet.org> <491817BD.4030400@lsces.co.uk> <49182762.50908@lsces.co.uk> <66.7E.04934.C2548194@pb1.pair.com> <2dedb8a0811100651xe5bdeecp3c074cd78cfa7927@mail.gmail.com> Subject: Re: [PHP-DEV] alpha3 or forever hold your peace From: pierre.php@gmail.com ("Pierre Joye") On Mon, Nov 10, 2008 at 3:51 PM, Kalle Sommer Nielsen wrote: > 2008/11/10 Jaroslav Hansl=EDk : >> Pierre Joye napsal(a): >> >>>> php_pspell.dll >>>> php_snmp.dll >>> >>> snmp and pspell are likely to do not be present in the next release >>> and maybe not in the final release (windows only). The underlying >>> libraries are not portable enough to be used on windows and the >>> versions used before have critical issues (security or crashes). >> >> >> Would it be better to have these extension with some issues (current sta= te) >> than not to have them at all? > > As from what I could understand from Pierre, then SNMP is dead on > Windows and have been for a very long time (for example it doesn't > even compile). > > I don't remember about pspell, but I think it would make more sense to > maybe include something like enchant for spelling though. Enchant works but not using pspell (for the same reason than ext/pspell does not), it works with almost any other spelling system, on all platforms. But that's not the problem neither the solution as enchant is not part of the core. pspell and netsmnp libraries are not portable and can't be built on windows. We don't feel like releasing packages with critical security issues is a good thing to do. If we do not find a solution by the time of 5.3-final, we can always provide an extra package with these packages but with a (very) strong warning about using them in production environment. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org