llaville / php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions
https://llaville.github.io/php-compatinfo-db/6.12/
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

[4.6] `db:polyfill` command is not yet able to detect new classes #125

Closed llaville closed 2 years ago

llaville commented 2 years ago

New Feature request

Summary

New classes not detected from a package like symfony/polyfill-php82

Description

The db:polyfill command that was introduced with version 4.4 (read more info about it at https://github.com/llaville/php-compatinfo-db/discussions/121) is not able to detect new classes from a package like symfony/polyfill-php82

Current results db_polyfill_php82

Expected results data/reference/extension/core/82/classes.json should be updated accordingly

llaville commented 2 years ago

Documentation of this new feature is available on discussions at https://github.com/llaville/php-compatinfo-db/discussions/121#discussioncomment-3845845