← Back to team overview

ius-coredev team mailing list archive

[Bug 968561] Re: WL: PHP 5.4 for EL5

 

Looks like Remi has been building php-5.4 for el6 the same way we have,
but on el5 the shared sqlite library is not included:

        --with-pdo-sqlite=shared,%{_prefix} \
  %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
        --with-sqlite3=shared,%{_prefix} \
  %else
        --without-sqlite3 \
  %endif

I'll see about getting the php54 package to handle el5 in a similar
matter.

** Changed in: ius
       Status: Won't Fix => New

** Changed in: ius
     Assignee: (unassigned) => Jeffrey Ness (jeffrey-ness)

-- 
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/968561

Title:
  WL: PHP 5.4 for EL5

Status in IUS Community Project:
  New

Bug description:
  DESCRIPTION: PHP is a widely-used general-purpose scripting language
  that is especially suited for Web development and can be embedded into
  HTML.

  REASON: Some of the key new features include: traits, a shortened
  array syntax, a built-in webserver for testing purposes and more. PHP
  5.4.0 significantly improves performance, memory footprint and fixes
  over 100 bugs. It also removes the "EXPERIMENTAL" flag from PHP-FPM,
  making it "STABLE" now.

  CAVEAT: Currently it's not possible to compile PHP 5.4 on EL5 due to
  sqlite3 dependency. PHP 5.4 requires 3.3.9 and EL5 uses 3.3.6. It
  requires creating a new sqlite3 package to satisfy this dependency.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/968561/+subscriptions


References