Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

孙龙 / note-library

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
BlameHistoryPermalink
Switch branch/tag
  • note-library
  • vendor
  • symfony
  • polyfill-php72
  • README.md
  • 孙龙's avatar
    up · e6c192c5
    孙龙 committed 5 years ago
    e6c192c5
To learn more about this project, read the wiki.
README.md 874 Bytes

Symfony Polyfill / Php72

This component provides functions added to PHP 7.2 core:

  • spl_object_id
  • stream_isatty

On Windows only:

  • sapi_windows_vt100_support

Moved to core since 7.2 (was in the optional XML extension earlier):

  • utf8_encode
  • utf8_decode

Also, it provides a constant added to PHP 7.2:

  • PHP_FLOAT_*
  • PHP_OS_FAMILY

More information can be found in the main Polyfill README.

License

This library is released under the MIT license.