aports/community/php85/sharedir.patch
2025-11-18 15:06:16 +00:00

12 lines
264 B
Diff

--- a/php.ini-production
+++ b/php.ini-production
@@ -732,7 +732,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
+include_path = ".:/usr/share/php85"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"