Project

General

Profile

Task #97432

Updated by Oliver Hader over 2 years ago

Since TYPO3 v12 relies on PHP 8.0 finally dropped automatic deserialization of Phar metadata 
 (see https://wiki.php.net/rfc/phar_stop_autoloading_metadata). That's 
 why our corresponding stream guard `typo3/phar-stream-wrapper` can 
 be removed from being initialized with every request & invocation. 

 https://github.com/typo3/phar-stream-wrapper 

 > Thanks and farewell dear PharStreamWrapper, 
 > you have been a wonderful help 8.1, it is possible to us. drop @typo3/phar-stream-wrapper@. 
 see https://wiki.php.net/rfc/phar_stop_autoloading_metadata

Back