hi all,
i have went through a lot of posting and howto and finally found this link on how to upgrade php using REMI.
http://wiki.contribs.org/Upgrade_php/mysqlEverything was working but when login to phpmyadmin. i get a bunch of error messages. its a open_basedir restriction. should i be concern? is this a bug?
Read about open_basedir is from
http://wiki.contribs.org/PHPBut i think it doesn't really apply for my issue

[root@hydra ~]# php -v
PHP 5.5.24 (cli) (built: Apr 16 2015 06:33:00)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
[root@hydra ~]#
[root@hydra ~]# rpm -qa phpMyAdmin*
phpMyAdmin-4.4.4-1.el6.remi.noarch
[root@hydra ~]#
Warning in ./libraries/Util.class.php#516
file_exists(): open_basedir restriction in effect. File(doc/html/index.html) is not within the allowed path(s): (/usr/share/php:/usr/share/phpMyAdmin:/etc/phpMyAdmin:/var/lib/phpMyAdmin:/tmp)
Backtrace
./libraries/Util.class.php#516: file_exists(string 'doc/html/index.html')
./libraries/Util.class.php#540: PMA_Util::getDocuLink(
string 'faq',
string 'faq7-2',
)
./libraries/display_select_lang.lib.php#59: PMA_Util::showDocu(
string 'faq',
string 'faq7-2',
)
./index.php#231: PMA_getLanguageSelectorHtml()