History log of /PHP-8.2/build/gen_stub.php (Results 176 – 180 of 180)
Revision Date Author Comments
# a43bc33f 04-Apr-2020 Máté Kocsis

Annotate function aliases in stubs


# 2bcc4ab8 03-Apr-2020 Nikita Popov

Verify that all stubs have a return type


# d2c92d7f 03-Apr-2020 Nikita Popov

Stubs: Store information per-class

We'll need this if we want to generate method entries.


# 51bc6233 21-Feb-2020 Nikita Popov

Generate function entries from stubs

If @generate-function-entries is specified in the stub file,
also generate function entries for the extension.

Currently limited to free fun

Generate function entries from stubs

If @generate-function-entries is specified in the stub file,
also generate function entries for the extension.

Currently limited to free functions only.

show more ...


# e11d3b16 02-Apr-2020 Remi Collet

Move gen_stub.php to build directory and install it so phpize can take care of it, and thus extension can use it as it is already in Makefile


12345678