Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » is this version of PHP installer outdated?
Closed Thread
Old 03-31-2007, 08:43 AM   #1 (permalink)
 
True Techie

Join Date: Sep 2006

Posts: 168

kwokwai

Default is this version of PHP installer outdated?

Hi, all members!

I am starting my first lecture of learning PHP.
To start with the lecture, I have to download all the PHP materials from
our school web server.
What we are provided are as follows:
1. xitami-24 (Revised: 99/06/23) I see this message in the xitami.cfg.
2. PHP.exe (script interpreter) with a php4ts.dll (4.4.2.2).

I have noticed something strange for the version of PHP installer I downloaded from my school's Web server, since its file size is just around 1MB, but when I checked out "PHP: Downloads", I see the PHP installer 5.2.1 for Windows is around 20MB.

So, I am wondering if the PHP installer provided by my school is
already out-dated.

Please help clarify!
__________________
It was Sailor Moon who said, \"you are not alone\".
kwokwai is offline  
Old 04-03-2007, 02:42 PM   #2 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Arrow Re: is this version of PHP installer outdated?

Quote:
Originally Posted by kwokwai View Post
...php4ts.dll (4.4.2.2)...

So, I am wondering if the PHP installer provided by my school is
already out-dated.
Yep, just restating the obvious though: it's definitely outdated... your school version is 4.4.2.2 verse the latest 5.2.1, but there's not much you can do when it's related to school - and a bad idea in fact, for you might use new features of PHP5 and when the teacher goes to test it, booom.

Even though it is out of date, I'm sure the size of the executable isn't that big of a leap...your school likely just takes out the extras which you would get when downloading the official versions.

(Honestly though, I've not used an executable version...just the Apache module.)
__________________
Vormund is offline  
Old 04-04-2007, 03:05 AM   #3 (permalink)
 
True Techie

Join Date: Sep 2006

Posts: 168

kwokwai

Default Re: is this version of PHP installer outdated?

Quote:
Originally Posted by Vormund View Post
Yep, just restating the obvious though: it's definitely outdated... your school version is 4.4.2.2 verse the latest 5.2.1, but there's not much you can do when it's related to school - and a bad idea in fact, for you might use new features of PHP5 and when the teacher goes to test it, booom.

Even though it is out of date, I'm sure the size of the executable isn't that big of a leap...your school likely just takes out the extras which you would get when downloading the official versions.

(Honestly though, I've not used an executable version...just the Apache module.)
Many thanks to the help, Vormund!
__________________
It was Sailor Moon who said, \"you are not alone\".
kwokwai is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP 2-player game? thejeremy Programming Discussions 4 04-09-2007 06:01 PM
Remote file access w/ IP + PHP? thejeremy Programming Discussions 2 04-04-2007 05:24 PM