diff options
author | Cecil <knoppmyth@gmail.com> | 2011-02-05 03:04:50 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-02-05 03:04:50 (GMT) |
commit | 2fe6212b14ef52e8d8a91c37202909d769d478dc (patch) | |
tree | 5589f9c3528af2877f569e9df020402ded5a9351 /abs/core/php | |
parent | cde3c5e56a01633b3e0dfaf71fea0469e843285e (diff) | |
download | linhes_pkgbuild-2fe6212b14ef52e8d8a91c37202909d769d478dc.zip linhes_pkgbuild-2fe6212b14ef52e8d8a91c37202909d769d478dc.tar.gz linhes_pkgbuild-2fe6212b14ef52e8d8a91c37202909d769d478dc.tar.bz2 |
php:fixed for location of mysqld.
Diffstat (limited to 'abs/core/php')
-rw-r--r-- | abs/core/php/PKGBUILD | 5 | ||||
-rw-r--r-- | abs/core/php/__changelog | 2 | ||||
-rw-r--r-- | abs/core/php/php.ini | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/abs/core/php/PKGBUILD b/abs/core/php/PKGBUILD index e36353f..28bd83f 100644 --- a/abs/core/php/PKGBUILD +++ b/abs/core/php/PKGBUILD @@ -1,7 +1,7 @@ pkgbase=php pkgname=('php' 'php-cgi' 'php-pear') pkgver=5.3.3 -pkgrel=6 +pkgrel=7 _suhosinver=${pkgver}-0.9.10 pkgdesc='A high-level scripting language' arch=('i686' 'x86_64') @@ -181,8 +181,7 @@ package_php-pear() { [ ! -e "$i" ] || rm -rf "$i" done < <(find ${pkgdir} -name '.*') } - md5sums=('21ceeeb232813c10283a5ca1b4c87b48' 'b66b27c43b1332400ef8982944c3b95b' - '8ced1a21457e3d513425617667eb8588' + '25bf81e701f7914a3d8472a5636640e7' '96ca078be6729b665be8a865535a97bf') diff --git a/abs/core/php/__changelog b/abs/core/php/__changelog index 5c87426..592eff9 100644 --- a/abs/core/php/__changelog +++ b/abs/core/php/__changelog @@ -9,3 +9,5 @@ php.ini -jm split package into "php" "php-cgi" and "php-pear" -mh php-pear replaces PearLog -mh + +php.ini: mysql.default_socket = /var/run/mysqld/mysqld.sock Ref #753 -mh diff --git a/abs/core/php/php.ini b/abs/core/php/php.ini index 5ef9d1d..50413b9 100644 --- a/abs/core/php/php.ini +++ b/abs/core/php/php.ini @@ -730,7 +730,7 @@ mysql.default_port = ; Default socket name for local MySQL connects. If empty, uses the built-in ; MySQL defaults. -mysql.default_socket = +mysql.default_socket = /var/run/mysqld/mysqld.sock ; Default host for mysql_connect() (doesn't apply in safe mode). mysql.default_host = |