Forum Moderators: open
However, there is a fair amount of speculation that Google might crawl slower with obviously scripted pages. If your site is big and want fast crawling, you might consider disguising the PHP/CGI pages as .html. In Apache you can do this with a mod rewrite, I believe. In IIS, you can interpret all .html files as scripted pages. I've used this approach myself.
It is a topic I will have to confront in the next few weeks as I converting some static pages over to PHP (so that they can be integrated into an e-commerce system I am introducing on an existing site).