From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YNJ1L-0001cX-ON for ptxdist@pengutronix.de; Mon, 16 Feb 2015 11:35:19 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1YNJ1L-0007rH-MP for ptxdist@pengutronix.de; Mon, 16 Feb 2015 11:35:19 +0100 Date: Mon, 16 Feb 2015 11:35:19 +0100 From: Michael Olbrich Message-ID: <20150216103519.GA30156@pengutronix.de> References: <1423751237-20781-1-git-send-email-bth@kamstrup.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1423751237-20781-1-git-send-email-bth@kamstrup.com> Subject: Re: [ptxdist] [PATCH] php5: version bump 5.4.35 -> 5.5.21 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, Feb 12, 2015 at 03:27:17PM +0100, Bruno Thomsen wrote: > 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. > Thanks, applied. Michael > Signed-off-by: Bruno Thomsen > --- > 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 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de