blob: 5e9feadb01a63b99afb1336c7684f9118e6f9ee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
removed postfix
openbase_dir commented out
short_tags On
==> check and make sure these are uncommented:
==> "extension=mysql.so"
==> "extension=gd.so"
==> "extension=gettext.so"
==> "extension=mcrypt.so"
==> "extension=mysqli.so"
==> "extension=session.so"
==> "extension=sockets.so"
==> "extension=openssl.so"
==> "extension=ftp.so"
==> "extension=zip.so"
==> add php-gd and php-mcrypt as depends of php since we have them in php.ini
syslog.error on
php.install
post_upgrade & post_install
if [ -f /etc/systemconfig ]
then
. /etc/systemconfig
if [ -f /etc/php/php.ini ]
then
sed -i 's|^.*date.timezone.*$|date.timezone='${timezone}'|' /etc/php/php.ini
fi
fi
|