9 07 2010
Adding PHP 5.3 Support to Textmate
Follow these simple steps to add PHP 5.3 support to Textmate.
In the terminal type:
1 |
cd ~/Library/Application\ Support/TextMate/Bundles |
If this directory does not exist, you must create it first.
1 |
mkdir -p ~/Library/Application\ Support/TextMate/Bundles |
The source code is located at github, use Git to grab the code. A lot of Textmate bundles have now moved from SVN over to Git so it will be useful to install Git.
1 |
git clone git://github.com/textmate/php.tmbundle.git |
Close and restart Textmate to complete the installation.
Scotland Photos How to Install Git on Mac OSX
Thank you for this simple solution!!!+++++