Upgrade to php-5.6.4
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 26 Dec 2014 22:21:54 +0000 (17:21 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:52 +0000 (00:01 -0500)
config/packages-list
stage5/pkg/php

index 1bef51e..7f73cb8 100644 (file)
@@ -327,7 +327,7 @@ PERL_MOD_DIGEST_SHA1="Digest-SHA1-2.13"
 PERL_MOD_LWP="libwww-perl-6.04"
 PERL_MOD_URI="URI-1.60"
 PERL_MOD_NET_DNS="Net-DNS-0.68"
-PHP="php-5.4.10"
+PHP="php-5.6.4"
 PIXMAN="pixman-0.32.6"
 POPPLER="poppler-0.29.0"
 PKG_CONFIG="pkg-config-0.26"
index 9944ca0..5eded98 100644 (file)
@@ -12,9 +12,13 @@ hvconfig_pre()
     #   If not specified, php installs some man pages under /usr/php
     #   (phpize.1, php.1 and php-config.1)
     CONFIGURE_OPTS+=" \
-        --with-apxs2 \
-        --with-config-file-path=/etc \
+        --localstatedir=/var \
+        --datadir=/usr/share/php \
         --mandir=/usr/share/man \
+        --with-config-file-path=/etc \
+        --enable-fpm \
+        --with-fpm-user=${HTTPD_USER} \
+        --with-fpm-group=${HTTPD_USER} \
         --with-zlib \
         --enable-bcmath \
         --with-bz2 \
@@ -26,6 +30,7 @@ hvconfig_pre()
         --with-gettext \
         --enable-mbstring \
         --with-readline \
+        --with-apxs2 \
         --with-mysql=/usr \
         --with-openssl=/usr \
         --with-gd \