Re: [PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX)

2015-05-26 Thread Stanislav Malyshev
Hi! > It seems to be AIX only thing, as it builds fine for me for Linux/Darwin. The I would probably add a special case for AIX in config.m4. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX)

2015-05-25 Thread Lior Kaplan
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 thi

Re: [PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX)

2015-05-20 Thread 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

[PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX)

2015-05-20 Thread Lior Kaplan
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 thi