X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:message-id:date:to:from:subject :content-type:content-transfer-encoding; q=dns; s=default; b=xp8 e2SLdGM67Wc4M6Vl7OEMKehWupiiiaXiRn9myHC06ApU3OBpJmwmqiVelUaaozL0 /V/OzN9L+wX/HuuhrxZ/dwFPcn+7gy5gq54zGG+mB2BCA9k3ZBuQNPH6Wx2j8d5R t/7GAysiru2k0SANFrdTpSv/2ELoDyfvJJVDsV/Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:message-id:date:to:from:subject :content-type:content-transfer-encoding; s=default; bh=MIouD/ZuF v/k8ewUn4Esb37BinY=; b=qT+n7J8Y9SGNf4CClaNHvV2026ABje0L8l/wVK4kb 4YH73hqRCcEFJHMq0YucS3jxstHKUAVCsls44fAPzBuWK8ic8gKZpA3gdYkDFqeU IW18gf1B0qnKwj2MDghLhHVlFOGvQfGm5ZCpEDYNOrM4+XxP337iB1lp0HMXy9qP +4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,FROM_LOCAL_NOVOWEL,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=BUT X-HELO: mail.guerrillamail.com MIME-Version: 1.0 Message-ID: <62b36cdc7f851bc121f62721ede7b0752b25@guerrillamail.com> Date: Tue, 29 Nov 2016 17:50:09 +0000 To: "cygwin AT cygwin DOT com" From: <59yfvs+f4bkzvgzw AT guerrillamail DOT com> Subject: Re: php 7 upgrade -- segmentation fault Content-Type: text/plain; charset="utf-8" X-Domain-Signer: PHP mailDomainSigner 0.2-20110415 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id uATHoa4q015818 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 Guerrillamail.com Block or report abuse: https://www.guerrillamail.com/abuse/?a=QlhzEgQOY7cMjxm9%2FjAcfRk%3D -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple