{{toc from="h3" to="h6" numerate=1}}
===R 6.0===
((https://wackowiki.org/bugs/roadmap_page.php?version_id=17 Roadmap))
((https://bitbucket.org/wackowiki/wackowiki/commits/branch/6.0 dev repo [bitbucket.org]))
((ChangeLog))
https://github.com/WackoWiki/wackowiki/compare/6.0.37...6.0
Main Focus: **UTF-8 support and migration** and PHP 8.0 compatibility
R6.0 is more or less R5.5 with Unicode support. Please look here for **((/Dev/Release/R5.5/ToDo open issues from R5.5))** .
====PHP====
%%(info type="note" title="PHP 8 functionality")
New PHP 8 functionality is reserved for **((/Dev/Release/R6.1/ToDo 6.1 branch))** releases .
((https://www.php.net/supported-versions.php Currently Supported PHP Versions))
%%
====Features====
* **((Unicode UTF-8 support))** - Migration to Unicode
====Core====
1. --add option to disable hit counter--
* user already uses web analytics software or there is no use case for a hit counter
* This reduces database load, updating the page and file hits field with every page hit is a main source for slow queries.
====Handler====
* wordbreak, how to break lines of Chinese, Japanese, or Korean
* %%(css)
line-break: strict;
white-space: nowrap;
word-break: keep-all;
%%
====Libs====
2. ((https://github.com/chrisboulton/php-diff/issues/53 php-diff successor))
1. https://github.com/jfcherng/php-diff
2. https://github.com/JBlond/php-diff <-- SWITCHED TO
3. https://github.com/sebastianbergmann/diff