History log of /PHP-8.1/ext/snmp/snmp.stub.php (Results 1 – 19 of 19)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dd83ced6 28-May-2021 Máté Kocsis

Declare tentative return types for ext/snmp

Closes GH-7064


# 15ec7404 28-May-2021 Máté Kocsis

Fix the return types in ext/snmp (#7068)


# 87e4970e 14-May-2021 Máté Kocsis

Declare SNMP properties

Additionally, convert them to typed properties.

Closes GH-6742


# a730dc0c 15-Feb-2021 Máté Kocsis

Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidy

Closes GH-6696


# a86443f5 24-Jan-2021 Christoph M. Becker

Add missing stub for SNMPException


# 5836e3ed 08-Oct-2020 Nikita Popov

Update ext/snmp parameter names

Closes GH-6298.


# 5480e6b1 08-Oct-2020 Nikita Popov

Accept bool in snmp_set_(quick|enum)_print()

The integer parameter here is actually a boolean.
snmp_set_quick_print() already documented it as such, and
snmp_get_quick_print() was al

Accept bool in snmp_set_(quick|enum)_print()

The integer parameter here is actually a boolean.
snmp_set_quick_print() already documented it as such, and
snmp_get_quick_print() was already returning a boolean.

show more ...


# de912821 16-Sep-2020 Máté Kocsis

Display string default values in stubs more uniformly

Settling on using quoted string


# 905c79c0 08-Sep-2020 Nikita Popov

Fix some snmp stubs

As well as some basic mistakes in tests.


# 8107a1da 04-Sep-2020 Máté Kocsis

Use ZPP instead of custom type checks

We can add these types as a native type declaration to stubs as a side-effect. Closes GH-6068


# f7fbc633 14-Aug-2020 Máté Kocsis

Add more precise type info for stubs

Closes GH-6005


# 4815be44 19-Apr-2020 Máté Kocsis

Generate function entries from stubs

Converts ext/pcntl, ext/simplexml, ext/snmp, ext/soap, ext/sqlite3.
Closes GH-5421


# ca006e54 11-Apr-2020 Máté Kocsis

Add missing visibility modifiers in stubs


# 175e5ed4 09-Apr-2020 Christoph M. Becker

Fix typo (UNKOWN -> UNKNOWN)


# a43bc33f 04-Apr-2020 Máté Kocsis

Annotate function aliases in stubs


# 7d0102df 17-Feb-2020 Christoph M. Becker

Revert "Replace @param annotations with type declarations"

This reverts commit c31029f335ca1b453af799805c43c37e959ad555.


# c31029f3 16-Feb-2020 Christoph M. Becker

Replace @param annotations with type declarations


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6
# 27e83d0f 08-Nov-2019 Máté Kocsis

Add union return types for function stubs


Revision tags: php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3
# 03e92d4d 28-Sep-2019 Christoph M. Becker

Add ext/snmp arginfo stubs