I found that your extensions directory needs to be set to something like:
"../php/extensions" if you're running windows. this is assuming that your php.ini file is in c:\windows and your php is installed to c:\php
the "../php/extensions" seems to be relative to the folder that contains php.ini, i'm guessing.