Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.1 Deprecations and invalid paramter usage #219

Merged
merged 5 commits into from
May 27, 2022
Merged

PHP 8.1 Deprecations and invalid paramter usage #219

merged 5 commits into from
May 27, 2022

Conversation

griesi007
Copy link

@griesi007 griesi007 commented May 4, 2022

- library/Zend/Translate/Adapter/Csv.php on line 93 Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated
- strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in library/Zend/Form.php on line 914
- Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in library/Zend/Form/Decorator/Description.php on line 162
- Deprecated: strtr(): Passing null to parameter #1 ($string) of type string is deprecated in library/Zend/View/Helper/FormElement.php on line 147
- Deprecated:  urlencode(): Passing null to parameter #1 ($string) of type string is deprecated in library/Zend/Controller/Router/Route/Module.php on line 270

Christian Ebert added 5 commits May 4, 2022 09:08
@Shardj Shardj merged commit 08b8a7b into Shardj:master May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants