summaryrefslogtreecommitdiffstats
path: root/abs/core/php/__changelog
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/__changelog')
-rw-r--r--abs/core/php/__changelog31
1 files changed, 30 insertions, 1 deletions
diff --git a/abs/core/php/__changelog b/abs/core/php/__changelog
index b3123e3..46f3ff3 100644
--- a/abs/core/php/__changelog
+++ b/abs/core/php/__changelog
@@ -1 +1,30 @@
-removed postfix for now as it doesn't compile
+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 \ No newline at end of file