wok diff php/receipt @ rev 17939

partimage: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 15 09:53:08 2015 +0200 (2015-04-15)
parents a08284cf9e61
children 9e01bc6321ea
line diff
     1.1 --- a/php/receipt	Mon Mar 17 13:06:49 2014 +0000
     1.2 +++ b/php/receipt	Wed Apr 15 09:53:08 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="php"
     1.7 -VERSION="5.4.26"
     1.8 +VERSION="5.5.13"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PHP web programming language."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -40,7 +40,7 @@
    1.13  			--with-mcrypt=shared,/usr \
    1.14  			--with-mysql=shared,/usr \
    1.15  			--with-mysqli=shared \
    1.16 -			--with-mysql-sock=/var/mysql/mysql.sock \
    1.17 +			--with-mysql-sock=/var/run/mysqld/mysql.sock \
    1.18  			--with-pdo-sqlite=shared,/usr \
    1.19  			--with-pgsql=shared,/usr \
    1.20  			--with-snmp=shared,/usr \