LoadModule php4_module libexec/httpd/libphp4.so ... ... AddModule mod_php4.cNow stop and restart Apache (Personal Web Sharing). To test it, create the following test.php file in your sites directory:
<?php>
phpinfo();
?>
Now load test.php in your browser:
http://localhost/~username/test.phpAnd you should see the PHP configuration. Enjoy!
[robg adds: This is even easier than it was in 10.2, and make sure you see the related hint on editing the php.ini file.]

