1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/php7/sharedir.patch
Andy Postnikov dd0e687c7a testing/php7: move from community
add patch for new curl
2022-05-20 22:44:46 +00:00

11 lines
335 B
Diff

--- a/php.ini-production 2018-07-28 18:05:51.737130931 +0300
+++ b/php.ini-production 2018-07-28 18:06:45.177774666 +0300
@@ -733,7 +733,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
+include_path = ".:/usr/share/php7"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"