History log of /PHP-5.6/ext/reflection/php_reflection.c (Results 101 – 125 of 441)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 4d3944f9 11-Jun-2010 Felipe Pena

- Fixed bug #52057 (ReflectionClass fails on Closure class)


# becc2bb6 11-Jun-2010 Felipe Pena

- Fixed bug #52057 (ReflectionClass fails on Closure class)


# 8454cca4 03-Jun-2010 Felipe Pena

- Fix memleak when passing a non string/object parameter


# dc86e9e8 03-Jun-2010 Felipe Pena

- Fix memleak when passing a non string/object parameter


# e03baf4e 02-Jun-2010 Felipe Pena

- Save an object_init_ex() and zval_dtor() calls on ReflectionClass::isCloneable()


# c98c39b1 02-Jun-2010 Felipe Pena

- Added ReflectionClass::isCloneable() [DOC]


# 4158f7e1 30-May-2010 Johannes Schlüter

- More trait reflection work
#- I'm not happy about ReflectionClass::getTraitAliases, yet


# 2d63683e 29-May-2010 Felipe Pena

- Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait)


# 23dfc1fa 29-May-2010 Felipe Pena

- Missing Trait check fix


# 3c4ff06c 29-May-2010 Felipe Pena

- Fixed wrong abstract class identification (it was identified as a Trait)


# 97b7620a 29-May-2010 Johannes Schlüter

- Add some folding marks


# 19afc82e 29-May-2010 Johannes Schlüter

- Make reflection aware of traits


# 49d74ebc 27-May-2010 Kalle Sommer Nielsen

Fixed compiler warning (pointer mismatch)


# 0b9263da 26-May-2010 Pierrick Charron

Remove unused variable


# f3009cb5 25-May-2010 Felipe Pena

- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array)


# 1168cdc3 25-May-2010 Felipe Pena

- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array)


# f23e8576 24-May-2010 Dmitry Stogov

Fixed ZTS build


# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties


# 1bc92476 20-May-2010 Derick Rethans

- Added scalar typehinting.


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


# c93a4f19 19-Apr-2010 Stanislav Malyshev

restore $this support for closures to its former glory


# 26b08f98 30-Mar-2010 Johannes Schlüter

Remove main/php3_compat.h, for that a few references to `function_entry` have
to be replaced by `zend_function_entry`.


# d5b2d647 30-Mar-2010 Johannes Schlüter

Fix protos


# 26af5759 30-Mar-2010 Johannes Schlüter

Add ReflectionZendExtension class and --rz option to CLI


# 6ba38a6e 30-Mar-2010 Johannes Schlüter

Fix folding


12345678910>>...18