Mac OS X 10.6 Snow Leopard comes with the 64bit version of Java 1.6 installed by default. Unfortunately, Eclipse 32bit and older subeclipse plugins are not 100% compatible with the 64bit version of Java 1.6. You may encounter errors when using Eclipse such as “Unable to load default SVN client”…
6 CommentsTag: PHP
I was working on a little project that involved having a javascript client talk to a PHP backend using the JSON format. Of course, the first thing I did was to google for a simple example of this. Unfortunately, the info was scattered across several sites so it required some…
1 CommentWith EasyEclipse and the PHP Debugger extension, you can debug and step through a PHP call. Installing the PHP Debugger (DBG) Extension Download the PHP Debugger (DBG); specifically the DBG 2.15.5 dbg modules for windows. Unzip the dbg modules to a temporary directory. Copy the relevant php extension file, currently…
1 CommentThe EasyEclipse distribution is a quick and easy packaging of Eclipse with plugins for different purposes. I recommend using EasyEclipse for PHP which comes with PHP edit mode and useful plugins like SubEclipse for subversion source control integration. Download and install the latest version of EasyEclipse for PHP. When you…
Leave a CommentRather than installing Apache, MySQL, and PHP individually, XAMPP is an integrated development enironment that combines all three (and more) into one easy installation. Download XAMPP and install it into the default “c:\xampp” directory. Set apache and mysql to start as services. Start XAMPP and browse to “http://localhost/” and you…
2 CommentsInstalling Apache and PHP Install Apache HTTP Server If you don’t install it as a windows service, you can control it using the command line: Start Apache: Run httpd.exe to start the server Stop Apache: Hit CTRL-C in the httpd.exe console window to stop it Install PHP add php install…
Leave a Comment