forked from php/web-php
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The mechanism that generates manual-lookup.sqlite is old and somewhat broken.
For example, for APIs with both OOP/procedural commands, it does not find the procedural variant. For example, it finds mysqli::select_db() but not mysqli_select_db().
It's been a long time since I looked into it, but I vaguely also remember other problems and concerns.