summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php.ini.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/php.ini.patch')
-rwxr-xr-x[-rw-r--r--]abs/core/php/php.ini.patch40
1 files changed, 29 insertions, 11 deletions
diff --git a/abs/core/php/php.ini.patch b/abs/core/php/php.ini.patch
index bbaae21..ed17c00 100644..100755
--- a/abs/core/php/php.ini.patch
+++ b/abs/core/php/php.ini.patch
@@ -1,14 +1,32 @@
---- php.ini-production 2012-03-29 06:17:59.000000000 +0200
-+++ php.ini-production 2012-03-30 10:46:21.181340861 +0200
+--- php.ini-production.orig 2012-11-01 00:08:25.365008573 +0000
++++ php.ini-production 2012-11-01 00:13:48.698332172 +0000
+@@ -208,7 +208,7 @@
+ ; Development Value: Off
+ ; Production Value: Off
+ ; http://php.net/short-open-tag
+-short_open_tag = Off
++short_open_tag = On
+
+ ; Allow ASP-style <% %> tags.
+ ; http://php.net/asp-tags
@@ -305,7 +305,7 @@
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
; http://php.net/open-basedir
-;open_basedir =
-+open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
++;open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
+@@ -583,7 +583,7 @@
+ ; Example:
+ ;error_log = php_errors.log
+ ; Log errors to syslog (Event Log on NT, not valid in Windows 95).
+-;error_log = syslog
++error_log = syslog
+
+ ;windows.show_crt_warning
+ ; Default value: 0
@@ -702,7 +702,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -83,20 +101,20 @@
+;extension=dba.so
+;extension=enchant.so
+;extension=exif.so
-+;extension=ftp.so
-+;extension=gd.so
++extension=ftp.so
++extension=gd.so
+extension=gettext.so
+;extension=gmp.so
+;extension=iconv.so
+;extension=imap.so
+;extension=intl.so
+;extension=ldap.so
-+;extension=mcrypt.so
++extension=mcrypt.so
+;extension=mssql.so
-+;extension=mysqli.so
-+;extension=mysql.so
++extension=mysqli.so
++extension=mysql.so
+;extension=odbc.so
-+;extension=openssl.so
++extension=openssl.so
+;extension=pdo_mysql.so
+;extension=pdo_odbc.so
+;extension=pdo_pgsql.so
@@ -108,7 +126,7 @@
+;extension=shmop.so
+;extension=snmp.so
+;extension=soap.so
-+;extension=sockets.so
++extension=sockets.so
+;extension=sqlite3.so
+;extension=sysvmsg.so
+;extension=sysvsem.so
@@ -116,7 +134,7 @@
+;extension=tidy.so
+;extension=xmlrpc.so
+;extension=xsl.so
-+;extension=zip.so
++extension=zip.so
;;;;;;;;;;;;;;;;;;;
; Module Settings ;