Projects
home:rottame:vhosts-ng:php80
php8
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
php8.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri May 31 13:44:32 UTC 2024 - Angelo Grossini <angelo@intercom.it> + +- set session.save_path to /tmp + +------------------------------------------------------------------- Thu Aug 17 20:28:32 UTC 2023 - Arjen de Korte <suse+build@de-korte.org> - version update to 8.0.30
View file
php8.spec
Changed
@@ -98,6 +98,7 @@ Patch19: php-build-reproducible-phar.patch # https://github.com/php/php-src/commit/b3646440b1808abf0874b6f89027ce53ec5da03f Patch23: php8-gd-removed-unused-constants.patch +Patch1000: session-save-path.patch BuildRequires: apache-rpm-macros BuildRequires: autoconf BuildRequires: bison
View file
session-save-path.patch
Added
@@ -0,0 +1,11 @@ +--- a/php.ini-production 2024-05-31 15:08:28.436917262 +0200 ++++ b/php.ini-production 2024-05-31 15:09:01.566749424 +0200 +@@ -1348,7 +1348,7 @@ + ; where MODE is the octal representation of the mode. Note that this + ; does not overwrite the process's umask. + ; http://php.net/session.save-path +-;session.save_path = "/tmp" ++session.save_path = "/tmp" + + ; Whether to use strict session mode. + ; Strict session mode does not accept an uninitialized session ID, and
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
.