From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by sourceware.org (Postfix) with ESMTPS id 253B4388700C for ; Mon, 29 Jun 2020 12:39:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 253B4388700C Received: by mail-lf1-x12b.google.com with SMTP id k15so8976319lfc.4 for ; Mon, 29 Jun 2020 05:39:21 -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: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@gmail.com> <872732732.20200619174201@yandex.ru> In-Reply-To: <872732732.20200619174201@yandex.ru> From: Cary Lewis Date: Mon, 29 Jun 2020 08:39:07 -0400 Message-ID: Subject: Re: php memory errors To: cygwin@cygwin.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 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 12:39:22 -0000 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: =E2=80=98sigjmp_buf=E2=80= =99 does not name a type; did you mean =E2=80=98jmp_buf=E2=80=99? 381 | # define JMP_BUF sigjmp_buf | ^~~~~~~~~~ php-7.3.19/Zend/zend_signal.h:46:2: error: =E2=80=98siginfo_t=E2=80=99 does= not name a type 46 | siginfo_t *siginfo; php-7.3.19/main/php_config.h:2653:24: error: =E2=80=98finite=E2=80=99 was n= ot declared in this scope; did you mean =E2=80=98fwrite=E2=80=99? 2653 | #define zend_finite(a) finite(a) On Fri, Jun 19, 2020 at 10:52 AM Andrey Repin 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 >