void-packages/srcpkgs/php8.1/patches/php8.1-ini.patch
Joel Beckmeyer 57f20971a5 php8.1: update to 8.1.31.
- enable fpm ACLs
- clean up patches
- generate configure locally instead of using vendored for ease of
  patching
- add user for php-fpm instead of using uncreated `http` user
2024-11-23 12:28:58 +01:00

24 lines
727 B
Diff

diff --git a/php.ini-production b/php.ini-production
index b39a960..68f14a6 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -737,7 +737,7 @@ default_charset = "UTF-8"
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
+include_path = ".:/usr/share/pear8.1"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
@@ -760,9 +760,7 @@ user_dir =
; Directory in which the loadable extensions (modules) reside.
; https://php.net/extension-dir
-;extension_dir = "./"
-; On windows:
-;extension_dir = "ext"
+extension_dir = "/usr/lib/php8.1/modules/"
; Directory where the temporary files should be placed.
; Defaults to the system default (see sys_get_temp_dir)