History log of /php-src/ext/standard/file.stub.php (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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
# c573b822 26-Aug-2022 Máté Kocsis

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