History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 201 – 225 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 734d0b6b 14-Sep-2014 Anatol Belski

use nice way to achieve the property name length


# f1ba5389 14-Sep-2014 Anatol Belski

reduce struct size by 8 bytes on 64 bit


# 0b40abf4 14-Sep-2014 Anatol Belski

avoid repeated strlen() usage


Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# e51677b2 02-Sep-2014 Dmitry Stogov

fixed reference counting


# 88d7ca44 01-Sep-2014 Dmitry Stogov

Refactored INI subsystem to use zend_string* instead of char*


# 257ed406 27-Aug-2014 Anatol Belski

's' works with size_t round 2


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0
# 202e8db1 26-Aug-2014 Anatol Belski

fixed several long vs zend_long casts


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE
# fb8c4110 21-Aug-2014 Anatol Belski

fix zpp


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


12345678910>>...28