Name: | php-symfony-class-loader |
---|---|
Version: | 2.8.12 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 61402 |
License: | MIT |
RPM: | php-symfony-class-loader-2.8.12-2.el7.noarch.rpm |
Source RPM: | php-symfony-2.8.12-2.el7.src.rpm |
Build Date: | Thu Dec 07 2017 |
Build Host: | x86-ol6-builder-06.us.oracle.com |
Vendor: | Oracle America |
URL: | http://symfony.com/doc/2.8/components/class_loader/index.html |
Summary: | Symfony ClassLoader Component |
Description: | The ClassLoader Component loads your project classes automatically if they follow some standard PHP conventions. Whenever you use an undefined class, PHP uses the autoloading mechanism to delegate the loading of a file defining the class. Symfony provides a "universal" autoloader, which is able to load classes from files that implement one of the following conventions: * The technical interoperability standards [1] for PHP 5.3 namespaces and class names * The PEAR naming convention [2] for classes If your classes and the third-party libraries you use for your project follow these standards, the Symfony autoloader is the only autoloader you will ever need. Optional: * APC (php-pecl-apcu) * XCache (php-xcache) [1] http://symfony.com/PSR0 [2] http://pear.php.net/manual/en/standards.php |
- Update to 2.8.12 - raise dependency on twig 1.26
- add upstream patch to fix FTBFS discovered by Koschei
- Update to 2.8.11
- Update to 2.8.10 - ignore failed tests with ICU 57 or ARM https://github.com/symfony/symfony/issues/19854 https://github.com/symfony/symfony/issues/19856
- fix 1 failed test with latest PHP version, thanks to Koschei open https://github.com/symfony/symfony/pull/19539
- Update to 2.8.9
- Update to 2.8.8 - add patch for test suite with phpunit-bridge 2.8 open https://github.com/symfony/symfony/pull/19255
- Update to 2.8.7
- Skip test known to fail on RHEL 7
- Updated to 2.8.6 (RHBZ #1275826)