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