10/17/2014 at 11:21 pm
#307466
Guest
Problem PHP 5.5 escape "-" => "\-"
OK IN PHP 5.5=>
preg_match("/^([\.\-\w]+)\/([\.\-\w]+)(.*)$/i", $this->file_src_mime)
ERROR IN PHP 5.5 <
preg_match("/^([\.-\w]+)\/([\.-\w]+)(.*)$/i", $this->file_src_mime)