Since the PHP version numbers related to every function (/version.xml) are applied to the doc every time they are generated, the old docs are not updated: Look at the array_walk function over the different translations. EN: (PHP 3>= 3.0.3, PHP 4 >= 4.0b1) CZ: (PHP 3>= 3.0.3, PHP 4 >= 4.0b1) FR: (PHP 3>= 3.0.3, PHP 4 >= 4.0b1) but ES: (PHP 3>= 3.0.3, PHP 4 ) because it was last updated on 2001/05/20, and version.xml was changed on 2001/06/25. If the docs were always reprocessed, the version numbers would be homogeneous. -- Marco Cucinato