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=EtY cYynUyqZgN3xi7sXR1Pq+Rcw8yPvlhWCMzqZDu/O9VQffXGoMb68BHpBY6b6ld0a 8Rb7YqSbdC0jFUNHnaA6BjUFiveHxIBPvUFYABFGOVeNG+Vxf9qI+Qu93Jbt1gaA ypTCUqVvE5cVFuSMMcedEBNeyhxAgAE2tcxpIeQE= 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=y3Ec10jYR VtNGhyfGN8iumnL17I=; b=FwXIaCw4qsMcXL3C2Chty4RgGuK/1Ol1G8ksmH2ei bhxZqyz6ihNtvY3hj69pXKhZPzwhgPZGo4ruiepOuXfDfzcn8votbPOrsxtaED+d U+h7mw4O/doasEGYgqzSD2ZGi0ok1PXz1eIQoU4VesUiVKcB/hQafjL8cmjFuQKR 5Y= 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= X-HELO: mail.guerrillamail.com MIME-Version: 1.0 Message-ID: <39cb390b31a1668c6b3f41bf535bc80c0889@guerrillamail.com> Date: Tue, 29 Nov 2016 18:02:15 +0000 To: "cygwin AT cygwin DOT com" From: <59yfvs+f4bkzvgzw AT guerrillamail DOT com> Subject: Re: php 7 preg_match always causes 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 uATI2jcQ017066 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="!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=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