Yesterday it was well, today i couldn't see the headers (WordPress) and it said:
Warning: preg_match(): Unknown modifier 'M' in D:\SERVIDOR\htdocs\wordpress\wp-includes\functions.php on line 4952
I went to that localitation:
function wp_is_stream( $path ) {
$wrappers = stream_get_wrappers();
$wrappers_re = '(' . join('|', $wrappers) . ')';
return preg_match( "!^$wrappers_re://!", $path ) === 1;
}