In RedHat 8.0, you can use RPM to remove the PHP
coming with it. Then download the PHP source,
configure ti with something like:
./configure --with-apxs2=/path/to/apxs
--prefix=/path/to/php
make
make install
Then restart Apache. It will warn you that php module
has already been loaded and skip. J
hi,
well, i downloaded PHP 4.2 and i am using redhat 8.0.
my question is how could i remove "uninstall" the php that came with the
redhat? and when i install php again where should i install it to "path"?
and would my httpd recognize it or do i have to change something in
httpd.conf?
Thanks