Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91729 invoked from network); 25 May 2015 08:10:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2015 08:10:22 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.214.172 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.172 mail-ob0-f172.google.com Received: from [209.85.214.172] ([209.85.214.172:33334] helo=mail-ob0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/71-50927-DE8D2655 for ; Mon, 25 May 2015 04:10:22 -0400 Received: by obbnx5 with SMTP id nx5so49702103obb.0 for ; Mon, 25 May 2015 01:10:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=k3F+baZ4K4hoOfhOGFs4Qe6GEedjjJDF30t3EBxF+pk=; b=NXNqD6QVyg7zdg/nMkQ1z00B0PPN+JzH3VacrJcBWhwmuEzQh83IMqtHnuhzW4t1op Err9GxGsBqTv6+QNq8wnIgwxKfTMJa9FkGsYs1/3/bYHcdmedu+LX8bhI1SfFOY7oLrY tXiYwXHTfu5aKKaZrrODL1B29dfklKkdsLYNovCko94M6QQbbf23Fikmf/Wyc3TC7DOt dYk1XDKPHMKhQUJrOzxdwUPeQ4cFwTaaCBuWDlKCGq3DDh10ZcKYKWHYGXSCRD9uLdHP MFKIYcRAYAbJ5frzPZhsEkHEsbgattGcRHVzRcfMYVjg/PXZxijtrXVollOQ+wi6Bqzl 32WQ== X-Gm-Message-State: ALoCoQmKolBMTSJXyhDzOsfxrXO+1CIji73gAoacPg9jZfLEuJgEonN7wGp64KWXpPcXEr07Pala/R9uxix6/7L6WgrP/Pt08M3VCg1A6xCwZiL8RMYBkzSyCeyigvfqGlRickDQ64+Mra16mN4iFZLylHWnhyRCf7x7/W98dCk40hKDrg8vWs4= MIME-Version: 1.0 X-Received: by 10.202.68.213 with SMTP id r204mr7481523oia.97.1432541418009; Mon, 25 May 2015 01:10:18 -0700 (PDT) Received: by 10.60.173.74 with HTTP; Mon, 25 May 2015 01:10:17 -0700 (PDT) In-Reply-To: <555CD239.9060103@gmail.com> References: <555CD239.9060103@gmail.com> Date: Mon, 25 May 2015 11:10:17 +0300 Message-ID: To: Stanislav Malyshev Cc: PHP internals list Content-Type: multipart/alternative; boundary=001a113d74ea58d0790516e38a90 Subject: Re: [PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX) From: lior.k@zend.com (Lior Kaplan) --001a113d74ea58d0790516e38a90 Content-Type: text/plain; charset=UTF-8 Hi, It seems to be AIX only thing, as it builds fine for me for Linux/Darwin. Any hints ? Kaplan On Wed, May 20, 2015 at 9:28 PM, Stanislav Malyshev wrote: > 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 > --001a113d74ea58d0790516e38a90--