aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/sharedir.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-07-28 18:11:57 +0300
committerJakub Jirutka <jakub@jirutka.cz>2018-07-28 19:48:45 +0200
commitc9087253cc7246bcc42b7b6895ec97d957f7217b (patch)
treeb0590560e1d95f5b2983cfd047251197928e5427 /community/php7/sharedir.patch
parent41ad639304423a8f6e045836a62cd979d95b88ba (diff)
downloadaports-c9087253cc7246bcc42b7b6895ec97d957f7217b.tar.bz2
aports-c9087253cc7246bcc42b7b6895ec97d957f7217b.tar.xz
community/php7: fix include_path setting, use https url and source
Diffstat (limited to 'community/php7/sharedir.patch')
-rw-r--r--community/php7/sharedir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/php7/sharedir.patch b/community/php7/sharedir.patch
new file mode 100644
index 0000000000..10bdbc4e31
--- /dev/null
+++ b/community/php7/sharedir.patch
@@ -0,0 +1,11 @@
+--- a/php.ini-production 2018-07-28 18:05:51.737130931 +0300
++++ b/php.ini-production 2018-07-28 18:06:45.177774666 +0300
+@@ -711,7 +711,7 @@
+ ;;;;;;;;;;;;;;;;;;;;;;;;;
+
+ ; UNIX: "/path1:/path2"
+-;include_path = ".:/php/includes"
++include_path = ".:/usr/share/php7"
+ ;
+ ; Windows: "\path1;\path2"
+ ;include_path = ".;c:\php\includes"