esmero / strawberry_runners

A post processing Drupal 8/9 module for Strawberryfield dispatched events
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Fix Binary detection #77

Closed DiegoPino closed 1 year ago

DiegoPino commented 1 year ago

What?

For the new TEXT processor I used a very naive Binary Detection way (mb_detect) which funny enough does not work the same in PHP 7+, 8.0 and 8.1

I'm changing this to a pregmatch using //u as detection. This will work!

DiegoPino commented 1 year ago

Fixed via https://github.com/esmero/strawberry_runners/commit/423a9130dd7e21842f870b909c1627cbcfcd58e3