How to enable coloured messages for PHP CLI on console (Mac OS X, latest PHP/Apache from MacPorts)?
export CLICOLOR=1
export LSCOLORS=gxfxcxdxbxegedabagacad
doesn't seem to be enough, all PHP CLI produced output is colourless on the console. Would be good if the result looks like on the XAMPP PHP instance. Any ideas?