ID:               38530
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jmazzi at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         PCRE related
 Operating System: Centos 3 (linux 2.4)
 PHP Version:      5.1.5
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2006-08-21 04:18:33] jmazzi at gmail dot com

Description:
------------
When I updated from php 4 to php 5, one of my apps is giving this
error: Warning: preg_replace_callback()
[function.preg-replace-callback]: Unknown modifier '|' 

Reproduce code:
---------------
    $text = preg_replace_callback("{
            (?:\\n\\n|\\A)
            (               # $1 = the code block -- one or more lines,
starting with a space/tab
              (?:
                (?:[ ]\{$md_tab_width} | \\t)  # Lines must start with
a tab or a tab-width of spaces
                .*\\n+
              )+
            )
            ((?=^[ ]{0,$md_tab_width}\\S)|\\Z)  # Lookahead for
non-space at line-start, or end of doc
        }xm",
        '_DoCodeBlocks_callback', $text);





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38530&edit=1

Reply via email to