PHP 4.2.1 released
ClickNMix writes: "The latest version of PHP has been released here. With improved DomXML and Apache 2 support in with the usual bug fixes and improvements." There is still no production support for PHP or for that matter mod_perl in Apache 2.0 yet though.
You don't need mod_php4.c unless you're compiling it... You want to add these lines:
.php
(to the end of the list)
LoadModule php4_module modules/php4apache2.dll
AddType application/x-httpd-php
(not the older apache one, but the newer php4apache2.dll, it's in the sapi directory)
I believe there's a way to use it with the new filtering stuff, but the PHP docs aren't really clear on this yet... however, this will work.
Make sure you copy the php.ini and other php files to the right places.