Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26032 invoked from network); 30 Jun 2009 20:33:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2009 20:33:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.156 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.156 fg-out-1718.google.com Received: from [72.14.220.156] ([72.14.220.156:11926] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/93-52911-4B67A4A4 for ; Tue, 30 Jun 2009 16:33:57 -0400 Received: by fg-out-1718.google.com with SMTP id 13so771422fge.0 for ; Tue, 30 Jun 2009 13:33:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9u+O3djLI5ZZnPXnPFUFhmOzrQEM79gxd9urGzGtBPU=; b=Kf17QuTRqsMtpJbCK/oGBKS0K7/zykU17C09G9wdSyAzXz2rvciAxJGanTgFdhDWGy G6fJfDfwwG5DPBDRHWqJvcqoFtpDHcLJpdQQ5VXbCI0Vs1Xmpk0xqxapF5akADV3kWg7 h0ncmxhBJ6TtRrShUWXUQuYdHMkR1RucBLzX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cjDow/tZJkDaQv+FnSk1xSFTbXR9vJVSwzqSoo/kSMm4Cq9OpiveGJCuQBA7QIf+3a NBMMWUlM7smE0erj/t8OzaXXEr9J6oFL/Q4AmDCe9Lidm32kDXvhk4m4XHIQbmY9rKJ4 48A277ZbRV9tZe4bJvDM+7/hX4o8qb2Lv5tcQ= MIME-Version: 1.0 Received: by 10.86.28.16 with SMTP id b16mr2144897fgb.53.1246394033192; Tue, 30 Jun 2009 13:33:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Jun 2009 22:33:53 +0200 Message-ID: <7f3ed2c30906301333i6432f017pbcf5ec7497a2678b@mail.gmail.com> To: Guilherme Blanco Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Missing php_memcache.dll in all Win builds From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jun 30, 2009 at 22:29, Guilherme Blanco wrote: > Hi guys, > > It seems it's missing the compiled version of memcache in Windows builds. memcache is an pecl extension, not bundled with PHP. It may have been part of the windows builds in the past, but as far as I know, no pecl extensions are being distributed in the packages since 5.2.6. There is work ongoing to build "the most wanted" pecl extensions.. I guess Pierre is working on that currently and will let people know once that is up and running. -Hannes