Name: | php-symfony-var-dumper |
---|---|
Version: | 2.8.12 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 155135 |
License: | MIT |
RPM: | php-symfony-var-dumper-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/var_dumper/index.html |
Summary: | Symfony mechanism for exploring and dumping PHP variables |
Description: | This component provides a mechanism that allows exploring then dumping any PHP variable. It handles scalars, objects and resources properly, taking hard and soft references into account. More than being immune to infinite recursion problems, it allows dumping where references link to each other. It explores recursive structures using a breadth-first algorithm. The component exposes all the parts involved in the different steps of cloning then dumping a PHP variable, while applying size limits and having specialized output formats and methods. Optional: * AMQP (php-pecl-amqp) * MySQL (php-mysql) Required for Symfony\Component\VarDumper\Caster\ResourceCaster::castMysqlLink() |
- 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)