When I try run this command on my SVG file, the browser says no data has been received and I get an error in my Apache log file.
preg_match("/(<g(\s|\S)*?<\/g>)/i", $SVG, $Matches);
My SVG file is here.
And the actual error that I'm getting is this
[core:notice] [pid 20852] AH00052: child pid 31338 exit signal Segmentation fault (11)
What have I done wrong here and how do I fix this?