Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Add warning about using psr php extension #8185

Merged
merged 3 commits into from
Nov 10, 2020
Merged

Conversation

ihor-sviziev
Copy link
Contributor

Purpose of this pull request

This pull request (PR) adds information that having psr extension might cause following error during magento install or upgrade:

Fatal error: Declaration of Psr\Log\LoggerInterface\Proxy::emergency($message, array $context) must be compatible with Psr\Log\LoggerInterface::emergency($message, array $context = NULL)
 in /shared/httpd/24/htdocs/magento2/generated/code/Psr/Log/LoggerInterface/Proxy.php on line 93

These issues caused by jbboehr/php-psr#78

Affected DevDocs pages

Links to Magento source code

@dobooth dobooth added the Editorial Typo and grammar fixes or minor rewrites to correct inaccuracies label Nov 10, 2020
@dobooth
Copy link
Contributor

dobooth commented Nov 10, 2020

running tests

@dobooth dobooth merged commit c80d0c3 into magento:master Nov 10, 2020
@ghost
Copy link

ghost commented Nov 10, 2020

Hi @ihor-sviziev, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.4.x Magento 2.4.x related changes Editorial Typo and grammar fixes or minor rewrites to correct inaccuracies Progress: done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blank install of Magento 2.4.1 via composer breaks on setup:install command.
3 participants