delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/06/29/08:40:09

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 527FF3890430
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1593434364;
bh=EOqwOe3JU7E3vCbUrlKs8pgZMrwVobYft+B+eFWrW+Q=;
h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=ycYvPZYnC64QuoFRBoHuZm4WZY8L7V/DhhRCtA5sR5pfya7+dxvN/tVcsY/3aDzk2
WbuRDMNHO3XT24vSTcZqLKLT9oKIiIkOdn9XcpIGYccvkk6X+UHYSJekiAly3joOeC
FD4II4Ws2h+d8qdTmHBeR2GSk1q0QZDIxf94BoGc=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 253B4388700C
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:references:in-reply-to:from:date
:message-id:subject:to:cc;
bh=vQ8qpk7R4LoWQMmaCyDgs90vtdVw/gZJZXQYipNSpRk=;
b=Msy0xehT5Dnq8+lWT7crLx716MBI8tSK28Ivum3wLGJxlpWCp5gvM3xLmm7vPCZJlx
xKMmMQ3N1fb0xmhWYyS/HtBCBTTn9SGAEwokwIb+EftE4N/42Cr7cIo93a2/TD7Sj+w/
Rp0uqyCCe3rQqWd41xoivHzNB5fdL4UzcBFU8Tj2G+6jYMDEzPfSqww0x/GhH1ZDV7L7
Pe7lB7fLW4156kq5aYxJ+EHWDRkQxTL83hYos+wLs4po4WiIA2ODMsKK1j0kUIdrUXDL
sxFHlrCSob1mz9suUA+TVBWLd3h1CDcn3EXLGgrdM5hxHL+TxXOI9Kh2UaaAD/02IgIU
o+kw==
X-Gm-Message-State: AOAM532eUHvfwqMSFXCX8hoiojp1l8nMo09PbjMV6lYoVCXxPoLO5bsq
fm7anZwG9g2ebEdj+ysGjclpw96h+Ael54AmA4q0EQ4F9BrjKOw=
X-Google-Smtp-Source: ABdhPJyrqsk+Rcfj/nxMeOTqbU7bQ/V2T3fKreaMFlcfjRBEpR30yRyfCmwutmqapHTK3co69DAro8jh7wrmIjazZg4=
X-Received: by 2002:ac2:44cd:: with SMTP id d13mr8926186lfm.13.1593434359594;
Mon, 29 Jun 2020 05:39:19 -0700 (PDT)
MIME-Version: 1.0
References: <0f19a55d-5e85-83bc-b55c-5b70bea91560 AT gmail DOT com>
<872732732 DOT 20200619174201 AT yandex DOT ru>
In-Reply-To: <872732732.20200619174201@yandex.ru>
Date: Mon, 29 Jun 2020 08:39:07 -0400
Message-ID: <CAEF1h+Wf6tdA9-WzrMLOWAarfaJ3qiD+da-6VhadUdW9TOJZJw@mail.gmail.com>
Subject: Re: php memory errors
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Cary Lewis via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Cary Lewis <cary DOT lewis AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 05TCdpoC023411

Yes, I reported this last week - composer (composer.phar) gives out of
memory errors, despite having max_memory_limit set to -1.

I have tried to compile php myself, but to no avail - php 7.3.19 doesn't
compile, there are errors in the zend framework.

php-7.3.19/Zend/zend_portability.h:381:18: error: ‘sigjmp_buf’ does not
name a type; did you mean ‘jmp_buf’?
  381 | # define JMP_BUF sigjmp_buf
      |                  ^~~~~~~~~~
php-7.3.19/Zend/zend_signal.h:46:2: error: ‘siginfo_t’ does not name a type
   46 |  siginfo_t *siginfo;

php-7.3.19/main/php_config.h:2653:24: error: ‘finite’ was not declared in
this scope; did you mean ‘fwrite’?
 2653 | #define zend_finite(a) finite(a)



On Fri, Jun 19, 2020 at 10:52 AM Andrey Repin <anrdaemon AT yandex DOT ru> wrote:

> Greetings, Richard H Lee!
>
> > I've recently gotten out of memory errors with php, with tasks that
> > previously have worked fine.
>
> Which errors? Why don't you run your tasks in native PHP?
>
> > Has anybody else experienced this too?
>
> Useless question.
>
>
> --
> With best regards,
> Andrey Repin
> Friday, June 19, 2020 17:41:23
>
> Sorry for my terrible english...
>
> --
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
>
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019