Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-08-04 Thread Ken Brown via Cygwin
[Once again, please don't top-post on this list.] On 8/4/2020 9:35 AM, Cary Lewis wrote: Thank you Ken, I followed your instructions and I am now able to use https and composer with your versions of php. Did you have to apply any of the cygport patches? I applied all of them except for one

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-08-04 Thread Cary Lewis via Cygwin
Thank you Ken, I followed your instructions and I am now able to use https and composer with your versions of php. Did you have to apply any of the cygport patches? I hope that the offical cygwin repos and mirros get updated. Thanks again. On Tue, Aug 4, 2020 at 6:45 AM Ken Brown wrote: >

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-08-04 Thread Ken Brown via Cygwin
[Please don't top-post on this list.] On 8/3/2020 9:57 PM, Cary Lewis wrote: I am running php on two different Windows 10 computers, and on one machine I can run composer with no issues, but on other I get our of memory issues. Both report:  php -v PHP 7.3.7 (cli) (built: Jul 21 2019

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-08-03 Thread Cary Lewis via Cygwin
I am running php on two different Windows 10 computers, and on one machine I can run composer with no issues, but on other I get our of memory issues. Both report: php -v PHP 7.3.7 (cli) (built: Jul 21 2019 18:10:35) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.7, Copyright

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-21 Thread km2z7kca0oge--- via Cygwin
Hey Ken, Thanks so much for looking into this further. I thought it was the malloc patch too, in fact I can compile a PHP out of the box without any of the patches Cygwin applies and it appears at a cursory glance to run fine and so I'm kinda unsure as to why there are so many patches for

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-21 Thread Ken Brown via Cygwin
On 7/18/2020 10:11 PM, Ken Brown via Cygwin wrote: On 7/17/2020 5:39 PM, km2z7kca0oge--- via Cygwin wrote: Hi there, Recently I've noticed that PHP seems have to hard 4MB memory limit, [...] Example script: ```

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread Ken Brown via Cygwin
On 7/17/2020 5:39 PM, km2z7kca0oge--- via Cygwin wrote: Hi there, Recently I've noticed that PHP seems have to hard 4MB memory limit, [...] Example script: ``` http://mirror.cwcs.co.uk/centos/8.2.2004/isos/x86_64/CentOS-8.2.2004-x86_64-dvd1.iso'); // A large file such as an ISO. ```

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread Brian Inglis
On 2020-07-18 09:33, km2z7kca0oge--- via Cygwin wrote: >> You told us nothing about what versions of Windows, Cygwin, and PHP you are >> running, so WAG, either: > Wow Brian, what a rude response. I definitely followed the problem reporting > guide, and didn't realise you'd need information

RE: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread km2z7kca0oge--- via Cygwin
Oh, to add one more thing here, I've noticed there's a patch in the Cygwin Source Package called `7.1.9-malloc-cygwin.patch` which references something to do with Page sizes and 4096 which makes me wonder if this is interfering somehow. > +#define REAL_PAGE_SIZE 4096 --Jack -- Problem

RE: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread km2z7kca0oge--- via Cygwin
> You told us nothing about what versions of Windows, Cygwin, and PHP you are > running, so WAG, either: Wow Brian, what a rude response. I definitely followed the problem reporting guide, and didn't realise you'd need information overload that probably doesn't relate to the case at hand. When

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread Andrey Repin
Greetings, km2z7kca0oge--- via Cygwin! > Recently I've noticed that PHP seems have to hard 4MB memory limit, even > when overridden in the settings. For whatever reason the bundled PHP > versions with Cygwin have this problem. > The failing message is `Out of memory` which indicates PHP thinks

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-17 Thread Brian Inglis
On 2020-07-17 15:39, km2z7kca0oge--- via Cygwin wrote: > Recently I've noticed that PHP seems have to hard 4MB memory limit, even when > overridden in the settings. For whatever reason the bundled PHP versions > with Cygwin have this problem. > The failing message is `Out of memory` which