On 9/21/07, Tom Brown tom@ng23.net wrote:
'yum list php*'
thanks but i still dont see what i need
The php package is what you need to use php with apache as a module. The other packages there (php-mysql, php-snmp, etc) are there to add additional functionality to the core php package. For a basic LAMP server, you're mostly going to want php, php-mbstring, php-pear, php-mysql, and php-gd. After you have installed the php package(s) you'll need to restart httpd so that the module is loaded.