PHP: Config file php.ini moved

Since version 4.3.4-6, php no longer reads its configuration from /usr/etc/php.ini, instead it reads /etc/php.ini. If you've modified php.ini in the past, after installing php-4.3.4-6, simply overwrite the default one with your customized config from /usr/etc:

mv /usr/etc/php.ini /etc/php.ini
-dorphell