Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
isv:SUSEInfra:Backup:Bareos:MiscPlatforms
bareos
bareos-gh-pr-1305.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bareos-gh-pr-1305.patch of Package bareos
From fd8e0ccf1d2036aaa26ef4af6c6d992761f6556a Mon Sep 17 00:00:00 2001 From: Frank Bergkemper <frank.bergkemper@bareos.com> Date: Mon, 7 Nov 2022 13:37:34 +0100 Subject: [PATCH 1/2] webui: patch zf2 to eliminate a php warning caused by zend-stdlib Use break instead of continue inside switch. See: https://github.com/zendframework/zend-stdlib/commit/d0cd1d043ba70feb503fb1015fbc94a6ca414056 --- webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php b/webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php index e890084d077..1e93ba0f257 100644 --- a/webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php +++ b/webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php @@ -423,7 +423,7 @@ public function unserialize($data) $this->setIteratorClass($v); break; case 'protectedProperties': - continue; + break; default: $this->__set($k, $v); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor