Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: | Felipe Pena | 2009-01-07 | 1 | -77/+208 | |
| | | | | | | - New parameter parsing - Removed METHOD_NOTSTATIC_NUMPARAMS | |||||
* | - MFH Minor corrections and a new test | Marcus Boerger | 2009-01-03 | 1 | -3/+5 | |
| | ||||||
* | - MFH Show closure's bound as static parameter | Marcus Boerger | 2009-01-03 | 1 | -11/+19 | |
| | ||||||
* | MFH | Marcus Boerger | 2009-01-03 | 1 | -11/+29 | |
| | | | | | | | | | | - 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. | |||||
* | - MFH Improved closure support | Marcus Boerger | 2009-01-03 | 1 | -14/+60 | |
| | ||||||
* | - MFH Add minimalistic closure support | Marcus Boerger | 2009-01-03 | 1 | -19/+63 | |
| | ||||||
* | - Use Revision instead of Id tag for version | Marcus Boerger | 2008-12-31 | 1 | -2/+2 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fix #46718: ReflectionProperty::setValue() and ↵ | Sebastian Bergmann | 2008-11-29 | 1 | -2/+5 | |
| | | | | ReflectionProperty::setAccessible(). | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -20/+20 | |
| | | | | using array_map) | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -38/+0 | |
| | ||||||
* | MFH: Interfaces extend other interfaces, not implement | Hannes Magnusson | 2008-11-14 | 1 | -1/+5 | |
| | ||||||
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -20/+20 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+38 | |
| | ||||||
* | - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵ | Felipe Pena | 2008-10-29 | 1 | -14/+53 | |
| | | | | on dynamicly created property) | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -38/+0 | |
| | ||||||
* | Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) | Dmitry Stogov | 2008-10-01 | 1 | -0/+12 | |
| | ||||||
* | - MFH: Removed unused arguments | Felipe Pena | 2008-08-22 | 1 | -4/+4 | |
| | ||||||
* | MFH: Fixed segfaults (tests added) | Christian Seiler | 2008-08-11 | 1 | -4/+29 | |
| | ||||||
* | - Cleanup | Marcus Boerger | 2008-08-11 | 1 | -98/+108 | |
| | ||||||
* | - MFH: has_property check | Felipe Pena | 2008-08-11 | 1 | -1/+1 | |
| | ||||||
* | - Fix build (ZTS) | Felipe Pena | 2008-08-11 | 1 | -1/+1 | |
| | ||||||
* | - MFH Closure/Reflection integration (original idea by Christian Seiler) | Marcus Boerger | 2008-08-11 | 1 | -50/+140 | |
| | ||||||
* | - MFH: Fixed bug #45765 (ReflectionObject with default parameters of ↵ | Felipe Pena | 2008-08-11 | 1 | -1/+1 | |
| | | | | self::xxx cause an error) | |||||
* | Documentation fix for getClosure() | Felix De Vliegher | 2008-08-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed is_callable/call_user_func mess that had done different things for ↵ | Dmitry Stogov | 2008-07-26 | 1 | -1/+1 | |
| | | | | very similar arguments e.g. array("A","B") and "A::B" | |||||
* | Fixed support for static methods | Dmitry Stogov | 2008-07-25 | 1 | -5/+5 | |
| | ||||||
* | Fixed uninitialized data | Dmitry Stogov | 2008-07-25 | 1 | -1/+1 | |
| | ||||||
* | fix typos | Antony Dovgal | 2008-07-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed uninitialised data | Dmitry Stogov | 2008-07-25 | 1 | -0/+7 | |
| | ||||||
* | - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. | Felipe Pena | 2008-07-24 | 1 | -25/+19 | |
| | ||||||
* | - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private ↵ | Felipe Pena | 2008-07-20 | 1 | -4/+6 | |
| | | | | | | | static methods.) patch by Robin Fernandes | |||||
* | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -0/+45 | |
| | ||||||
* | ws | Dmitry Stogov | 2008-06-27 | 1 | -4/+4 | |
| | ||||||
* | Added support for namespaces | Dmitry Stogov | 2008-06-25 | 1 | -0/+126 | |
| | ||||||
* | - New parameter parsing API | Felipe Pena | 2008-06-21 | 1 | -33/+32 | |
| | ||||||
* | - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) | Felipe Pena | 2008-06-01 | 1 | -1/+1 | |
| | ||||||
* | Made code opcode-cache friendly. (It is disallowed to change code during ↵ | Dmitry Stogov | 2008-02-18 | 1 | -5/+6 | |
| | | | | execution) | |||||
* | - Fixed speling. | Derick Rethans | 2008-02-15 | 1 | -4/+4 | |
| | ||||||
* | - Add the ReflectionProperty::setAccesible() method that allows non-public | Derick Rethans | 2008-02-15 | 1 | -2/+32 | |
| | | | | | | property's values to be read through ::getValue(). #- [DOC] | |||||
* | Revert | Felipe Pena | 2008-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fix the fix (isInstance - order of parameters) | Felipe Pena | 2008-01-30 | 1 | -1/+1 | |
| | ||||||
* | fix ZTS build | Antony Dovgal | 2008-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator) | Felipe Pena | 2008-01-30 | 1 | -1/+1 | |
| | ||||||
* | - MFH Fixed Bug #37964 (Reflection shows private methods of parent class) | Marcus Boerger | 2008-01-16 | 1 | -1/+5 | |
| | | | | | (felipe@php.net) | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 1 | -6/+8 | |
| | ||||||
* | Fixed bug #42976 (Crash when constructor for newInstance() or | Ilia Alshanetsky | 2007-10-28 | 1 | -4/+8 | |
| | | | | | newInstanceArgs() fails) | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -8/+8 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -17/+17 | |
| |