Projects
home:rottame:vhosts-ng:php84
php8
php-ini.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php-ini.patch of Package php8
Index: php-8.4.1/php.ini-production =================================================================== --- php-8.4.1.orig/php.ini-production +++ php-8.4.1/php.ini-production @@ -738,7 +738,7 @@ default_charset = "UTF-8" ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" -;include_path = ".:/php/includes" +include_path = ".:/usr/share/php8:/usr/share/php/PEAR" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@ -963,7 +963,7 @@ cli_server.color = On [Date] ; Defines the default timezone used by the date functions ; https://php.net/date.timezone -;date.timezone = +date.timezone = 'UTC' ; https://php.net/date.default-latitude ;date.default_latitude = 31.7667 @@ -1149,7 +1149,7 @@ mysqli.max_persistent = -1 ; Allow or prevent persistent links. ; https://php.net/mysqli.allow-persistent -mysqli.allow_persistent = On +mysqli.allow_persistent = Off ; Maximum number of links. -1 means no limit. ; https://php.net/mysqli.max-links Index: php-8.4.1/sapi/fpm/www.conf.in =================================================================== --- php-8.4.1.orig/sapi/fpm/www.conf.in +++ php-8.4.1/sapi/fpm/www.conf.in @@ -27,6 +27,8 @@ ; If the group is not set, the user's group is used. user = @php_fpm_user@ group = @php_fpm_group@ +; session folder has to be writable by user:group +php_value[session.save_path] = /var/lib/php8/sessions ; The address on which to accept FastCGI requests. ; Valid syntaxes are:
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.