History log of /PHP-7.0/ext/reflection/php_reflection.c (Results 176 – 200 of 587)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7
# ad0da9ae 02-Sep-2012 Reeze Xia

Implemented ReflectionFunction::isGenerator()


Revision tags: php-5.4.7RC1
# 7a56ac00 22-Aug-2012 Felipe Pena

- Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private)


Revision tags: php-5.3.16, php-5.4.6
# 170ee90b 02-Aug-2012 Xinchen Hui

Fixed bug that can not get default value of parameter if it's not `optional`


# 49b202f2 02-Aug-2012 Xinchen Hui

Fixed bug that can not get default value of parameter if it's not `optional`


# 10642aa9 01-Aug-2012 Xinchen Hui

Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)


Revision tags: php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1
# b025b9d0 27-Jun-2012 Johannes Schlüter

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_proper

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()

show more ...


# c3f34796 23-Jun-2012 Felipe Pena

- Improved fix for #62384


# b8e946b0 22-Jun-2012 Felipe Pena

- Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul)


Revision tags: php-5.3.14, php-5.4.4
# 1f5327a6 01-Jun-2012 Xinchen Hui

Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)


# 13a95553 31-May-2012 Reeze Xia

Implemented FR #61602 Allow access to name of constant used as default value

This is an improved commit for FR #61602, this fixed the previous
commit 054f3e3's C99 compiler compatibility

Implemented FR #61602 Allow access to name of constant used as default value

This is an improved commit for FR #61602, this fixed the previous
commit 054f3e3's C99 compiler compatibility issue

show more ...


Revision tags: php-5.3.14RC2, php-5.4.4RC2
# df481764 23-May-2012 Xinchen Hui

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

ext/reflection/php_reflection.c

show more ...


# f733173b 23-May-2012 Xinchen Hui

Fix typo while resolving conflicts


# a7df6ce6 23-May-2012 Xinchen Hui

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

ext/reflection/php_reflection.c

show more ...


Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2
# 6712d0d2 04-Apr-2012 reeze

Fixed CODING_STANDARD and move parameter parse code


# 054f3e3c 03-Apr-2012 reeze

Implemented FR #61602 Allow access to name of constant used as default value


Revision tags: php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# f7b10aba 20-Mar-2012 David Soria Parra

Replace $Revision$ with $Id$ in keyword expansion enable files


# 773bedb1 18-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
when get_properties returns a hash table with (inaccessible) dynamic
numeric properties).


# 920072df 18-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
when get_properties returns a hash table with (inaccessible) dynamic
numeric properties).


# 227112cb 18-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
when get_properties returns a hash table with (inaccessible) dynamic
numeric properties).


# e83f0261 02-Mar-2012 Xinchen Hui

MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())


Revision tags: php-5.4.0, php-5.4.0RC8
# 30f63e41 03-Feb-2012 Xinchen Hui

Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())


# d2ca448f 03-Feb-2012 Xinchen Hui

Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())


Revision tags: php-5.3.10, php-5.4.0RC7, php-5.4.0RC6
# ebddf8a9 17-Jan-2012 Sebastian Bergmann

Revert r322390.


# e76c1cc0 17-Jan-2012 Sebastian Bergmann

Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal().

Patch by Jan Dolecek <juzna.cz@gmail.com>.


Revision tags: php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


12345678910>>...24