I submitted a critique on the relative new article, PHP with Apache on Windows? Piece of Cake! using the comment system, but it seems that after two days or so my comment still has not been posted.
Honestly, does anyone vet the articles? Rajeev Ranjan Rakesh basically copied the PHP manual's instructions partially, and managed to make a mess out of it. For starters, the article is targeted "for PHP version 4.X", and this is in late November 2007, long after PHP4's end of life date was announced.
Other problems include:
Ambiguous: which file to download? One could infer by "Windows", "downloaded binary", "unzipped directory" and "PHP version 4.X" that it is the "PHP 4.4.7 zip package", but surely this could be clearer (not to mention that for PHP5, there is more than one possible binary).
Short tags: <?phpinfo() ?> is cute, but it should really be: <?php phpinfo() ?>
I mean, the PHP manual instructions are clearer and more complete. It even includes things like a suggestion on setting up php.ini.