#
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
|
#
b9c03aa4 |
| 29-Oct-2008 |
Felipe Pena |
- MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
|
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
f656c6fc |
| 01-Oct-2008 |
Dmitry Stogov |
Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)
|
#
9d5ab6e5 |
| 22-Aug-2008 |
Felipe Pena |
- MFH: Removed unused arguments
|
#
066ea4f6 |
| 11-Aug-2008 |
Christian Seiler |
MFH: Fixed segfaults (tests added)
|
#
6d083e2c |
| 11-Aug-2008 |
Marcus Boerger |
- Cleanup
|
#
301af6d4 |
| 11-Aug-2008 |
Felipe Pena |
- MFH: has_property check
|
#
e82568d9 |
| 11-Aug-2008 |
Felipe Pena |
- Fix build (ZTS)
|
#
05d896cc |
| 11-Aug-2008 |
Marcus Boerger |
- MFH Closure/Reflection integration (original idea by Christian Seiler)
|
#
18d07065 |
| 11-Aug-2008 |
Felipe Pena |
- MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
|
#
06bcec06 |
| 08-Aug-2008 |
Felix De Vliegher |
Documentation fix for getClosure()
|