Solved Re-implementation of /vendor/dokuwiki/utf8/utf8.php breaks things

This topic has been solved
S

Sim

Guest
In v2.3.0 beta 6 I believe src/vendor/dokuwiki/utf8/utf8.php was replaced by src/utf8.php acting as a shim for the new XF\Util\Str functions.

The issue is that the way this has been implmented breaks certain systems - particularly my unit test framework - because it is simply "including" the file with no protection for redeclaration of functions contained within.

Please add protection from function redeclaration - as contained in the original...

Read more

Continue reading...