You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen comments such as "we should try out gen_stub.php for generating arginfo for Reflection" for extensions with missing ReflectionParameter entries.
This may be worth considering after the 8.0 feature freeze, or be doable by linking to a specific commit's version of gen_stub.php
I forget if there are issues in older php versions such as 7.0 to note, if the extension doesn't use newer functionality such as nullable/void types.
Alternately, it might be useful just as a footnote, keeping the existing instructions to explain what the generated stubs are actually doing (and linking to an repo or a separate section)
The text was updated successfully, but these errors were encountered:
(e.g. for http://www.phpinternalsbook.com/php7/extensions_design/php_functions.html)
I've seen comments such as "we should try out gen_stub.php for generating arginfo for Reflection" for extensions with missing ReflectionParameter entries.
This may be worth considering after the 8.0 feature freeze, or be doable by linking to a specific commit's version of gen_stub.php
I forget if there are issues in older php versions such as 7.0 to note, if the extension doesn't use newer functionality such as nullable/void types.
Alternately, it might be useful just as a footnote, keeping the existing instructions to explain what the generated stubs are actually doing (and linking to an repo or a separate section)
The text was updated successfully, but these errors were encountered: