PHP manual for specific version?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
cootcraig
Forum Newbie
Posts: 9
Joined: Thu Mar 15, 2012 4:23 pm

PHP manual for specific version?

Post by cootcraig »

I'm new to PHP and my first project is hosted on a GoDaddy economy Windows account. The PHP version is 5.2.17.
I have already seen interesting things added in later PHP versions and would like to view the PHP manual most specific
to the PHP 5.2.17 I'm using.

What are your thoughts and advice?

Thanks
cootcraig
Forum Newbie
Posts: 9
Joined: Thu Mar 15, 2012 4:23 pm

Re: PHP manual for specific version?

Post by cootcraig »

The Migrating pages in the PHP Manual will be my friend.

Migrating from PHP 5.2.x to PHP 5.3.x
http://uk3.php.net/manual/en/migration53.php
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP manual for specific version?

Post by requinix »

The manual pages have at least three places where they mention versions:
1. For extensions, in the Introduction or Installing pages.
2. For functions, at the top of the page below the name.
3. In a Notes or Changelog section.
Post Reply