Wrox Programmer Forums
|
BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6
This is the forum to discuss the Wrox book Beginning PHP, Apache, MySQLWeb Development by Michael K. Glass, Yann Le Scouarnec, Elizabeth Naramore, Gary Mailer, Jeremy Stolz, Jason Gerner; ISBN: 9780764557446
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 25th, 2004, 11:20 PM
Authorized User
 
Join Date: Dec 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ababb
Default How do I quickly find version numbers for A-M-P?

Seems version # is everything when it comes to troubleshooting.

How do I easily find the ver# for each of the three programs?
__________________
ABabb
Dallas TX
 
Old December 26th, 2004, 03:05 PM
Authorized User
 
Join Date: Dec 2004
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, when you installed the applications, you should have known which versions you downloaded. The version number is in the name of the download.

But aside from that if you're on someone else's system or everything was pre-installed, try the following:

Apache:
For Windows: Look at the properties for apache.exe and it'll tell you the version number. Or type in the following at a command prompt from the directory where apache.exe resides: apache -v

For Linux: Type in the following at the command prompt: httpd -v
Or if it was installed as an RPM: rpm -qa | grep apache

MySQL:
For Windows & Linux: Once you have MySQL running, connect to the server from a command prompt. Once connected, type in: SELECT VERSION();

PHP:
For Windows: Look at the properties for php.exe and it'll tell you the version number. Or type in the following at a command prompt from the directory where php.exe resides: php -v

For Linux: Type in the following at the command prompt: php -v
 
Old January 11th, 2005, 02:26 PM
Registered User
 
Join Date: Jan 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

if you like to save some time you can use this program which has all of it in one install.
http://www.apachefriends.org/en/xampp-windows.html#641

All you have to do after the install is delete everything in the "htdocs" folder and then save all your work in that folder. takes barely any system resources. I personally downloaded the zip file cause it doesn't install. All you have to do is extract it to where you want to install it and that's it. If you've made a mistake along the way all you have to do is delete the folder and extract it again. It's all configured for you already.

Enjoy :)






Similar Threads
Thread Thread Starter Forum Replies Last Post
To find the missing numbers in a list of cells yogeshyl Excel VBA 2 December 13th, 2007 02:02 AM
Database grows too quickly. 99mary BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 2 April 5th, 2007 08:02 AM
Unable to find a version of the runtime ....... ASPDharm ASP.NET 2.0 Basics 0 January 16th, 2007 07:03 AM
Please help me quickly deep Java Basics 0 June 17th, 2006 11:59 PM
find and replace numbers in a string -- wildcards cs8271506 Beginning VB 6 3 March 1st, 2006 07:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.