ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #01805
[Bug 1039187] Re: build PHP 5.4 against bundled PCRE instead of system PCRE
Mark,
I've built the following packages and added them to IUS Testing:
- php54-5.4.6-2.ius
- php54-ioncube-loader-4.2.2-2.ius
- php54-pear-1.9.4-2.ius
- php54-pecl-apc-3.1.11-3.ius
- php54-pecl-geoip-1.0.8-3.ius
- php54-pecl-imagick-3.1.0-RC1.2.ius
- php54-pecl-memcache-3.0.6-5.ius
- php54-pecl-mysqlnd_ms-1.3.2-3.ius
- php54-pecl-xdebug-2.2.1-2.ius
- php54-pgsql84-5.4.3-2.ius
- php54-xcache-2.0.1-2.ius
The php54 package has your PCRE changes, and each additional package is built against it,
would you mind testing this out?
Thanks
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1039187
Title:
build PHP 5.4 against bundled PCRE instead of system PCRE
Status in IUS Community Project:
In Progress
Bug description:
Right now PHP 5.4 on el6 is built agains the system PCRE, with this:
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
--with-pcre-regex=%{_prefix} \
%endif
On el5, it will use the bundled PCRE from PHP.
It would be great if it was built against the PCRE bundled with PHP so
it has a more recent version. This is the way it is done with PHP 5.3,
changed on 'Jan 11 2011' for 5.3.5-1.ius .
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1039187/+subscriptions
References