[PHP-DEV] [FAO: Anatol Belski] Re: Patch for bug #65312: Segmentation fault with filesize=4096

2017-05-13 Thread Richard H Lee
Hi Anatol, I noticed you were quite involved with bug #65312 "Segmentation fault with=filesize=4096" and possibly may have a better idea of what is going on with it. Could you take a look at the patch please? It's basically two identical 3 line additions (#if, #define and #endif) that change the

[PHP-DEV] Patch for bug #65312: Segmentation fault with filesize=4096

2017-05-11 Thread Richard H Lee
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 pat