On Mac OSX Yosemite using PHPBrew.
I am using Laravel with a git package called CodeItNowIn/Barcode which uses the GD library. There is an undefined function error:
Call to undefined function CodeItNow\BarcodeBundle\Generator\imagettftext()' in /Volumes/Blacktie/Sync/Websites/CLIENTELE/acgamesonline.com/mb/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/CINFontFile.php:203
I am using PHPBrew with a switch between 7.0.1 and 5.5.12 - this is necessary to control my projects.
Seems like something to do with the phpbrew installation - but I can't pinpoint what.