History log of /PHP-7.4/Zend/zend_API.c (Results 226 – 250 of 947)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7ad6711a4 03-Mar-2015 Xinchen Hui

Fixed bug #69167 (call_user_func does not support references anymore)


# 5f76eed1 20-Feb-2015 Dmitry Stogov

don't count op_arrays stored in opcache SHM


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# 8c81d80e 12-Feb-2015 Guilherme Blanco

Made ZEND_ACC_TRAIT a saner value

CC_TRAIT valued as 0x120 is too magical to be comprehensible by others.


# 07fdc1c7 12-Feb-2015 Anatol Belski

fix data types


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# 86b0685f 25-Jan-2015 Andrea Faulds

Prefix zend_wrong_param_count with _ to discourage use


Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# fe663cc4 13-Jan-2015 Andrea Faulds

Partial ZPP strictness implementation


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# 1a28ad03 06-Jan-2015 Andrea Faulds

Forbid scalar type hint names for use, class_alias


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# c3c0f531 13-Dec-2014 Andrea Faulds

Scalar type hints with ZPP casting rules


# 49073fcf 07-Feb-2015 Reeze Xia

Add zend assert deleted by accident


# 61239e1e 07-Feb-2015 Reeze Xia

Let's keep it simple


# d9c28c55 07-Feb-2015 Reeze Xia

Improve internal function return types checking for parent

Previously the checking was against 'self', 'parent' need
to be checked as user land declearation as well.

This also a

Improve internal function return types checking for parent

Previously the checking was against 'self', 'parent' need
to be checked as user land declearation as well.

This also add two missing test cases.

show more ...


# 601fcc31 05-Feb-2015 Reeze Xia

Add load time return type checking to match user land logic


# bff4c47f 04-Feb-2015 Reeze Xia

Implemented internal function return types


# 9e70d767 04-Feb-2015 Dmitry Stogov

Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced.


# 836dcb1d 03-Feb-2015 Dejan Marjanovic

Rename __callstatic (internal name) to __callStatic (userland name) in error message


# c8576c5a 08-Jan-2015 Levi Morrison

Implement return types

RFC is documented here: https://wiki.php.net/rfc/return_types


# 061c0ed9 22-Jan-2015 Dmitry Stogov

Fixed double free and cleanup


# 3e31838d 22-Jan-2015 Dmitry Stogov

zend_read_property() has to provide a holder for return value.
Previously it was possible that zend_read_property() returned pointer to zval allocated on stack.


# 6f67d5ad 20-Jan-2015 Xinchen Hui

Unused parse_arg_object_to_string


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# 2193de0d 14-Jan-2015 Xinchen Hui

Faster sorting algo


# 7e93de10 13-Jan-2015 Dmitry Stogov

Handle run-time cache for static properties directly in executor.
Removed cache_slot argument in zend_std_get_static_property() and zend_std_unset_static_property().


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


12345678910>>...38