# HG changeset patch # User Eric Joseph-Alexandre # Date 1340050151 -7200 # Node ID 538b411fe28450ec6183847906078e0ad0cbc6a9 # Parent 5e702bac8175ac43044f3bc5dbf779680cdc0edd Up: php (5.4.4) diff -r 5e702bac8175 -r 538b411fe284 php/receipt --- a/php/receipt Mon Jun 18 22:02:23 2012 +0200 +++ b/php/receipt Mon Jun 18 22:09:11 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="php" -VERSION="5.2.17" +VERSION="5.4.4" CATEGORY="development" SHORT_DESC="PHP web programming language." MAINTAINER="pankso@slitaz.org" @@ -69,9 +69,9 @@ cp /etc/apache/httpd.conf $DESTDIR/etc/apache/httpd.conf make INSTALL_ROOT=$DESTDIR install } - # Recommended config file. + # Production config file. mkdir -p $DESTDIR/etc - cp $src/php.ini-recommended $DESTDIR/etc/php.ini || exit 1 + cp $src/php.ini-production $DESTDIR/etc/php.ini || exit 1 sed -e 's|extension_dir = "./"|extension_dir = "/usr/share/php/"|' \ -i $DESTDIR/etc/php.ini }