Nicolas Grekas
|
dd67b01ac5
Add ClassLoader::$missingClasses to not trigger a COW
|
9 年之前 |
Markus Staab
|
5752559ae8
fixed typo
|
9 年之前 |
Jordi Boggiano
|
43f7b762e5
Revert "[ClassLoader] performance improvement: use str_replace instead of strtr"
|
9 年之前 |
Tobias Schultze
|
a76ce9b25a
[ClassLoader] no need to call str_replace on Windows
|
9 年之前 |
Tobias Schultze
|
314741c1ec
[ClassLoader] use str_replace instead of strtr
|
9 年之前 |
Kévin Dunglas
|
6c5c53c362
Update the PHPDoc: The autoloader supports PSR-0, PSR-4 and classmap.
|
10 年之前 |
Nicolas Grekas
|
fbae6b1589
Revert "Merge pull request #3975 from marc-mabe/hotfix/3974"
|
10 年之前 |
Marc Bennewitz
|
9455c49053
fixes #3974: Autoloader have to distinguish between files and directories
|
10 年之前 |
Bryan Davis
|
8ceb5714a4
Fix spelling of "Authoritative"
|
10 年之前 |
Bryan Davis
|
ad1f8e6c5a
Add classmap-authoritative config setting
|
10 年之前 |
Jordi Boggiano
|
fc3c7838b2
CS fixes
|
10 年之前 |
Michael Gusev
|
a531594a4a
Issue #3422
|
11 年之前 |
François Pluchino
|
8b5c00bff0
Fix phpdoc
|
11 年之前 |
Jordi Boggiano
|
ac497feaba
CS fixes
|
11 年之前 |
Jordi Boggiano
|
fc9e1d0cff
CS fixes, refs #2823
|
11 年之前 |
Fred Emmott
|
7d3274224a
Only look for .hh files at runtime if using HHVM
|
11 年之前 |
Fred Emmott
|
734e5e2f2b
Add autoload support for .hh files (HHVM)
|
11 年之前 |
Nicolas Grekas
|
00a6f8e38d
dedicated scope isolation function for autoload_real
|
11 年之前 |
Nicolas Grekas
|
6d7b9afc4b
scope isolation for user includes
|
11 年之前 |
Jordi Boggiano
|
3c5000ad7f
CS tweaks and cleanups, allow "" to set fallback dirs, refs #2459
|
11 年之前 |
Andreas Hennings
|
b08179e399
PSR-4 ClassLoader: Bug fix: PEAR-like path needs ".php" appended.
|
12 年之前 |
Andreas Hennings
|
5dd3c12d3d
Further improve comments.
|
12 年之前 |
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 年之前 |
Andreas Hennings
|
c49a651d81
PSR-4 class loader: Add getters for PSR-4 prefixes. Rename PSR-0 related attributes by appending *Psr0. Add more comments.
|
12 年之前 |
Andreas Hennings
|
8142126b16
Add PSR-4 class loader. (tests needed)
|
12 年之前 |
Jordi Boggiano
|
8d0b7f278e
CS fixes
|
12 年之前 |
Jordi Boggiano
|
2e25a9298d
Document a hack
|
12 年之前 |
Jordi Boggiano
|
976fe48a72
Optimize grabbing of first char
|
12 年之前 |
Jordi Boggiano
|
94175ce432
Make performance of the class loader more constant across classes
|
12 年之前 |
Jordi Boggiano
|
bb95a0a788
Fix docblocks
|
12 年之前 |