This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/ClassLoader
Fabien Potencier c633f912d8 Merge branch '3.2'
* 3.2: (40 commits)
  fixed CS
  fixed CS
  fixed CS fixer config
  fixed typo
  Revert "fixed typo"
  fixed typo
  fixed CS
  Avoid setting request attributes from signature arguments in AnnotationClassLoader
  [DependencyInjection] Add some missing typehints in YamlFileLoader
  [DependencyInjection] minor: Fix a DocBlock
  [HttpKernel] Give higher priority to adding request formats
  [Cache] Fix tags expiration
  [PhpUnit] Blacklist DeprecationErrorHandler in stack traces
  [PropertyInfo] Don't try to access a property thru a static method
  [PropertyInfo] Exclude static methods form properties guessing
  [Workflow] Added new validator to make sure each place has unique translation names
  [Cache] [PdoAdapter] Fix MySQL 1170 error (blob as primary key)
  [FrameworkBundle] Fix third level headers for MarkdownDescriptor
  [Ldap] Using Ldap stored username instead of form submitted one
  [Ldap] load users with the good username case
  ...
2017-01-21 09:10:26 -08:00
..
Tests Merge branch '3.2' 2017-01-21 09:10:26 -08:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
ApcClassLoader.php [ClassLoader] Deprecate Apc/WinCache/Xcache class loaders 2016-12-06 11:57:32 +01:00
CHANGELOG.md [ClassLoader] Deprecated the component 2017-01-20 11:22:07 +01:00
ClassCollectionLoader.php Merge branch '3.2' 2017-01-10 15:32:56 +01:00
ClassLoader.php [ClassLoader] Deprecated the component 2017-01-20 11:22:07 +01:00
ClassMapGenerator.php [ClassLoader] Deprecated the component 2017-01-20 11:22:07 +01:00
composer.json updated version to 3.3 2016-11-19 12:35:20 -08:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
MapClassLoader.php [ClassLoader] Deprecated the component 2017-01-20 11:22:07 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
Psr4ClassLoader.php [ClassLoader] Deprecated the component 2017-01-20 11:22:07 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
WinCacheClassLoader.php [ClassLoader] Deprecate Apc/WinCache/Xcache class loaders 2016-12-06 11:57:32 +01:00
XcacheClassLoader.php [ClassLoader] Deprecate Apc/WinCache/Xcache class loaders 2016-12-06 11:57:32 +01:00

ClassLoader Component

The ClassLoader component provides tools to autoload your classes and cache their locations for performance.

Resources