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
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...