xandrani Posted June 19, 2011 Share Posted June 19, 2011 Hi I am using git (with colors). This command outputs colorized output to a bash terminal. However when I run this command using PHP, e.g. using passthru('git diff') the colors are lost. I know that colors can be output using PHP so this should be possible (e.g. here's a rough idea: http://snippets.dzone.com/posts/show/3292) I can only assume that PHP is filtering out non-printable characters? Any ideas how to fix this issue? Quote Link to comment https://forums.phpfreaks.com/topic/239786-bash-terminal-colors-lost-after-php-passthru/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.