Doctrine/Xampp 1.7 Buggy on Windows 0
I’ve been having tremendous problems with PHP/Doctrine Db on Windows and Xampp with the latest downloads. it took me awhile and some troubleshooting with TW @darbyfrey, but found the problem. The libmysql.dll file is bad. Check out this post:
http://www.apachefriends.org/f/viewtopic.php?f=16&t=32617
A sumary of it from a-patchy:
After downloading 1.7 for windows, I found that any php programs using PDO crashed apache. Here’s the fix, which I found on the german language xampp board here: http://www.apachefriends.org/f/viewtopic.php?f=4&t=32587
download this: http://windows.php.net/downloads/snaps/php-5.2-win32-VC6-x86-latest.zip
unzip, then copy libmysql.dll into xampp\apache\bin and xampp\php. Restart apache and you should be good.
Happy again!



