PlantUML
PlantUML copied to clipboard
no error checking on forking
When Extension:PlantUML runs exec() in renderPlantUML(), it never bothers to check exec's return value or report any error messages. I'd recommend switching to Symfony\ProcessBuilder, which is very easy to use and will also handle I/O redirection and all the platform-specific issues that make correct and portable forking a pain.