[oe-commits] Roy Li : php: create recipe for 5.6.12

git at git.openembedded.org git at git.openembedded.org
Mon Aug 24 12:25:53 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 7efc1815ecdb76ee5b387e6273f191ce239012c7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7efc1815ecdb76ee5b387e6273f191ce239012c7

Author: Roy Li <rongqing.li at windriver.com>
Date:   Thu Aug 20 16:29:35 2015 +0800

php: create recipe for 5.6.12

The difference between 5.6.x and 5.5.x is in http://php.net/migration56
Most improvements in PHP 5.6.x have no impact on existing code.
There are a few incompatibilities and new features that should be
considered, and code should be tested before switching PHP versions
in production environments.

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch         |  56 +++++
 meta-oe/recipes-devtools/php/php.inc               | 271 ++++++++++++++++++++
 meta-oe/recipes-devtools/php/php_5.5.26.bb         | 273 +--------------------
 meta-oe/recipes-devtools/php/php_5.6.12.bb         |   5 +
 4 files changed, 333 insertions(+), 272 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=7efc1815ecdb76ee5b387e6273f191ce239012c7


More information about the Openembedded-commits mailing list