History log of /PHP-7.0/ext/reflection/php_reflection.c (Results 101 – 125 of 587)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.16, php-5.4.32
# 1169de3e 16-Aug-2014 Anatol Belski

fix some cases with fast zpp


# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE
# 87afa6bd 14-Aug-2014 Tjerk Meesters

Fixes missing Reflector interface constraints being enforced by the engine


Revision tags: php-5.6.0RC4, php-5.3.29
# b8517e41 13-Aug-2014 Dmitry Stogov

cleanup


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1
# be010e26 31-Jul-2014 Xinchen Hui

Fixed getDefaultProperties (it should not return reference)


Revision tags: php-5.6.0RC3
# d18b1624 30-Jul-2014 Ferenc Kovacs

update the exception message to better match the actual check


Revision tags: php-5.5.15
# d586441d 23-Jul-2014 Ferenc Kovacs

ReflectionClass::newInstanceWithoutConstructor() should be allowed to instantiate every class except those internal classes with a final __construct()


# d909b633 23-Jul-2014 Dmitry Stogov

Fixed crash on self-referencing constant expression (part of a constant AST)


Revision tags: php-5.4.31
# 27f38798 11-Jul-2014 Dmitry Stogov

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap us

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)

show more ...


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 2ed8a170 07-Jul-2014 Dmitry Stogov

Refactored run_time_cache usage in object handlers


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1
# 909acec2 16-Jun-2014 Dmitry Stogov

Avoid useles constants update


Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# c9062917 28-May-2014 Dmitry Stogov

Use new zend_hash API


Revision tags: php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# 5864ce8a 22-Apr-2014 Dmitry Stogov

Fixed compilation warnings


# 4ed452c1 21-Apr-2014 Dmitry Stogov

Convert zval_get_string() into "fast path" macro and "slow path" function


# 0d43a277 21-Apr-2014 Nikita Popov

Use zval_get_string in a few more places


# bda96e3c 21-Apr-2014 Nikita Popov

Use zval_get_string in print_zval and propagate TSRMLS


# afe66d89 21-Apr-2014 Dmitry Stogov

Cleanup


# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...


# cc576c74 16-Apr-2014 Dmitry Stogov

op_array->function_name, op_array->doc_comments and op_array->filename may be kept in opcache SHM


# c44eee15 16-Apr-2014 Dmitry Stogov

Fixed reference counting


Revision tags: php-5.4.28RC1
# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


Revision tags: php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# 5dc52e48 14-Apr-2014 Dmitry Stogov

Fixed interface constants inheritance.
Now we use IS_REFERENCE for inhereted class constants.
I might miss some edje cases.


12345678910>>...24