You could comment the LoadModule line in your httpd.conf file. Just find this line in /etc/httpd.conf (or wherever your Apache config file is):
Code:
LoadModule php4_module /usr/lib/apache2-prefork/libphp4.so
(or whatever your LoadModule line is for PHP) and add a '#' symbol to the beginning of the line to comment it out.
-Nick