-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Generate function entries for a couple of extensions #5347
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
Conversation
The only problem I see so far is that there are some extensions (bz2 and zlib) that define aliases from ext/standard, which makes it impossible to generate function entries for them. |
c5126fc
to
ff2939a
Compare
a5cbaac
to
5166e10
Compare
5166e10
to
2339b89
Compare
Should be fixable by adjusting Lines 764 to 770 in a43bc33
|
AppVeyor failure is legit:
|
I imagine the issue with aliases also means that currently there is no way to add deprecated function entries? |
I'll have a look, unless someone beats me to it. :) |
No description provided.