stagex/packages/php/sharedir.patch

11 lines
262 B
Diff
Raw Normal View History

2024-08-16 19:26:04 +00:00
--- a/php.ini-production
+++ b/php.ini-production
@@ -742,7 +742,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
+include_path = ".:/usr/share/php83"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"