Skip to content
Snippets Groups Projects
Commit df957b36 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

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
parent 6a83a919
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment