amyhughes Posted February 3, 2009 Author Share Posted February 3, 2009 I don't know where to get that Google is a beautiful thing but I'm not sure I know how to use it. I put the pdb files in the same directory as the DLLs, and now it hangs rather than crash. I don't know how to get a backtrace unless it gives me one of those "sorry for the inconvenience" dialogs. Quote Link to comment Share on other sites More sharing options...
corbin Posted February 3, 2009 Share Posted February 3, 2009 Hrmmmm...... Weird. No idea x.x. Did you figure out which libmysql is being loaded? Quote Link to comment Share on other sites More sharing options...
amyhughes Posted February 3, 2009 Author Share Posted February 3, 2009 Just for giggles I re-booted. Not sure what needed that, and it's not the first time tonight, but it did the trick. The darn thing is working now. I have the original code I posted working now. I'm assuming I needed MySQL 5.0.* for php 5.2.*, as the poster in that thread said, and that I needed to reboot after downgrading all these things. Thanks, Corban, for your help. Quote Link to comment Share on other sites More sharing options...
corbin Posted February 3, 2009 Share Posted February 3, 2009 Wow..... Rebooting fixed it? Weird. I hate computers sometimes. And no problem. I didn't really help much, but I tried. lol Quote Link to comment Share on other sites More sharing options...
drw937 Posted January 7, 2010 Share Posted January 7, 2010 By the way everyone, this does solve the problem (see below). I had the very same problem with the fetch_assoc() method causing Apache to crash. Once I disabled the libmysql.dll from the MySQL installation directory...the problem disappeared. See instructions below: Quote [2 Aug 2008 7:53pm UTC] pajoye@php.net "I fix this bug renaming the libmysql.dll in C:\Program Files\MySQL\MySQL Server 5.1\bin to libmysql.dll_ Now php uses libmysql.dll in c:\php directory and phpinfo shows Client Api version 5.0.19. Before showed 5.1.25rc" Ah that is definitively a good thing to do, using 5.1 DLLs with PHP binaries is wrong. About the backtrace, it seems that you are missing the debug pack, I can't see any symbols ( Error WARNING - DebugDiag was not able to locate debug symbols for php5ts.dll, so the information below may be incomplete.). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.