aports/testing/php84/sharedir.patch
2024-07-04 10:02:18 +00:00

12 lines
264 B
Diff

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