-
Notifications
You must be signed in to change notification settings - Fork 2
[4.2] Add support for polyfill packages #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
See discussion #121 for details on how to add support for a new polyfill package |
llaville
added a commit
that referenced
this issue
Mar 15, 2022
llaville
added a commit
that referenced
this issue
Mar 15, 2022
llaville
added a commit
that referenced
this issue
Mar 15, 2022
llaville
added a commit
that referenced
this issue
Mar 15, 2022
llaville
added a commit
that referenced
this issue
Mar 15, 2022
llaville
added a commit
to llaville/php-compatinfo
that referenced
this issue
Mar 16, 2022
Issue above was fixed with commit 722de98 in PHP CompatInfo project |
llaville
added a commit
that referenced
this issue
Mar 17, 2022
Read also discussion #121 (comment) related to debug mode |
Commit e292349 added support to polyfill |
llaville
added a commit
that referenced
this issue
Mar 18, 2022
llaville
added a commit
that referenced
this issue
Mar 19, 2022
* add symfony/polyfill-php81 polyfill support in context of feature request #120 * add symfony/polyfill-php80 polyfill support in context of feature request #120 * add symfony/polyfill-php74 polyfill support in context of feature request #120 * add symfony/polyfill-php73 polyfill support in context of feature request #120 * add float limit constants missing (see php/php-src@100650b) * add sapi_windows_vt100_support missing function from standard extension * add os family constant missing (see php/php-src@bb059fe) * add symfony/polyfill-php72 polyfill support in context of feature request #120 * improve db:polyfill command accordingly to #121 (comment) * add symfony/polyfill-iconv polyfill support in context of feature request #120 * add symfony/polyfill-mbstring polyfill support in context of feature request #120 * add symfony/polyfill-ctype polyfill support in context of feature request #120
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Feature request
Summary
Add support for PHP polyfills.
Description
In context of feature request llaville/php-compatinfo#237 for PHP_CompatInfo, I've introduced with commit c5ce8ac the new command
db:polyfill
that is able to handle compatible Composer polyfill packages like :The text was updated successfully, but these errors were encountered: