← Back to team overview

ius-coredev team mailing list archive

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

 

Hello again Christ,

Please be aware of PHP Bug #61695 "Incorrect version tag: APC 3.1.10
shows 3.1.9" (https://bugs.php.net/bug.php?id=61695), which causes the
incorrect version of APC to be sourced.

>From the link:
========================
Description:
------------
Incorrect version noted in php_apc.h;

#define PHP_APC_VERSION "3.1.9"

Expected result:
----------------
This should read;

#define PHP_APC_VERSION "3.1.10"
========================

Thank you, Dusty

** Bug watch added: bugs.php.net/ #61695
   http://bugs.php.net/bug.php?id=61695

-- 
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:
  Fix Released

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