Hello,
A new issue has been created and assigned
to you:
807 - [from indefero]Compilation failed: POSIX collating elements are not supported
Project: Pluf Framework
Status: New
Reported by: filipe
Labels:
Priority:Medium
Type:Defect
Description:
Steps to reproduce the problem:
1. Go to my indefero
3. choose any project
2. http://<Myindefero>/p/<Myproject>/
Actual result:
2 : preg_replace_callback(): Compilation failed: POSIX collating elements are not supported at offset 120
My config:
-----------
- PHP Version 5.3.8
- PCRE Library Version = 8.13 2011-08-16
- Apache/2.2.21 (Linux/SUSE)
I think this come from $marker_ol_re value in the function doLists()
Stacktrace:
------------
0 $code 2
1 $string preg_replace_callback(): Compilation failed: POSIX collating elements are not supported at offset 120
2 $file /srv/www/htdocs/indefero/src/pluf/src/Pluf/Text/MarkDown.php
3 $line 862
4 ?
Array
(
[text] => Cliquez sur l'onglet d'administration du projet pour définir la description du projet.
[less_than_tab] => 3
[marker_ul_re] => [*+-]
[marker_ol_re] => \d+[.]
[marker_any_re] => (?:[*+-]|\d+[.])
[markers_relist] => Array
(
[[*+-]] => \d+[.]
[\d+[.]] => [*+-]
)
[marker_re] => \d+[.]
[other_marker_re] => [*+-]
[whole_list_re] =>
( # $1 = whole list
( # $2
([ ]{0,3}) # $3 = number of spaces
(\d+[.]) # $4 = first list item marker
[ ]+
)
(?s:.+?)
( # $5
\z
|
\n{2,}
(?=\S)
(?! # Negative lookahead for another list item marker
[ ]*
\d+[.][ ]+
)
|
(?= # Lookahead for another kind of list
\n
\3 # Must have the same indentation
[*+-][ ]+
)
)
)
--
Issue:
http://projects.ceondo.com/p/pluf/issues/807/