History log of /PHP-8.3/ext/standard/file_arginfo.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 76dccd82 10-Sep-2022 Christoph M. Becker

Fix GH-9518: Disabling IPv6 support disables unrelated constants

We need to properly terminate the "conditional compilation" in stub
files.

Closes GH-9520.


# e733ebf3 02-Sep-2022 Máté Kocsis

Add parenthesis around preprocessor conditions in stubs

gen_stub.php concatenates nested #ifs into one #if so let's make sure the semantics remain the same.


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# b4ec3e9b 28-Aug-2022 Máté Kocsis

Do not generate CONST_CS when registering constants (#9439)


# c573b822 26-Aug-2022 Máté Kocsis

Declare ext/standard constants in stubs - part 2 (#9426)