veeraa2003 Posted January 24, 2007 Share Posted January 24, 2007 Hello every one !I'm beginner using PHP in Linux environment . [b]I installed PHP5 in my federo6 system . [/b]but while executing a PHP file in mozilla web browser I can't get the proper result. If I put any error in my php coding, it didn't show any error message just the page goes blank.I used the rpm to check out installation.[root@dhcppc0 ~]# rpm -qa | grep -i phpphp-mysql-5.1.6-3.3.fc6php-mbstring-5.1.6-3.3.fc6php-mcrypt-5.1.6-1.fc6php-cli-5.1.6-3.3.fc6php-ldap-5.1.6-3.3.fc6php-pear-1.4.9-4php-pecl-xdebug-2.0.0-0.3.RC2.fc6php-Smarty-2.6.13-1.fc6php-pdo-5.1.6-3.3.fc6php-5.1.6-3.3.fc6php-bcmath-5.1.6-3.3.fc6php-mhash-5.1.6-1.fc6phpMyAdmin-2.9.1.1-2.fc6php-devel-5.1.6-3.3.fc6php-common-5.1.6-3.3.fc6php-gd-5.1.6-3.3.fc6php-xml-5.1.6-3.3.fc6gphpedit-0.9.91-3.fc6[root@dhcppc0 ~]# whats the problem with my PHP5. Whether I need to install some thing else . Link to comment https://forums.phpfreaks.com/topic/35508-how-to-check-php-installed-or-not-in-linux/ Share on other sites More sharing options...
trq Posted January 24, 2007 Share Posted January 24, 2007 Take a look in your php.ini file. Probably within /etc/php. Check it to make sure error reporting is on and that display errors is also on. Link to comment https://forums.phpfreaks.com/topic/35508-how-to-check-php-installed-or-not-in-linux/#findComment-168041 Share on other sites More sharing options...
veeraa2003 Posted January 24, 2007 Author Share Posted January 24, 2007 [quote author=thorpe link=topic=123821.msg512258#msg512258 date=1169646447]Take a look in your php.ini file. Probably within /etc/php. Check it to make sure error reporting is on and that display errors is also on.[/quote]Thank You for kind reply. I checked the php.ini. I had seen as like you said. I changed to display error. Now I can get error message. I'm begineer to PHP in Linux so only I asked this type of questions . Dont mind it. Once again Thank you for your help.... Link to comment https://forums.phpfreaks.com/topic/35508-how-to-check-php-installed-or-not-in-linux/#findComment-168121 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.