History log of /PHP-8.2/main/main.stub.php (Results 1 – 7 of 7)
Revision Date Author Comments
# ffc250d2 09-Jan-2024 Ilija Tovilo

Add runtime type inference verification

Co-authored-by: Dmitry Stogov <dmitry@zend.com>

Closes GH-12930


# 90800b62 07-Jan-2024 haszi

Change PHP_ZTS and PHP_DEBUG to bool to match their ZEND equivalents (#13079)

Co-authored-by: haszi <haszika80@gmail.com>


# c1a8cc59 24-Dec-2023 haszi

Add PHP_OUTPUT_HANDLER_PROCESSED constant to stubs


# 58657ff2 05-Sep-2023 Máté Kocsis

Fix type of the PHP_FLOAT_DIG constant

It used to be an int (https://github.com/php/php-src/pull/9616/files#diff-2978fe1c2c45b4eca89dc476376ddc7193bc4e5e7fff0c7d1c465f057b35a5e6L2155) before

Fix type of the PHP_FLOAT_DIG constant

It used to be an int (https://github.com/php/php-src/pull/9616/files#diff-2978fe1c2c45b4eca89dc476376ddc7193bc4e5e7fff0c7d1c465f057b35a5e6L2155) before constant registration was refactored.

show more ...


# 2fad7cdd 05-Sep-2023 Máté Kocsis

Fix type of the PHP_FLOAT_DIG constant

It used to be an int (https://github.com/php/php-src/pull/9616/files#diff-2978fe1c2c45b4eca89dc476376ddc7193bc4e5e7fff0c7d1c465f057b35a5e6L2155) before

Fix type of the PHP_FLOAT_DIG constant

It used to be an int (https://github.com/php/php-src/pull/9616/files#diff-2978fe1c2c45b4eca89dc476376ddc7193bc4e5e7fff0c7d1c465f057b35a5e6L2155) before constant registration was refactored.

show more ...


# 66f3b5ff 12-Oct-2022 Máté Kocsis

Declare main constants in stubs - part 3 (#9731)


# 93982b14 30-Sep-2022 Máté Kocsis

Declare main constants in stubs - part 1 (#9616)