mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-15 14:48:44 +02:00
* merging 3.0 into develop * N°5102 - Allow to send emails (eg. notifications) using GSuite SMTP and OAuth * migration to iTop 3.1 Co-authored-by: Eric Espie <eric.espie@combodo.com>
36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
Symfony Polyfill / Php72
|
|
========================
|
|
|
|
This component provides functions added to PHP 7.2 core:
|
|
|
|
- [`spl_object_id`](https://php.net/spl_object_id)
|
|
- [`stream_isatty`](https://php.net/stream_isatty)
|
|
|
|
And also functions added to PHP 7.2 mbstring:
|
|
|
|
- [`mb_ord`](https://php.net/mb_ord)
|
|
- [`mb_chr`](https://php.net/mb_chr)
|
|
- [`mb_scrub`](https://php.net/mb_scrub)
|
|
|
|
On Windows only:
|
|
|
|
- [`sapi_windows_vt100_support`](https://php.net/sapi_windows_vt100_support)
|
|
|
|
Moved to core since 7.2 (was in the optional XML extension earlier):
|
|
|
|
- [`utf8_encode`](https://php.net/utf8_encode)
|
|
- [`utf8_decode`](https://php.net/utf8_decode)
|
|
|
|
Also, it provides constants added to PHP 7.2:
|
|
|
|
- [`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig)
|
|
- [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
|
|
|
|
More information can be found in the
|
|
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
|
|
|
|
License
|
|
=======
|
|
|
|
This library is released under the [MIT license](LICENSE).
|