mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
issue 2773 check regular expression error fix (Segmentation fault)
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12500 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95690a41b5
commit
0e2eda1b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class Context {
|
|||
var $patterns = array(
|
||||
'/<\?/iUsm',
|
||||
'/<\%/iUsm',
|
||||
'/<script(\s|\S)*language[\s]*=[\s]*("|\')?[\s]*php[\s]*("|\')?(\s|\S)*/iUsm'
|
||||
'/<script\s*?language\s*?=\s*?("|\')?\s*?php\s*("|\')?/iUsm'
|
||||
);
|
||||
/**
|
||||
* Check init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue