The 4.1 release is in extended maintenance now - meaning you won't see many releases, and only for major security problems. The 5.0 is under active development - I would use 5.0.41 (latest community release).
Main Topics
Browse All TopicsI have a Windows 2003 server with IIS and needed to install PHP and MySQL. I've heard some horror stories of MySQL of locking up under pressure under Windows so I wanted to know what everyone thinks the best version of PHP and MySQL to run (4 or 5)?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
As with those before me, use the newest stable versions. I switched to the newer PHP for more complete OOP capabilities, including private class variables. The newer MySQL gave me uncompiled/SQL UDFs and views.
The better advice, IMHO, would be to get the newest Linux to run it on. That would solve just about all your problems. My db installation was running non-stop for 14 months before I had the host push v5.
I agree that the LAMP model is near perfect, but most of my core projects are in the Windows environment (due to integration with other systems). I would like to add PHP support to my Windows server so I wouldn't have to get an extra box (or sacrifice resource for a virtual machine).
I was looking for 5.0.14 but the php.net site only have 5.2.2 version for download. Todd Farmer, where can I find the active community website for download?
What kind of integration keeps you from using Linux as the host for this? Linux can merge pretty well even into domain environments. Granted, there can be a learning curve, but I've found it is well worth it.
You can find older releases at the link below. Unless you have a pressing reason not to, I would highly recommend you use the latest stable version, which is 5.2.2.
http://www.php.net/release
Usually my only option in integrating two systems is with ODBC since Microsoft dominates over 90% of the corporate work place. Even though it's an open standard, not too many software vendors offer a Linux ODBC client driver. It's very common for the ODBC server to be offered in either OS- but almost all the time I'm stuck with Windows for the client since there's no other client drivers available. I'm pretty comfortable with that since it's native to Windows and I wouldn't have to always look for community hacks and updates for the Linux versions. If you have any feedback or experiences with Linux and ODBC, I would love to hear them. Thanks again.
I don't have any experience with ODBC on Linux, but I did find this for you:
http://www.easysoft.com/de
Business Accounts
Answer for Membership
by: Rok-KraljPosted on 2007-05-11 at 14:28:23ID: 19075694
The best versons are always the newest stable releases...