diff options
Diffstat (limited to 'extra/php/Pkgfile')
-rw-r--r-- | extra/php/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/php/Pkgfile b/extra/php/Pkgfile index fbc40a0eb..9f4ab9bb4 100644 --- a/extra/php/Pkgfile +++ b/extra/php/Pkgfile @@ -5,7 +5,7 @@ # Depends on: mysql, apache, libxml2, libpng name=php -version=5.2.13 +version=5.3.3 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2) @@ -36,6 +36,6 @@ build () { make make INSTALL_ROOT=$PKG install rm -r $PKG/etc/apache - sed -i "/^extension_dir/s|\./|/usr/lib/php/extensions|" php.ini-dist - install -D -m 644 php.ini-dist $PKG/etc/php.ini +# sed -i "/^extension_dir/s|\./|/usr/lib/php/extensions|" php.ini-dist + install -D -m 644 php.ini-production $PKG/etc/php.ini } |