child pid 7948 exit signal Segmentation fault (11)
I got the above error message when viewing some of my php files in my svn repository. I think the files are misformatted (something to do with inline comments) but I can't be bothered to fix them just yet.
Instead I turned off genshi-no crash.
I then turned on enscript in the websvn folder /include/config.php (also where you turn off genshi by commenting $config->useGenshi(); out.
$config->useEnscript();
$extEnscript['.php'] = 'php';
$extEnscript['.ctp'] = 'php';
All done!
Bookmark/Search this post with:
Comments
Post new comment