From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104157 invoked by alias); 27 May 2017 09:12:32 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 104134 invoked by uid 89); 27 May 2017 09:12:31 -0000 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 Received: from mail-qt0-f182.google.com (HELO mail-qt0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 27 May 2017 09:12:29 +0000 Received: by mail-qt0-f182.google.com with SMTP id c13so23961227qtc.1 for ; Sat, 27 May 2017 02:12:33 -0700 (PDT) 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 Received: by 10.55.22.145 with HTTP; Sat, 27 May 2017 02:12:10 -0700 (PDT) In-Reply-To: References: From: Sky Diver Date: Sat, 27 May 2017 10:51:00 -0000 Message-ID: Subject: Re: Memcache/d (Orig: Re: Composer segfault on multiple configurations) To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00447.txt.bz2 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