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
Nicolas Grekas f5c1b1c077 Merge branch '3.1'
* 3.1:
  [travis/appveyor] Wire simple-phpunit
  [Console] fixed PHP7 Errors are now handled and converted to Exceptions
  Fix #19721
  Fix translation:update command count
  bumped Symfony version to 2.8.12
  updated VERSION for 2.8.11
  updated CHANGELOG for 2.8.11
  bumped Symfony version to 2.7.19
  updated VERSION for 2.7.18
  update CONTRIBUTORS for 2.7.18
  updated CHANGELOG for 2.7.18
  [Security] Optimize RoleHierarchy's buildRoleMap method
  [FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)
  [Security] Added note inside phpdoc.
  Minor cleanups and improvements
  [form] lazy trans `post_max_size_message`.
  [DI] Fix setting synthetic services on ContainerBuilder
  [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1)
2016-09-12 21:03:45 +02:00
..
Tests Merge branch '3.1' 2016-09-12 21:03:45 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
ApcClassLoader.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
CHANGELOG.md [ClassLoader] removed deprecated UniversalClassLoader and DebugClassLoader classes. 2015-01-16 11:33:51 +01:00
ClassCollectionLoader.php Merge branch '3.1' 2016-09-12 21:03:45 +02:00
ClassLoader.php CS: general fixes 2015-12-01 23:08:33 +01:00
ClassMapGenerator.php Merge branch '2.8' into 3.0 2016-01-20 13:18:23 +01:00
composer.json updated version to 3.2 2016-05-13 13:13:23 -05:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
MapClassLoader.php Docblock fixes 2014-11-30 13:33:44 +00:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
Psr4ClassLoader.php Unpack nested array instead of using temp var 2015-08-11 23:01:37 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
WinCacheClassLoader.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
XcacheClassLoader.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00

ClassLoader Component

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

Resources