Searched hist:df957b360b6b04d1dd24430cfc9c2577df30f0c2 (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | utf8.php | df957b360b6b04d1dd24430cfc9c2577df30f0c2 Wed Jan 14 20:18:24 UTC 2009 Andreas Gohr <andi@splitbrain.org> function_exists checks in utf8 lib for compatibility with 3rd party libs
The DokuWiki UTF-8 library and its derivates are very popular in Open Source PHP software. This makes trouble due to name clashes, when 3rd party software libraries need to be loaded within DokuWiki.
A common example is using the authentication libraries of popular forum systems (PHP3, PunBB3).
With the checks added, DokuWiki will rely on the 3rd party UTF-8 functions instead of its own ones. As long as they are really the same, this will work.
Users of 3rd party libs need to check compatibility between implementations themselves.
darcs-hash:20090114201824-7ad00-40fcc2e1abec42adabef5596a6617fbaa22291d5.gz
|