summarylogtreecommitdiffstats
path: root/php.ini.patch
diff options
context:
space:
mode:
authorMickaël Thomas2016-01-13 05:55:43 +0100
committerMickaël Thomas2016-01-13 05:58:40 +0100
commitd9a54966b52e1cabf22735b23d2ba3f1d152db8b (patch)
treef46fc4ffc6e4dd914e846104a5d10d971520a87d /php.ini.patch
parent36642b5b381a14197edeaac7388c91a9b5419122 (diff)
downloadaur-d9a54966b52e1cabf22735b23d2ba3f1d152db8b.tar.gz
Move everything outside of /opt
Diffstat (limited to 'php.ini.patch')
-rw-r--r--php.ini.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/php.ini.patch b/php.ini.patch
index c3e18f88e992..44006b8fd60f 100644
--- a/php.ini.patch
+++ b/php.ini.patch
@@ -5,7 +5,7 @@
; or per-virtualhost web server configuration file.
; http://php.net/open-basedir
-;open_basedir =
-+open_basedir = /srv/http/:/home/:/tmp/:/opt/php56/share/pear/:/usr/share/webapps/
++open_basedir = /srv/http/:/home/:/tmp/:/usr/share/php56/pear/:/usr/share/webapps/
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names.
@@ -14,7 +14,7 @@
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
-+include_path = ".:/opt/php56/share/pear"
++include_path = ".:/usr/share/php56/pear"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
@@ -23,7 +23,7 @@
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
-; extension_dir = "./"
-+extension_dir = "/opt/php56/lib/php/modules/"
++extension_dir = "/usr/lib/php56/modules/"
; On windows:
; extension_dir = "ext"