Correct path to php.ini file.

This commit is contained in:
Christoph 2018-01-06 18:17:20 +01:00
parent d533805b02
commit 96cd138eb7

View File

@ -1126,6 +1126,7 @@ echononl "\tGoing to configure.."
## CFLAGS="$_cflags" LDFLAGS="-s" \ ## CFLAGS="$_cflags" LDFLAGS="-s" \
config_params=" config_params="
--prefix=$PREFIX_PHP \ --prefix=$PREFIX_PHP \
--with-config-file-path=${PREFIX_PHP}/etc \
--with-zlib-dir \ --with-zlib-dir \
--with-freetype-dir \ --with-freetype-dir \
--enable-fpm \ --enable-fpm \
@ -1186,8 +1187,8 @@ config_params="
# - [x] --with-ldap # - [x] --with-ldap
# - [x] --with-xsl # - [x] --with-xsl
# - [-] --with-vpx-dir # - [-] --with-vpx-dir
# - [ ] --with-pgsql # - [x] --with-pgsql
# - [ ] --with-pdo-pgsql # - [x] --with-pdo-pgsql
config_params="$config_params \ config_params="$config_params \