Skip to content

Instantly share code, notes, and snippets.

@dlh01
Created December 16, 2013 01:42
Show Gist options
  • Save dlh01/7981189 to your computer and use it in GitHub Desktop.
Save dlh01/7981189 to your computer and use it in GitHub Desktop.
10.9 + Homebrew PHP + PEAR ApiGen quick fix for error "PHP Warning: require(Texy.php): failed to open stream: No such file or directory in /usr/local/Cellar/php54/5.4.11/bin/apigen on line 48"
sudo ln -s /usr/local/Cellar/php54/5.4.11/lib/php/texy/src/texy.php /usr/local/Cellar/php54/5.4.11/lib/php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment