summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php.ini.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/php.ini.patch')
-rw-r--r--abs/core/php/php.ini.patch51
1 files changed, 12 insertions, 39 deletions
diff --git a/abs/core/php/php.ini.patch b/abs/core/php/php.ini.patch
index 719de92..4ce7364 100644
--- a/abs/core/php/php.ini.patch
+++ b/abs/core/php/php.ini.patch
@@ -1,47 +1,20 @@
---- php.ini-production.orig 2015-08-10 15:05:42.669490715 +0000
-+++ php.ini-production 2015-08-10 16:19:56.874447768 +0000
-@@ -199,7 +199,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
+--- php.ini-production 2015-01-21 01:40:37.000000000 +0100
++++ php.ini-production 2015-01-22 16:23:17.311890258 +0100
@@ -295,7 +295,7 @@
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file.
; http://php.net/open-basedir
-;open_basedir =
-+;open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/
++;open_basedir = /srv/http/:/home/:/tmp/:/usr/share/php/pear/:/usr/share/webapps/
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names.
-@@ -386,7 +386,7 @@
- ;max_input_nesting_level = 64
-
- ; How many GET/POST/COOKIE input variables may be accepted
--; max_input_vars = 1000
-+max_input_vars = 3000
-
- ; Maximum amount of memory a script may consume (128MB)
- ; http://php.net/memory-limit
-@@ -571,7 +571,7 @@
- ; Example:
- ;error_log = php_errors.log
- ; Log errors to syslog (Event Log on Windows).
--;error_log = syslog
-+error_log = syslog
-
- ;windows.show_crt_warning
- ; Default value: 0
@@ -708,7 +708,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
-+include_path = ".:/usr/share/pear"
++include_path = ".:/usr/share/php/pear"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
@@ -107,21 +80,21 @@
+;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=mysql.so
-+extension=mysqli.so
++;extension=mysql.so
++;extension=mysqli.so
+;extension=odbc.so
+;zend_extension=opcache.so
-+extension=openssl.so
++;extension=openssl.so
+;extension=pdo_mysql.so
+;extension=pdo_odbc.so
+;extension=pdo_pgsql.so
@@ -133,7 +106,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
@@ -141,7 +114,7 @@
+;extension=tidy.so
+;extension=xmlrpc.so
+;extension=xsl.so
-+extension=zip.so
++;extension=zip.so
;;;;;;;;;;;;;;;;;;;
; Module Settings ;