blob: 7419a020dad483134fd49b31ba3bfcaa3e9758bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PKGBUILD: package_php: add deps 'php-gd' 'php-mcrypt' since we have them in linhes.ini
PKGBUILD: package_php: comment out backup=('etc/php/php.ini')
PKGBUILD: change dep tidyhtml to tidy
PKGBUILD: add linhes.ini and put it in /etc/php/conf.d/
php.ini.patch: open_basedir commented out
PKGBUILD: add php.install:
post_upgrade & post_install
if [ -f /etc/systemconfig ]
then
. /etc/systemconfig
if [ -f /etc/php/conf.d/linhes.ini ]
then
sed -i 's|^.*date.timezone.*$|date.timezone='${timezone}'|' /etc/php/conf.d/linhes.ini
fi
fi
|