diff --git a/.vendor-patches/MAG-1.9.3.0.patch b/.vendor-patches/MAG-1.9.3.0.patch index 6ce7eb64213..aaf02402462 100644 --- a/.vendor-patches/MAG-1.9.3.0.patch +++ b/.vendor-patches/MAG-1.9.3.0.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Validate/Hostname.php +++ ../library/Zend/Validate/Hostname.php @@ -2188,7 +2188,9 @@ $this->_tld = $matches[1]; diff --git a/.vendor-patches/MAG-1.9.3.7.patch b/.vendor-patches/MAG-1.9.3.7.patch index 5c23f7857e5..dc60bf404bc 100644 --- a/.vendor-patches/MAG-1.9.3.7.patch +++ b/.vendor-patches/MAG-1.9.3.7.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Form/Decorator/Form.php +++ ../library/Zend/Form/Decorator/Form.php @@ -129,6 +129,12 @@ $attribs = $this->getOptions(); diff --git a/.vendor-patches/MAG-1.9.3.9.patch b/.vendor-patches/MAG-1.9.3.9.patch index 03acc1cd426..68fbc6bdf1d 100644 --- a/.vendor-patches/MAG-1.9.3.9.patch +++ b/.vendor-patches/MAG-1.9.3.9.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Validate/EmailAddress.php +++ ../library/Zend/Validate/EmailAddress.php @@ -429,7 +429,9 @@ // Quoted-string characters are: DQUOTE *(qtext/quoted-pair) DQUOTE diff --git a/.vendor-patches/OM-1081.patch b/.vendor-patches/OM-1081.patch index 0c2524e8b60..b4bf4c0197f 100644 --- a/.vendor-patches/OM-1081.patch +++ b/.vendor-patches/OM-1081.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Controller/Request/Http.php +++ ../library/Zend/Controller/Request/Http.php @@ -1041,7 +1041,9 @@ */ diff --git a/.vendor-patches/OM-2047.patch b/.vendor-patches/OM-2047.patch index 0f5590f24ff..82cb5d6334c 100644 --- a/.vendor-patches/OM-2047.patch +++ b/.vendor-patches/OM-2047.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php +++ ../library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php @@ -525,7 +525,7 @@ */ @@ -10,7 +10,7 @@ } } ---- /dev/null +--- ../library/Zend/Db/Statement.php +++ ../library/Zend/Db/Statement.php @@ -185,11 +185,11 @@ // e.g. \' or '' @@ -36,7 +36,7 @@ $sql = preg_replace("/$d($de|\\\\{2}|[^$d])*$d/Us", '', $sql); return $sql; ---- /dev/null +--- ../library/Zend/Http/Cookie.php +++ ../library/Zend/Http/Cookie.php @@ -396,7 +396,7 @@ diff --git a/.vendor-patches/OM-2050.patch b/.vendor-patches/OM-2050.patch index a208019cbd8..8ffbc68f626 100644 --- a/.vendor-patches/OM-2050.patch +++ b/.vendor-patches/OM-2050.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Date.php +++ ../library/Zend/Date.php @@ -541,7 +541,8 @@ } diff --git a/.vendor-patches/OM-4297.patch b/.vendor-patches/OM-4297.patch index 6ae07c4baf9..3c6829c9d0c 100644 --- a/.vendor-patches/OM-4297.patch +++ b/.vendor-patches/OM-4297.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Auth/Adapter/Http/Resolver/File.php +++ ../library/Zend/Auth/Adapter/Http/Resolver/File.php @@ -157,7 +157,7 @@ diff --git a/.vendor-patches/OM-918.patch b/.vendor-patches/OM-918.patch index ab653eea1d9..bfbd6ee6761 100644 --- a/.vendor-patches/OM-918.patch +++ b/.vendor-patches/OM-918.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Locale/Data.php +++ ../library/Zend/Locale/Data.php @@ -75,6 +75,13 @@ private static $_cacheDisabled = false; diff --git a/.vendor-patches/PHPSTAN-ZF1F.patch b/.vendor-patches/PHPSTAN-ZF1F.patch index 1cce5077caa..44c63787b41 100644 --- a/.vendor-patches/PHPSTAN-ZF1F.patch +++ b/.vendor-patches/PHPSTAN-ZF1F.patch @@ -1,4 +1,4 @@ ---- /dev/null +--- ../library/Zend/Cache/Backend.php +++ ../library/Zend/Cache/Backend.php @@ -137,7 +137,7 @@ * if $specificLifetime is not false, the given specific life time is used @@ -10,7 +10,7 @@ */ public function getLifetime($specificLifetime) ---- /dev/null +--- ../library/Zend/Controller/Response/Abstract.php +++ ../library/Zend/Controller/Response/Abstract.php @@ -454,7 +454,7 @@ * $spec is a string and matches a named segment, returns the contents of @@ -22,7 +22,7 @@ */ public function getBody($spec = false) ---- /dev/null +--- ../library/Zend/Currency.php +++ ../library/Zend/Currency.php @@ -138,8 +138,8 @@ /** @@ -36,7 +36,7 @@ * @return string */ ---- /dev/null +--- ../library/Zend/Db/Select.php +++ ../library/Zend/Db/Select.php @@ -486,7 +486,7 @@ * @param string $cond Join on this condition. @@ -48,7 +48,7 @@ public function joinStraight($name, $cond, $cols = self::SQL_WILDCARD, $schema = null) { ---- /dev/null +--- ../library/Zend/Measure/Abstract.php +++ ../library/Zend/Measure/Abstract.php @@ -75,7 +75,7 @@ * Zend_Measure_Abstract is an abstract class for the different measurement types @@ -60,7 +60,7 @@ * @throws Zend_Measure_Exception */ ---- /dev/null +--- ../library/Zend/Cache/Backend/Memcached.php +++ ../library/Zend/Cache/Backend/Memcached.php @@ -205,10 +205,10 @@ * Note : $data is always "string" (serialization is done by the @@ -78,7 +78,7 @@ */ public function save($data, $id, $tags = [], $specificLifetime = false) ---- /dev/null +--- ../library/Zend/Translate.php +++ ../library/Zend/Translate.php @@ -63,7 +63,7 @@ /**