Nicolas Grekas
|
0c912d6eee
Fix generated static map...
|
8 years ago |
Nicolas Grekas
|
ce70e0e9dd
Fix BC of generated static map
|
8 years ago |
Jordi Boggiano
|
3be9591930
Simplify some ClassLoader code, minor memory improvement, fixes #6937
|
8 years ago |
Pedro de Carvalho
|
f569833f5a
move $length variable outsite foreach (#6828)
|
8 years ago |
David WATTIER
|
e6d648f465
Improve performance on psr4 autoload file finding
|
8 years ago |
Nicolas Grekas
|
6d4e60b991
Add --apcu-autoloader option to enable APCu caching of found/not-found classes
|
9 years ago |
Fabien Potencier
|
2853e82400
removed obsolete code
|
9 years ago |
Nicolas Grekas
|
dd67b01ac5
Add ClassLoader::$missingClasses to not trigger a COW
|
9 years ago |
Markus Staab
|
5752559ae8
fixed typo
|
10 years ago |
Jordi Boggiano
|
43f7b762e5
Revert "[ClassLoader] performance improvement: use str_replace instead of strtr"
|
10 years ago |
Tobias Schultze
|
a76ce9b25a
[ClassLoader] no need to call str_replace on Windows
|
10 years ago |
Tobias Schultze
|
314741c1ec
[ClassLoader] use str_replace instead of strtr
|
10 years ago |
Kévin Dunglas
|
6c5c53c362
Update the PHPDoc: The autoloader supports PSR-0, PSR-4 and classmap.
|
10 years ago |
Nicolas Grekas
|
fbae6b1589
Revert "Merge pull request #3975 from marc-mabe/hotfix/3974"
|
10 years ago |
Marc Bennewitz
|
9455c49053
fixes #3974: Autoloader have to distinguish between files and directories
|
10 years ago |
Bryan Davis
|
8ceb5714a4
Fix spelling of "Authoritative"
|
11 years ago |
Bryan Davis
|
ad1f8e6c5a
Add classmap-authoritative config setting
|
11 years ago |
Jordi Boggiano
|
fc3c7838b2
CS fixes
|
11 years ago |
Michael Gusev
|
a531594a4a
Issue #3422
|
11 years ago |
François Pluchino
|
8b5c00bff0
Fix phpdoc
|
11 years ago |
Jordi Boggiano
|
ac497feaba
CS fixes
|
11 years ago |
Jordi Boggiano
|
fc9e1d0cff
CS fixes, refs #2823
|
11 years ago |
Fred Emmott
|
7d3274224a
Only look for .hh files at runtime if using HHVM
|
11 years ago |
Fred Emmott
|
734e5e2f2b
Add autoload support for .hh files (HHVM)
|
11 years ago |
Nicolas Grekas
|
00a6f8e38d
dedicated scope isolation function for autoload_real
|
12 years ago |
Nicolas Grekas
|
6d7b9afc4b
scope isolation for user includes
|
12 years ago |
Jordi Boggiano
|
3c5000ad7f
CS tweaks and cleanups, allow "" to set fallback dirs, refs #2459
|
12 years ago |
Andreas Hennings
|
b08179e399
PSR-4 ClassLoader: Bug fix: PEAR-like path needs ".php" appended.
|
12 years ago |
Andreas Hennings
|
5dd3c12d3d
Further improve comments.
|
12 years ago |
Andreas Hennings
|
2e80d148f8
PSR-4 loader: Fix comments: PSR-0 related methods should have comments refering to PSR-0 and prefixes. PSR-4 related methods should have comments refering to PSR-4 and namespaces.
|
12 years ago |