aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php81/sharedir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/php81/sharedir.patch')
-rw-r--r--testing/php81/sharedir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/php81/sharedir.patch b/testing/php81/sharedir.patch
new file mode 100644
index 00000000000..e780ccab000
--- /dev/null
+++ b/testing/php81/sharedir.patch
@@ -0,0 +1,11 @@
+--- a/php.ini-production
++++ b/php.ini-production
+@@ -742,7 +742,7 @@
+ ;;;;;;;;;;;;;;;;;;;;;;;;;
+
+ ; UNIX: "/path1:/path2"
+-;include_path = ".:/php/includes"
++include_path = ".:/usr/share/php81"
+ ;
+ ; Windows: "\path1;\path2"
+ ;include_path = ".;c:\php\includes"