We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PharStreamWrapper includes the phar file
PharStreamWrapper throws an error
https://forge.typo3.org/issues/85658
https://forge.typo3.org/projects/typo3cms-core/repository/revisions/d4ca073bc1267474c48c740ec91b6f08454dc140/entry/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85385-IntegratePharStreamWrapper.rst
typo3_debugbar/Resources/Private/ExtensionArtifacts/autoload.php $pharFile = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('typo3_debugbar') . 'Libraries/debugbar.phar';
$pharFile = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('typo3_debugbar') . 'Libraries/debugbar.phar';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TYPO3 8 LTS
Expected behavior
PharStreamWrapper includes the phar file
Actual behavior
PharStreamWrapper throws an error
Steps to reproduce
https://forge.typo3.org/issues/85658
Solution
https://forge.typo3.org/projects/typo3cms-core/repository/revisions/d4ca073bc1267474c48c740ec91b6f08454dc140/entry/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85385-IntegratePharStreamWrapper.rst
typo3_debugbar/Resources/Private/ExtensionArtifacts/autoload.php
$pharFile = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('typo3_debugbar') . 'Libraries/debugbar.phar';
The text was updated successfully, but these errors were encountered: