Supreme Council
Joined: 2006/11/16 19:25 Last Login
: Today 13:23
From Sweden
Group:
Webmasters Moderators Staff members Staff members Moderators Staff members Staff members
|
It's migrated now and the dns entries should be updated for everyone shortly.
I had to convert the site to php 7.0.
Anyone who could help me convert this:
text = preg_replace("/\\\\('|")/msi","$1",preg_replace("/(.*?)(\n\n|\.\n|:\n|=+\n|\s*-{3,}\s*\n)/msie",'(preg_match("/[^\n]{$width}/mi","$1")) ? preg_replace("/(\S+)[\t ]?\n/","\$1 ","$1")."$2" : "$1$2"',$text));
$width = 80 $text = the readme text for a file
The offending bit is the "e" in /msie
e is no longer supported in php 7.0.
Edited by orgin on 2018/8/1 10:07:43
|