Commit History

Author SHA1 Message Date
  Nicolas Grekas dd67b01ac5 Add ClassLoader::$missingClasses to not trigger a COW 9 years ago
  Markus Staab 5752559ae8 fixed typo 9 years ago
  Jordi Boggiano 43f7b762e5 Revert "[ClassLoader] performance improvement: use str_replace instead of strtr" 9 years ago
  Tobias Schultze a76ce9b25a [ClassLoader] no need to call str_replace on Windows 9 years ago
  Tobias Schultze 314741c1ec [ClassLoader] use str_replace instead of strtr 9 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" 10 years ago
  Bryan Davis ad1f8e6c5a Add classmap-authoritative config setting 10 years ago
  Jordi Boggiano fc3c7838b2 CS fixes 10 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 11 years ago
  Nicolas Grekas 6d7b9afc4b scope isolation for user includes 11 years ago
  Jordi Boggiano 3c5000ad7f CS tweaks and cleanups, allow "" to set fallback dirs, refs #2459 11 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
  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 years ago
  Andreas Hennings 8142126b16 Add PSR-4 class loader. (tests needed) 12 years ago
  Jordi Boggiano 8d0b7f278e CS fixes 12 years ago
  Jordi Boggiano 2e25a9298d Document a hack 12 years ago
  Jordi Boggiano 976fe48a72 Optimize grabbing of first char 12 years ago
  Jordi Boggiano 94175ce432 Make performance of the class loader more constant across classes 12 years ago
  Jordi Boggiano bb95a0a788 Fix docblocks 12 years ago