Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vendor-patches/MAG-1.9.3.0.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- /dev/null
--- ../library/Zend/Validate/Hostname.php
+++ ../library/Zend/Validate/Hostname.php
@@ -2188,7 +2188,9 @@
$this->_tld = $matches[1];
Expand Down
2 changes: 1 addition & 1 deletion .vendor-patches/MAG-1.9.3.7.patch
Original file line number Diff line number Diff line change
@@ -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();
Expand Down
2 changes: 1 addition & 1 deletion .vendor-patches/MAG-1.9.3.9.patch
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .vendor-patches/OM-1081.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- /dev/null
--- ../library/Zend/Controller/Request/Http.php
+++ ../library/Zend/Controller/Request/Http.php
@@ -1041,7 +1041,9 @@
*/
Expand Down
6 changes: 3 additions & 3 deletions .vendor-patches/OM-2047.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- /dev/null
--- ../library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php
+++ ../library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php
@@ -525,7 +525,7 @@
*/
Expand All @@ -10,7 +10,7 @@
}
}

--- /dev/null
--- ../library/Zend/Db/Statement.php
+++ ../library/Zend/Db/Statement.php
@@ -185,11 +185,11 @@
// e.g. \' or ''
Expand All @@ -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 @@

Expand Down
2 changes: 1 addition & 1 deletion .vendor-patches/OM-2050.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- /dev/null
--- ../library/Zend/Date.php
+++ ../library/Zend/Date.php
@@ -541,7 +541,8 @@
}
Expand Down
2 changes: 1 addition & 1 deletion .vendor-patches/OM-4297.patch
Original file line number Diff line number Diff line change
@@ -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 @@

Expand Down
2 changes: 1 addition & 1 deletion .vendor-patches/OM-918.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- /dev/null
--- ../library/Zend/Locale/Data.php
+++ ../library/Zend/Locale/Data.php
@@ -75,6 +75,13 @@
private static $_cacheDisabled = false;
Expand Down
14 changes: 7 additions & 7 deletions .vendor-patches/PHPSTAN-ZF1F.patch
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -22,7 +22,7 @@
*/
public function getBody($spec = false)

--- /dev/null
--- ../library/Zend/Currency.php
+++ ../library/Zend/Currency.php
@@ -138,8 +138,8 @@
/**
Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 @@
/**
Expand Down