PHP has a buggy behavior under Windows with the pathinfo() function. If you have a path without a subdirectory (e.g. "/index.php") the function returns a "\" instead of "/" as dirname value.
It submitted a bug report to PHP <http://bugs.php.net/bug.php?id=41262>, but they think it is not a bug. :-(
NOCC stumble over this bug, when you install it on the root directory from a webserver under Windows (like I on my dev machine).
This patch prevent the buggy behavior from PHP.
Greetings,
Tim
original, altered and diff file
Logged In: YES
user_id=529507
Originator: NO
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.