1
0
Fork 0

Optimization for autoload misses, refs #964

pull/811/merge
Jordi Boggiano 2012-08-14 19:50:19 +02:00
parent 4f0ad98905
commit 289d23b5cc
1 changed files with 2 additions and 0 deletions

View File

@ -201,5 +201,7 @@ class ClassLoader
if ($this->useIncludePath && $file = stream_resolve_include_path($classPath)) {
return $file;
}
$this->classMap[$class] = false;
}
}