Actions
Bug #1622
closedUserslists with php versions without utf8 support issues warning \P, \p, and \X has not been compiled at offset 1
Description
Need to check for PHP UTF-8 support before using the following.
$eachValues = preg_split( '/\p{Z}+/u', $value );
which results in the following.
Warning: preg_split() [function.preg-split]: Compilation failed: support for \P, \p, and \X has not been compiled at offset 1 in /var/www/html/joomla/administrator/components/com_comprofiler/plugin.class.php on line 2466
Files
Actions