summaryrefslogtreecommitdiffstats
path: root/abs/core/php/__changelog
blob: 46f3ff3e54a311b629f7853c381085ee9b42d134 (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
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"


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