mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
vendor: Update zf1 for PHP 7.3
This commit is contained in:
parent
63cb9d7283
commit
113a10481b
6
library/vendor/Zend/Form.php
vendored
6
library/vendor/Zend/Form.php
vendored
@ -1159,7 +1159,7 @@ class Zend_Form implements Iterator, Countable, Zend_Validate_Interface
|
|||||||
} else {
|
} else {
|
||||||
switch ($argc) {
|
switch ($argc) {
|
||||||
case 0:
|
case 0:
|
||||||
continue;
|
continue 2;
|
||||||
case (1 <= $argc):
|
case (1 <= $argc):
|
||||||
$type = array_shift($spec);
|
$type = array_shift($spec);
|
||||||
case (2 <= $argc):
|
case (2 <= $argc):
|
||||||
@ -1664,7 +1664,7 @@ class Zend_Form implements Iterator, Countable, Zend_Validate_Interface
|
|||||||
*/
|
*/
|
||||||
public function addSubForms(array $subForms)
|
public function addSubForms(array $subForms)
|
||||||
{
|
{
|
||||||
foreach ($subForms as $key => $spec) {
|
foreach ($subForms as $key => $spec) {
|
||||||
$name = (string) $key;
|
$name = (string) $key;
|
||||||
if ($spec instanceof Zend_Form) {
|
if ($spec instanceof Zend_Form) {
|
||||||
$this->addSubForm($spec, $name);
|
$this->addSubForm($spec, $name);
|
||||||
@ -1676,7 +1676,7 @@ class Zend_Form implements Iterator, Countable, Zend_Validate_Interface
|
|||||||
$order = null;
|
$order = null;
|
||||||
switch ($argc) {
|
switch ($argc) {
|
||||||
case 0:
|
case 0:
|
||||||
continue;
|
continue 2;
|
||||||
case (1 <= $argc):
|
case (1 <= $argc):
|
||||||
$subForm = array_shift($spec);
|
$subForm = array_shift($spec);
|
||||||
|
|
||||||
|
2
library/vendor/Zend/README.md
vendored
2
library/vendor/Zend/README.md
vendored
@ -1,6 +1,6 @@
|
|||||||
# icingaweb2-vendor-zf1
|
# icingaweb2-vendor-zf1
|
||||||
|
|
||||||
icingaweb2-vendor-zf1 is [Icinga Web 2](https://icinga.com/products/icinga-web-2/)'s fork of
|
icingaweb2-vendor-zf1 is [Icinga Web 2](https://www.icinga.org/products/icinga-web-2/)'s fork of
|
||||||
[Zend Framework](https://framework.zend.com/) 1 which is
|
[Zend Framework](https://framework.zend.com/) 1 which is
|
||||||
[end-of-life](https://framework.zend.com/blog/2016-06-28-zf1-eol.html) since Sep 28, 2016.
|
[end-of-life](https://framework.zend.com/blog/2016-06-28-zf1-eol.html) since Sep 28, 2016.
|
||||||
We've reduced the library to the minimum required by Icinga Web 2 and its modules.
|
We've reduced the library to the minimum required by Icinga Web 2 and its modules.
|
||||||
|
2
library/vendor/Zend/VERSION
vendored
2
library/vendor/Zend/VERSION
vendored
@ -1 +1 @@
|
|||||||
v1.12.20
|
v1.12.20-23-gc1f645550
|
||||||
|
Loading…
x
Reference in New Issue
Block a user