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"
# 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 \
--with-gettext \
--enable-mbstring \
--with-readline \
+ --with-apxs2 \
--with-mysql=/usr \
--with-openssl=/usr \
--with-gd \