Vanilla on windows localhost - possible?
I have an error in bootstrap.php
in index.php changed backslashes to forward slashes
    // 1. Define the constants we need to get going.
    define('DS', '/');
    define('PATH_ROOT', str_replace('\\\','/',dirname(__FILE__)));
but nonetheless getting fatal error
Fatal error: Class 'Gdn' not found in Z:\home\test.com\www\forum\bootstrap.php on line 52
0          
            
        
            

Answers
mate stop changing the core.
Have you cleared your cache's .ini s?
grep is your friend.
O! Cache directory - that helped