1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/testing/php8/sharedir.patch
Andy Postnikov 27820fceea testing/php8: new aport
PHP 8.0 beta3 is upcoming version https://wiki.php.net/todo/php80
2020-09-05 12:35:30 +00:00

11 lines
263 B
Diff

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