WARNING:
You are browsing the documentation for Symfony 4.1 which is not maintained anymore.
Consider upgrading your projects to Symfony 5.2.
The Symfony Polyfill / PHP 5.6 Component
The Symfony Polyfill / PHP 5.6 Component¶
This component provides some PHP 5.6 features to applications using earlier PHP versions.
Installation¶
1 | $ composer require symfony/polyfill-php56
|
Alternatively, you can clone the https://github.com/symfony/polyfill-php56 repository.
Note
If you install this component outside of a Symfony application, you must
require the vendor/autoload.php
file in your code to enable the class
autoloading mechanism provided by Composer. Read
this article for more details.
This work, including the code samples, is licensed under a Creative Commons BY-SA 3.0 license.