RSS Feed/News Re-implementation of /vendor/dokuwiki/utf8/utf8.php breaks things

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,181
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top