Hi, > -----Original Message----- > From: Richard H Lee [mailto:ricardohenry...@gmail.com] > Sent: Thursday, May 11, 2017 3:18 PM > To: internals@lists.php.net > Subject: [PHP-DEV] Patch for bug #65312: Segmentation fault with filesize=4096 > > I submitted a patch for bug #65312 "Segmentation fault with filesize=4096". > It's > to do with the way Cygwin handles mmap()ing. It is not a duplicate of another > bug as marked, it is specific to Cygwin. > > I'm not sure about the release structure of PHP, but it would be great if I > could > get this patch into the 7.0, 7.1 and master branches. I was hoping to get in > in for > 7.0.19, but it looks as if I have just missed it. > Thanks for forwarding this. In first place - why using Cygwin if there's a native build? OFC we might apply the patch if it fixed some bug, where I think usage of Cygwin is an issue in first place, for performance and portability reasons at least. Especially as I won't be able to test the patch because Cygwin breaks the dev environments and requires to reinstall the whole system to fix that, at least proven for me many times after which I gave up and started to actively disregard Cygwin. Are there yet other users to confirm the issue/fix?
Thanks Anatol