MySQL Workbench Troubleshooting

by justin carlson on 06/30/2011
I've recently changed development machines. When I migrated my databases I decided to try out MySQL Workbench. I received the error "Column count of mysql.proc is wrong. Expected 20, found 16" because I imported old databases into a much newer version of MySQL Server. The fix was very simple.

A to Z PHP 5.3 Windows Environment Setup

by justin carlson on 11/08/2010
I thought I had this somewhere but since I'm re-instaling from scratch on top of Windows 7 I thought I would post it again. I will send this link to coworkers and friends that need their environment setup.

Windows: Apache with SSL Quick Guide

by justin carlson on 11/07/2010
This is a quickie guide I put together to help you get Apache installed and running with SSL support. (https).

LDAP php_ldap.dll extension for PHP 5.3.3 VC6

by justin carlson on 10/21/2010
I noticed the missing dll today when I went to work on an older project that uses ldap. It seems it was left out of the package, possibly due to a bug fix. The ldap extension seems to only be available using the VC9 builds (ts and nts builds).

PHP, ImageMagick, and MagickWand on Windows

by justin carlson on 12/10/2008
Do you want to setup ImageMagick and/or MagickWand on Windows? Here's what I did to get it working.