Re: php 7 upgrade -- segmentation fault

2016-11-29 Thread 5a1dvi+28lxtut1an
Ahh! I disabled pcre.jit in the new php.ini, and now it's working fine without the DEP exception. Thanks for that tip. I can live with the performance hit vs the security. Thanks again for working through it with me. Sent using Guerrillamail.com Block or report abuse: https://www.gu

Re: php 7 upgrade -- segmentation fault

2016-11-29 Thread Yaakov Selkowitz
On 2016-11-29 12:22, 59yfvs+f4bkzv...@guerrillamail.com wrote: I can revert to php5 (insecure) and the problem is gone. I just performed a full rebase which did nothing for this problem. Are you saying that on a Windows 7 64 bit Home system with 32 bit cygwin you are not having any issues? I w

Re: Re: php 7 upgrade -- segmentation fault

2016-11-29 Thread 59yfvs+f4bkzvgzw
I can revert to php5 (insecure) and the problem is gone. I just performed a full rebase which did nothing for this problem. Are you saying that on a Windows 7 64 bit Home system with 32 bit cygwin you are not having any issues? I found a solution that is not really satisfying. If I go into Win

Re: php 7 upgrade -- segmentation fault

2016-11-29 Thread Yaakov Selkowitz
On 2016-11-29 11:50, 59yfvs+f4bkzvgzw at guerrillamail.com wrote: I've isolated the issue to a regular expression match! This line: $command = ( preg_match('#^(?:\:.*? )?(.*?) #', $buffer, $matches) ) ? $matches[1] : ''; causes the segfaulting. BUT WHY? Again this worked fine in php5.x . Ther

Re: php 7 upgrade -- segmentation fault

2016-11-29 Thread 59yfvs+f4bkzvgzw
I've isolated the issue to a regular expression match! This line: $command = ( preg_match('#^(?:\:.*? )?(.*?) #', $buffer, $matches) ) ? $matches[1] : ''; causes the segfaulting. BUT WHY? Again this worked fine in php5.x . There is something broken with PCRE in this build. Sent using