Re: [PHP] how old is this version of PHP?
[email protected] (Larry Garfield)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 08/17/2013 06:26 PM, Camilo Sperberg wrote: > On 16 aug. 2013, at 19:17, Tamara Temple <[email protected]> wrote: > >> Looking into a problem for someone who is using Godaddy Shared Web Hosting (I know..), I noticed the version tag reported by phpinfo is: >> >> >> PHP API 20041225 >> PHP Extension 20060613 >> Zend Extension 220060519 >> >> Just how old is this version of PHP?? >> >> >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> > According to my google search, it should be 5.2.9, so it isn't "that" old: 5.2.9 was released in February of 2009. 5.2 is completely retired and out of support. 5.3 is on security-only life-support. 5.4 is the legacy stable release. Yes, 5.2.9 IS that old. :-) Really, get a host that has made it into this decade. (GoDaddy apparently doesn't meet that qualification.) You're doing clients a disservice by allowing them to run such an ancient and unsupported version. --Larry Garfield