ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #00322
[Bug 608119] [NEW] php53 forces use of outdated PCRE
Public bug reported:
php53 contains pcre 8.0 or better (cf. bug 532171) which is great.
php53.x86_64 (5.3.2-6.ius.el5) is compiled with '--with-pcre-regex=/usr' which ignores built-in pcre in favour of system pcre.
Between CentOS base, EPEL and IUS repos, the best system pcre available is pcre-6.6-2.el5_1.7
Therefore the compilation flag '--with-pcre-regex=/usr' forces a major
reduction in pcre functionality, unless user is willing to find bespoke
pcre rpm or compile from source.
Specifically, the old pcre causes problems on systems running Drupal 6
and better
#uname -a
Linux <hostname> 2.6.18-194.8.1.el5 #1 SMP Thu Jul 1 19:04:48 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
** Affects: ius
Importance: Undecided
Status: New
--
php53 forces use of outdated PCRE
https://bugs.launchpad.net/bugs/608119
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
Status in IUS Community Project: New
Bug description:
php53 contains pcre 8.0 or better (cf. bug 532171) which is great.
php53.x86_64 (5.3.2-6.ius.el5) is compiled with '--with-pcre-regex=/usr' which ignores built-in pcre in favour of system pcre.
Between CentOS base, EPEL and IUS repos, the best system pcre available is pcre-6.6-2.el5_1.7
Therefore the compilation flag '--with-pcre-regex=/usr' forces a major reduction in pcre functionality, unless user is willing to find bespoke pcre rpm or compile from source.
Specifically, the old pcre causes problems on systems running Drupal 6 and better
#uname -a
Linux <hostname> 2.6.18-194.8.1.el5 #1 SMP Thu Jul 1 19:04:48 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
Follow ups
References