* [ptxdist] [PATCH] php5: version bump 5.4.35 -> 5.5.21
@ 2015-02-12 14:27 Bruno Thomsen
2015-02-16 10:35 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2015-02-12 14:27 UTC (permalink / raw)
To: ptxdist; +Cc: bth
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] php5: version bump 5.4.35 -> 5.5.21
2015-02-12 14:27 [ptxdist] [PATCH] php5: version bump 5.4.35 -> 5.5.21 Bruno Thomsen
@ 2015-02-16 10:35 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2015-02-16 10:35 UTC (permalink / raw)
To: ptxdist
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 <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
>
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-16 10:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 14:27 [ptxdist] [PATCH] php5: version bump 5.4.35 -> 5.5.21 Bruno Thomsen
2015-02-16 10:35 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox