History log of /PHP-5.5/ext/reflection/php_reflection.c (Results 126 – 150 of 428)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# edbf332c 01-Aug-2009 Jani Taskinen

- Fixed bug #49074 (private class static fields can be modified by using reflection)


# 485f28aa 01-Jul-2009 Kalle Sommer Nielsen

MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle)


# e536b270 01-Jul-2009 Kalle Sommer Nielsen

MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe


# 21d61978 01-Jul-2009 Kalle Sommer Nielsen

MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10
# f9bb9905 16-Jun-2009 Felipe Pena

- MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp>


Revision tags: php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# 5c5dcf5e 21-May-2009 Arnaud Le Blanc

MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
work with redeclared property)
(patch by Markus dot Lidel at shadowconnect dot com)


Revision tags: php-5.3.0RC2
# 9fa1e2d8 27-Apr-2009 Felipe Pena

- MFH: Fixed bug #47254 (Wrong Reflection for extends class)


# 03e48b15 04-Apr-2009 Sebastian Bergmann

MFH: Fix issue reported by Roman Borschel.


# c1effd8c 02-Apr-2009 Ilia Alshanetsky

Block unused function


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1
# 63ee3c98 01-Feb-2009 Christian Seiler

Fixed regression of bug #46205, thanks to felipe for pointing this out.


Revision tags: php-5.3.0beta1
# c6d89bd4 26-Jan-2009 Christian Seiler

[DOC] Remove $this support in closures for PHP 5.3 beta 1
- Implementation notes here:
http://wiki.php.net/rfc/closures/removal-of-this


# 15851cd7 07-Jan-2009 Felipe Pena

MFH:
- New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS


# 7c8c0414 03-Jan-2009 Marcus Boerger

- MFH Minor corrections and a new test


# 4ffc3235 03-Jan-2009 Marcus Boerger

- MFH Show closure's bound as static parameter


# 12df96e0 03-Jan-2009 Marcus Boerger

MFH
- Add ReflectionFunctionAbstract::getClosureThis()
[DOC]
# Returns the this pointer bound to the closure is the relection object
# points to closure. Since not all closures have a

MFH
- Add ReflectionFunctionAbstract::getClosureThis()
[DOC]
# Returns the this pointer bound to the closure is the relection object
# points to closure. Since not all closures have a bound this, the method
# cannot be used to differentiate between normal functions/methods and
# closures. Instead ReflectionFunctionAbstract::isClosure() has to be used.

show more ...


# 7ca83074 03-Jan-2009 Marcus Boerger

- MFH Improved closure support


# 4490ca31 03-Jan-2009 Marcus Boerger

- MFH Add minimalistic closure support


# 88ca8e72 31-Dec-2008 Marcus Boerger

- Use Revision instead of Id tag for version


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# 2f49305b 29-Nov-2008 Sebastian Bergmann

MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible().


Revision tags: php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


# dd9e9f26 14-Nov-2008 Hannes Magnusson

MFH: Interfaces extend other interfaces, not implement


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7126de49 04-Nov-2008 Marcus Boerger

- Next step in namespaces, using / as namespace separator.


# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


12345678910>>...18