Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(zf1) make zf1 php7.4/8 compatible
Browse files Browse the repository at this point in the history
execute composer:
composer update zendframework/zendframework1
  • Loading branch information
paulmhh authored and byteplow committed Sep 8, 2021
1 parent e40c062 commit c008e53
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
3 changes: 1 addition & 2 deletions tine20/Tinebase/Http/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,9 @@ protected function _fixType($type)
* -> moved here from Zend_Server_Abstract because it is marked as deprecated there
*
* @param string $string value
* @param string $key
* @return string Lower cased string
*/
public static function lowerCase(&$value, &$key)
public static function lowerCase(&$value)
{
return $value = strtolower($value);
}
Expand Down
2 changes: 1 addition & 1 deletion tine20/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"zendframework/zend-diactoros": "^1.6",
"zendframework/zend-http": "2.5.*",
"zendframework/zend-stratigility": "^3.2",
"zendframework/zendframework1": "1.12.20pl44 as 1.12.20"
"zendframework/zendframework1": "1.12.20pl49 as 1.12.20"
},
"require-dev": {
"phing/phing": "2.16.*",
Expand Down
49 changes: 25 additions & 24 deletions tine20/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c008e53

Please sign in to comment.