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?)
Thanks,
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 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
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 smalyshev@gmail.com
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
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
smalyshev@gmail.com