Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88345 invoked from network); 10 Nov 2008 14:51:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 14:51:23 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.155 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:65205] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/D1-04934-A6A48194 for ; Mon, 10 Nov 2008 09:51:23 -0500 Received: by fg-out-1718.google.com with SMTP id 16so2442704fgg.23 for ; Mon, 10 Nov 2008 06:51:19 -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=r1IbM81d+Ug1zjejzVQT//xoh21EJWSSwHuBsjCDbYk=; b=Y67Pjan3oKSDxRlAhIQJwbO+jkoDJlDLhtGD7jESGULjEpFJsOtZbYVJaDgFXnH16H T3UQ67MJ2oAdPIGxD9JyzI+1+hUcOe2QWy+pyjOZw40xvts/E3qQ3kJL1CxBiPhRFjRz Asic/x1cZlvxO3TeneMdmWdoPf8aUJ4hwRLbc= 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=tIx7ZGHVzi1N1iOsNdQsrTKqKJ1EG80sH/Mt7eS/PZqONPXuN7DZ9ywv4fITwXYdrd linrBbDY69BJWbCXOSmEK9Ro+JK6zphb5+pL0oRtZtV7dfmwuiLCnTaPCx08Bn5eVeT9 SQ9Eu/ANbstWdlSHqJZqeC3wwbhVsO1xxOrbM= Received: by 10.187.182.10 with SMTP id j10mr1850871fap.12.1226328679629; Mon, 10 Nov 2008 06:51:19 -0800 (PST) Received: by 10.187.218.19 with HTTP; Mon, 10 Nov 2008 06:51:19 -0800 (PST) Message-ID: <2dedb8a0811100651xe5bdeecp3c074cd78cfa7927@mail.gmail.com> Date: Mon, 10 Nov 2008 15:51:19 +0100 To: "=?ISO-8859-1?Q?Jaroslav_Hansl=EDk?=" Cc: internals@lists.php.net In-Reply-To: <66.7E.04934.C2548194@pb1.pair.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> Subject: Re: [PHP-DEV] alpha3 or forever hold your peace From: kalle.php@gmail.com ("Kalle Sommer Nielsen") 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 stat= e) > 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. --=20 Kalle Sommer Nielsen