mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bth@kamstrup.com>
To: ptxdist@pengutronix.de
Cc: bth@kamstrup.com
Subject: [ptxdist] [PATCH] php5: version bump 5.4.35 -> 5.5.21
Date: Thu, 12 Feb 2015 15:27:17 +0100	[thread overview]
Message-ID: <1423751237-20781-1-git-send-email-bth@kamstrup.com> (raw)

Disabled new OPcache feature (Zend Optimizer+) due to cross-compiling issue.
https://bugs.php.net/bug.php?id=66103

Package format changed from tar.bz2 to tar.xz.

Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
 rules/php5.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/php5.make b/rules/php5.make
index c3f0168..5dddeab 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_PHP5) += php5
 #
 # Paths and names
 #
-PHP5_VERSION	:= 5.4.35
-PHP5_MD5	:= 489cc8336488fb2e722ffa3c08f9c864
+PHP5_VERSION	:= 5.5.21
+PHP5_MD5	:= 79664ce44f7c93f355a25a3fe3dcc91b
 PHP5		:= php-$(PHP5_VERSION)
-PHP5_SUFFIX	:= tar.bz2
+PHP5_SUFFIX	:= tar.xz
 PHP5_SOURCE	:= $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX)
 PHP5_DIR	:= $(BUILDDIR)/$(PHP5)
 
@@ -49,6 +49,7 @@ PHP5_AUTOCONF := \
 	$(CROSS_AUTOCONF_USR) \
 	--disable-phar \
 	--with-config-file-path=/etc/php5 \
+	--enable-opcache=no \
 	--without-iconv
 
 # FIXME: php5 doesn't interprete "with_foo=no" correctly, so we cannot
-- 
1.9.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2015-02-12 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12 14:27 Bruno Thomsen [this message]
2015-02-16 10:35 ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1423751237-20781-1-git-send-email-bth@kamstrup.com \
    --to=bth@kamstrup.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox