Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71791 invoked from network); 20 May 2015 18:28:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2015 18:28:30 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.179 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.179 mail-pd0-f179.google.com Received: from [209.85.192.179] ([209.85.192.179:34597] helo=mail-pd0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/9A-13816-C42DC555 for ; Wed, 20 May 2015 14:28:30 -0400 Received: by pdbnk13 with SMTP id nk13so77883683pdb.1 for ; Wed, 20 May 2015 11:28:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=fDdYL1XydQ7Br1lkJd+50dYpZ37f+wJ2tBFdwfKb+FI=; b=qab767iSpJl7fTGrn7l8rcprMnJX5bqPTZL4NdZSRvP0Y5fQJDsVmKJnam+R39VoLq duIs4Yb6hr9Ck1FhPR0ThyR//nKRcyERdMhPElwxkRbm5rOrcSQdR9QQWQmIQomnFonp YeiQJpKbdFV9Olt8GWhEwHamIx0kGlIoEN8Ejw51IjYfpoZd+ACLzyZNNwwQiRpVoGa6 /lKehOXAJO3q28u/ycYXJuTfvehXJDv3xqJe/atIfWynQJzKly9gmc0ZXaqhNVf+oheA kYCrdz75k+bcWcOikN2JMsVJdDJ8fgnPkJSTdT/ShOths/DSOLB/wHwhha3Y+DIE26Po EEpw== X-Received: by 10.70.91.104 with SMTP id cd8mr66860635pdb.94.1432146505369; Wed, 20 May 2015 11:28:25 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id dc8sm16867580pdb.23.2015.05.20.11.28.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 11:28:24 -0700 (PDT) Message-ID: <555CD239.9060103@gmail.com> Date: Wed, 20 May 2015 11:28:09 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Lior Kaplan , PHP internals list References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX) From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > While building the PHP 5.6.9 (which has libpcre 8.37) it seems we're > missing -lpthreads build flag (for cli SAPI), as this library upgrade added > this requirement. > > The files requiring is pcrelib/sljit/sljitUtils.c > > 5.5.25, which doesn't have this file, works fine without the flag. > > I think this requirement should be reflected in ext/pcre/config0.m4 (or is > there something more relevant?) Hmm... I wonder why it needs pthreads or does it depend on some config. Is it on AIX only? Because for me it builds fine on both Linux and Darwin. I think if it's 8.37 missing sljitUtils.c is a bug. -- Stas Malyshev smalyshev@gmail.com