I am following the instructions in the sitepoint book:
Build Your Own Database Driven Web Site Using PHP & MySQL
The author states that the following PHP is needed:
you need the VC6 Thread Safe version of PHP 5.3 for Windows
I proceed to the website as stated in the book: PHP For Windows: Binaries and sources Releases
and do not find the version above, but I do find the following:
PHP 5.2 (5.2.17) VC6 x86 Thread Safe (2011-Mar-22 13:29:30)
In order to follow along with the book, what version of PHP do I download?
Thanks.
Oops. You’re right - my bad. You can get the VC6 versions from the archive page. Looks like up to 5.3.5 is there (the not thread safe are marked as nts).
I’m also a bit confused which version I should get. I’m following the same book (Build Your Own Database Driven Web Site Using PHP & MYSQL) and it’s talking about VC6 Tread Safe for PHP 5.3 for Windows.
So if I get the VC9 I take it I need to download a different version of Apache? I downloaded Apache from here: http://httpd.apache.org/ and got version Apache HTTP Server 2.2.21 Released 2011-09-13 (which as of 12/1/2011 is the best version to get) however I believe I need a different version of Apache if I get VC9 php 5.3. I take it I’m supposed to get it from here: http://www.apachelounge.com/download/ but I’m at a loss as which one to get.
Also, is this going to screw up learning it all from the book if I have a different version of php and apache?
Sorry to sound like a newb but that’s why I got the book, because I needed to start somewhere and it appears the book isn’t the one stop setup I though it’d be.
You need to get Apache from here: http://www.apachelounge.com/download/ to work with the new versions of PHP.
The book in question came out before PHP made the change to purely VC9 with all new versions, so its a little outdated in that respect.
The difference versions of PHP shouldn’t effect the book too much or at all.