WebentwicklerAt / typo3-emogrifier

TYPO3: Converts CSS styles into inline HTML styles.
GNU General Public License v2.0
9 stars 8 forks source link

Core Security Fix breaks Emogrifier #11

Closed dvoigt closed 3 years ago

dvoigt commented 6 years ago

Calling postUserFunc = WebentwicklerAt\Emogrifier\UserFunctions\Emogrifier->emogrify on TYPO3 Core 7.6.30+ throws exception #1530103999: Method stream_select() cannot be used which can be traced back to this piece of code:

https://git.higidi.com/TYPO3/TYPO3.CMS/commit/28e9420acb5cec66ae929d8390129ebad7dbe891

leitgab commented 4 years ago

This is an issue of TYPO3/phar-stream-wrapper#19

oliverklee commented 4 years ago

For my phpunit and seminars extensions, I've moved away from using a phar for included libraries due to this problem: https://github.com/oliverklee/ext-phpunit/pull/87

leitgab commented 3 years ago

Composer based installations are standard nowadays, therefore I dropped support of non-composer installations and no phar-file is included any more.