X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=hMZlvYq x2pUmkiuAMTV13optd+Dssz9ACXeeQohUM99vzhRHtdmPFkJ8Dr2gJyNXzhVyzTf 4fHloelAZrSWXW+28W/rYJ7BOGYgO4mpT9uMjnw5Bw5xLDOXXIHNM/uDhx+nnDc2 6t/1f4npEXP/hyrNnOyFPmlWKQM5333y1RqA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=dsgmlyWpFu1SA uv34bkyxp3lBHA=; b=GdPEoAMkAaX3Q765sTq+f/NjOf2vWDL9tLtrX7DSXlate Z215CwgehD7uvXiHMZrggGR6esdNp+iMrgZ5pi9ZOS65AT6wjJX/jbAWPGtysATt ntCifKoriREIZYYO8H8VFr6Z7BlJztny4y9xpcTxqFoAD34crfR6EBoFGfDMP4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=fastest, websites, website X-HELO: mail-qt0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=frI+JYcIwsy34jl3qFvuEcQvsIbg+PtDtFU7+CO0RBw=; b=WMcsu7DZcx/NS5mIFNdxijJ90hdZRPLRTkJWlKs0LNtNpMRmLHJ0VMPhpXkRYClxos OBZyogsuCc2nB9qDjrc3fz3+DLAKLiaXPKC78mLJX2YlDubvtoFntb0jVsg8gBW9nk/A xkbLREdDtdm2rHWZTUOGweLn1XhI6plxNcsRiVjD0aBzFeOUCENyEXy0CVoYW+P9gXCx uuHXfXTGK8gYLHCQVbwELZA+brCtPsJCdyYpERtGMXdojQGttb2COieMBIoxgWwS/wmT pnrykNqbq1m8cw57v/M9NAp+sCqU6xudZRdzBE9NtFk54nTLXW+DCU41bxJ/6kV2rnh1 WDzQ== X-Gm-Message-State: AODbwcCZ2qxB0sbrlyTycsnJegDPRiFsWKRN707bAfTaATwWKDjB7M+7 tJ/TxjWHq/aePbVq15VLAODuM/3k1/GP X-Received: by 10.237.39.195 with SMTP id m3mr7036703qtg.164.1495876351308; Sat, 27 May 2017 02:12:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Sky Diver Date: Sat, 27 May 2017 12:12:10 +0300 Message-ID: Subject: Re: Memcache/d (Orig: Re: Composer segfault on multiple configurations) To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Fri, May 26, 2017 at 12:11 AM, Richard H Lee wrote: > On 25/05/2017 08:50, Sky Diver wrote: > PHP 5.5.9, PHP 5.6.2 on Cygwin? > Were they even released on Cygwin? Sure did. Requires a bit of digging through the "cygwin time machine" archive but they are all there. > Unfortunately, I think memcache is a separate package from php and it would > not be compiled in by cygports. Due to an accident, I happened to delete my entire C:\cygwin\bin directory a few days back when installing and re-installing various cygwin versions. Currently I can't get Memcache to work anymore, but I definitely had Memcache-related code running under cygwin with no problems. > For most websites memcache/d is optional. If the website detects that > memcache/d is not present during setup, it simply does not use it. I agree with that and I guess the fastest solution would be to use Memcache (or Memcachd or apc_*()) if present or ignore if it's not. Thank you. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple