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.patch28
1 files changed, 18 insertions, 10 deletions
diff --git a/abs/core/php/php.ini.patch b/abs/core/php/php.ini.patch
index c27db10..78f51d4 100644
--- a/abs/core/php/php.ini.patch
+++ b/abs/core/php/php.ini.patch
@@ -1,5 +1,5 @@
---- php.ini-production.orig 2014-04-15 22:32:53.462733214 +0000
-+++ php.ini-production 2014-04-15 23:16:41.483582108 +0000
+--- php.ini-production.orig 2014-12-08 15:38:39.686053082 +0000
++++ php.ini-production 2014-12-08 15:45:54.966578982 +0000
@@ -199,7 +199,7 @@
; Development Value: Off
; Production Value: Off
@@ -9,16 +9,25 @@
; Allow ASP-style <% %> tags.
; http://php.net/asp-tags
+@@ -296,7 +296,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/:/usr/share/webapps/
+
+ ; This directive allows you to disable certain functions for security reasons.
+ ; It receives a comma-delimited list of function names. This directive is
@@ -574,7 +574,7 @@
; Example:
;error_log = php_errors.log
- ; Log errors to syslog (Event Log on NT, not valid in Windows 95).
+ ; Log errors to syslog (Event Log on Windows).
-;error_log = syslog
+error_log = syslog
;windows.show_crt_warning
; Default value: 0
-@@ -693,7 +693,7 @@
+@@ -709,7 +709,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
@@ -27,16 +36,16 @@
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
-@@ -716,7 +716,7 @@
+@@ -732,7 +732,7 @@
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
-; extension_dir = "./"
-+extension_dir = "/usr/lib/php/modules"
++extension_dir = "/usr/lib/php/modules/"
; On windows:
; extension_dir = "ext"
-@@ -854,50 +854,48 @@
+@@ -870,49 +870,48 @@
; If you only provide the name of the extension, PHP will look for it in its
; default extension directory.
;
@@ -60,8 +69,7 @@
-;extension=php_exif.dll ; Must be after mbstring as it depends on it
-;extension=php_mysql.dll
-;extension=php_mysqli.dll
--;extension=php_oci8.dll ; Use with Oracle 10gR2 Instant Client
--;extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client
+-;extension=php_oci8_12c.dll ; Use with Oracle Database 12c Instant Client
-;extension=php_openssl.dll
-;extension=php_pdo_firebird.dll
-;extension=php_pdo_mysql.dll
@@ -101,8 +109,8 @@
+;extension=ldap.so
+extension=mcrypt.so
+;extension=mssql.so
-+extension=mysqli.so
+extension=mysql.so
++extension=mysqli.so
+;extension=odbc.so
+;zend_extension=opcache.so
+extension=openssl.so