- add "/usr/share/php" to include_path

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=97
This commit is contained in:
2023-03-06 09:24:33 +00:00
committed by Git OBS Bridge
parent f1c0bc5796
commit 5cd141385f
2 changed files with 6 additions and 1 deletions

View File

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