It is probably and stupid question, but what version of PHP5 is 5.2.0-8+etch13 ?
Is it really 5.2.0 ? Because maybe it is just the debian version that covers something else.
|
|
|
|
|
|
|
Not really. Much of this goes towards backporting fixes from newer versions of PHP, so it doesn't really correspond to any particular PHP release. So while it's better than PHP 5.2.0, it's not as good as PHP 5.2.11. If you have issues, I would recommend trying to upgrade to the latest PHP 5.2 (on a testing server, obviously). I've experienced strange bugs before with Debian's PHP packages. |
||
|
|
|
|
http://packages.debian.org/changelogs/pool/main/p/php5/php5_5.2.0-8+etch13/changelog.txt According to the Debian changelog, it is 5.2.0 with many security fixes merged from upstream development. You can also see debian specific patch information for php5 / 5.2.0-8+etch13 for details on exactly what patches have been applied to 5.2.0-8+etch13 relative to upstream's 5.2.0 release. |
||
|
|
|
|
Have a look at the Debian Policy Manual, section 5.6.12 describes the versioning scheme for packages.
etch13 is the Debian version, which is explained by the other posters. |
||||||||
|