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/__changelog39
1 files changed, 27 insertions, 12 deletions
diff --git a/abs/core/php/__changelog b/abs/core/php/__changelog
index 754dc7c..46f3ff3 100644
--- a/abs/core/php/__changelog
+++ b/abs/core/php/__changelog
@@ -1,15 +1,30 @@
-modified php.ini
-set base dir to /data/srv/httpd/htdocs
-added /data/srv/tmp to basedir
-added /usr/share/mythtv/mythweather/scripts/
-send errors to stderr
-change .install file, timezone is modified on install
-php.ini -jm
- remove open_basedir
+removed postfix
+openbase_dir commented out
+short_tags On
-split package into "php" "php-cgi" and "php-pear" -mh
-php-pear replaces PearLog -mh
+==> 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"
-php.ini: mysql.default_socket = /var/run/mysqld/mysqld.sock Ref #753 -mh
-php.install: Change mysql.default_socket
+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