S
Sim
Guest
In v2.3.0 beta 6 I believe
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...
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...