From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102699 invoked by alias); 29 Nov 2016 18:02:29 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 102690 invoked by uid 89); 29 Nov 2016 18:02:28 -0000 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= X-HELO: mail.guerrillamail.com Received: from mail.guerrillamail.com (HELO mail.guerrillamail.com) (192.99.19.220) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 29 Nov 2016 18:02:18 +0000 Received: by 192.99.19.220 with HTTP; Tue, 29 Nov 2016 18:02:15 +0000 MIME-Version: 1.0 Message-ID: <39cb390b31a1668c6b3f41bf535bc80c0889@guerrillamail.com> Date: Tue, 29 Nov 2016 18:22:00 -0000 To: "cygwin@cygwin.com" From: <59yfvs+f4bkzvgzw@guerrillamail.com> Subject: Re: php 7 preg_match always causes segmentation fault Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Domain-Signer: PHP mailDomainSigner 0.2-20110415 X-SW-Source: 2016-11/txt/msg00333.txt.bz2 It's more serious than I thought as ANY use of preg_match causes the segfaulting, even in interactive mode. $ php -a Interactive shell php > $msg=3D"!Hello"; if ( preg_match('#^!Hello\b#', $msg) ) echo "wee"; Segmentation fault (core dumped) php > if ( preg_match('/d/', 'dba') ) echo "wee"; Segmentation fault (core dumped) ---- Sent using Guerrillamail.com Block or report abuse: https://www.guerrillamail.com/abuse/?a=3DQlhzEgQOY7c= Mjxm9%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