Don't know how much people are worried about this but under PHP 5.3.x production error reporting error_reporting = E_ALL & ~E_DEPRECATED there are a number of undefined variable notices such as $requirements and $replacements .

Setting error_reporting = E_ALL & ~E_NOTICE in php.ini will stop these errors from appearing.