1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/community/php83/sharedir.patch
Andy Postnikov 480ef49602 community/php83: upgrade to 8.3.21
- update offsets in patches
2025-05-06 20:07:29 +00:00

11 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/php83"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"