Download the PHP package alexacrm/polyfill-php70 without Composer
On this page you can find all versions of the php package alexacrm/polyfill-php70. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexacrm/polyfill-php70
More information about alexacrm/polyfill-php70
Files in alexacrm/polyfill-php70
Download alexacrm/polyfill-php70
More information about alexacrm/polyfill-php70
Files in alexacrm/polyfill-php70
Vendor alexacrm
Package polyfill-php70
Short Description Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions, compatible with PHP7
License MIT
Homepage https://symfony.com
Package polyfill-php70
Short Description Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions, compatible with PHP7
License MIT
Homepage https://symfony.com
Please rate this library. Is it a good library?
Informations about the package polyfill-php70
Symfony Polyfill / Php70
This component provides features unavailable in releases prior to PHP 7.0:
intdiv
preg_replace_callback_array
error_clear_last
random_bytes
andrandom_int
(from paragonie/random_compat)*Error
throwable classesPHP_INT_MIN
SessionUpdateTimestampHandlerInterface
More information can be found in the main Polyfill README.
Compatibility notes
To write portable code between PHP5 and PHP7, some care must be taken:
\*Error
exceptions must be caught before\Exception
;- after calling
error_clear_last()
, the result of$e = error_get_last()
must be verified usingisset($e['message'][0])
instead ofnull !== $e
.
License
This library is released under the MIT license.
All versions of polyfill-php70 with dependencies
PHP Build Version
Package Version
The package alexacrm/polyfill-php70 contains the following files
Loading the files please wait ....