Yep, PATH_INFO stuff works differently in Apache 2.0.
For instance, this site required the PhpWiki:PrettyWiki
.htaccess
to read:
<Files space>
AcceptPathInfo on
SetOutputFilter PHP
SetInputFilter PHP
</Files>
Instead of:
<Files wiki>
ForceType application/x-httpd-php
</Files>
Also, the RedHat 8.x defaults for PHP break many templates in this Wiki.