History log of /PHP-8.2/Zend/Optimizer/zend_func_infos.h (Results 1 – 25 of 36)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d8ef868b 26-Nov-2023 Alex Dowad

Return value of mb_get_info can be NULL

This has been the case at least since PHP 5.4. Thanks to Girgias for
pointing it out.

It appears that there are several global variables

Return value of mb_get_info can be NULL

This has been the case at least since PHP 5.4. Thanks to Girgias for
pointing it out.

It appears that there are several global variables internal to mbstring
which can be queried via mb_get_info() and which could be NULL, but
at the very least, we know that "mbstring.http_input" is one of them.

show more ...

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

Regenerate optimizer func info after preprocessor condition changes

# a6f489b4 05-Aug-2022 Ilija Tovilo

Fix mb_strimwidth RC info

Closes GH-9254

# d4a9cc88 21-Jul-2022 Ilija Tovilo

Fix rc info of iterator_to_array (#9080)

This function can now return a copy of the provided array, resulting in
a value of RC != 1.

# 4d8dd8d2 19-Jul-2022 Go Kudo

Implement Random Extension

https://wiki.php.net/rfc/rng_extension
https://wiki.php.net/rfc/random_extension_improvement

# 63912b5e 15-Jul-2022 Ilija Tovilo

Fix RC func info of str_split (#9016)

Introduced in GH-8945

With RETURN_EMPTY_ARRAY this function can now return an interned array which
has refcount 2.

# 49d3dde2 18-Jun-2022 Máté Kocsis

Declare true return types (#8759)

# bbc0c4c5 13-Jun-2022 Pierrick Charron

Regen missing Zend/Optimizer/zend_func_infos.h

# 3de1613b 01-Jun-2022 Máté Kocsis

Regenerate optimizer function info

# 8649cb8a 14-Apr-2022 George Peter Banyard

Improve and fix stub return types (#8368)

# 2fe35cf8 05-Apr-2022 George Peter Banyard

Regenerate optimized func infos

Using the --generate-optimizer-info option for ./build/gen_stubs.php

# a708db9c 12-Dec-2021 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix GH-7759: Incorrect return types for hash() and hash_hmac()


# 20fb26e5 30-Aug-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 2

ext/ftp, ext/gmp, ext/intl

Closes GH-7433

# d02b9b95 30-Aug-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 1

ext/bz2, ext/calendar, ext/dba, ext/enchant

Closes GH-7432

# 41789e1f 08-Oct-2021 Nikita Popov

Regenerate optimizer info

While the stub definitions were updated, the generated optimizer
info was stale.

# d9e5e630 07-Oct-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 6 (#7474)

# c8f858ef 06-Sep-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 4 (#7469)

# 6a47831e 06-Sep-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 3 (#7467)

# c19e4b99 30-Aug-2021 Máté Kocsis

Generate optimizer func info from stubs for ext/standard - part 3 (#7426)

# 1bf1481a 30-Aug-2021 Máté Kocsis

Specify a few array func info entries (#7425)

# 8e6e9838 30-Aug-2021 Máté Kocsis

Add support for generating MAY_BE_ARRAY_OF_REF func info flag (#7416)

# fab12221 30-Aug-2021 Nikita Popov

Ensure stub files are processed in predictable order

The zend_func_infos.h file was generated in a different order for
me.

# 0f7e0cf3 30-Aug-2021 Nikita Popov

str_replace() can return the original string

# b49d340f 27-Aug-2021 Máté Kocsis

Generate optimizer func info from stubs for ext/standard - part 2 (#7414)

# 1ce81b6b 27-Aug-2021 Máté Kocsis

Generate optimizer func info from stubs for ext/standard - part 1 (#7413)

12