wok-next diff php/receipt @ rev 5304
Up: All Xorg driver (7.5 and up)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 19 22:14:19 2010 +0200 (2010-04-19) |
parents | 5043ba1d9bd1 |
children | 63221aff137b |
line diff
1.1 --- a/php/receipt Tue Oct 20 19:50:11 2009 +0000 1.2 +++ b/php/receipt Mon Apr 19 22:14:19 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="php" 1.7 -VERSION="5.2.9" 1.8 +VERSION="5.2.11" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PHP web programming language." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -49,6 +49,8 @@ 1.13 --with-openssl=shared \ 1.14 --with-unixODBC=shared,/usr \ 1.15 --with-pear=/usr/share/php \ 1.16 +--with-pdo-mysql=shared \ 1.17 +--with-pdo-pgsql=shared \ 1.18 " 1.19 sed -i 's/pam_start/pam_nostart/' configure 1.20 ./configure $COMMON_ARGS $CONFIGURE_ARGS && \