The excellent PHP Manual is often cited as one of the reasons for the success of PHP, but it covers the latest releases of the language.
This can be quite frustrating if you are trying to use features that are under active development, and only partially exist in older versions: for example working with PHP 5.2.* but trying to use the 5.3 documentation for DateTime (PHP 5 >= 5.2.0) but without the availability of DateTime::add (PHP 5 >= 5.3.0).
Are previous versions of documentation available (eg for PHP5.2.*)?