class.paths.php updated when debug=0

2007-10-31 Thread MikeK
I was under the impression that class-paths.php was only read from not written to when debug was off. However I am observing that it is written, and fFrom what I see in the code this file is written all the time even with debugging off -- I saw a post from Grant previously that this was not the

Re: class.paths.php updated when debug=0

2007-10-31 Thread Grant Cox
I was probably just mistaken earlier :) I just gave this some quick tests, and found that when debug=0, it only seems to update the class.paths.php file when new paths are found (eg the first time you go to a controller, that path is added). And everything seems to sail along fine if that file