291 Commits (194fff35513dcbfcacf310bd02cfbc2eb7935260)

Author SHA1 Message Date
Marcus Boerger 7c8c0414e1 - MFH Minor corrections and a new test 17 years ago
Marcus Boerger 4ffc3235e3 - MFH Show closure's bound as static parameter 17 years ago
Marcus Boerger 12df96e0de MFH 17 years ago
Marcus Boerger 7ca830742e - MFH Improved closure support 17 years ago
Marcus Boerger 4490ca3104 - MFH Add minimalistic closure support 17 years ago
Marcus Boerger 88ca8e7279 - Use Revision instead of Id tag for version 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann 2f49305bc8 MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible(). 17 years ago
Dmitry Stogov 7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Hannes Magnusson dd9e9f26e2 MFH: Interfaces extend other interfaces, not implement 17 years ago
Marcus Boerger 7126de4912 - Next step in namespaces, using / as namespace separator. 17 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena b9c03aa4a5 - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property) 17 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Dmitry Stogov f656c6fc70 Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 18 years ago
Felipe Pena 9d5ab6e54f - MFH: Removed unused arguments 18 years ago
Christian Seiler 066ea4f66c MFH: Fixed segfaults (tests added) 18 years ago
Marcus Boerger 6d083e2c39 - Cleanup 18 years ago
Felipe Pena 301af6d4a9 - MFH: has_property check 18 years ago
Felipe Pena e82568d9e4 - Fix build (ZTS) 18 years ago
Marcus Boerger 05d896cce9 - MFH Closure/Reflection integration (original idea by Christian Seiler) 18 years ago
Felipe Pena 18d07065c0 - MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error) 18 years ago
Felix De Vliegher 06bcec0698 Documentation fix for getClosure() 18 years ago
Dmitry Stogov af05ce0af6 Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 18 years ago
Dmitry Stogov ac68c41f8d Fixed support for static methods 18 years ago
Dmitry Stogov 176ebc26ea Fixed uninitialized data 18 years ago
Antony Dovgal a46319d86d fix typos 18 years ago
Dmitry Stogov 691d4a6999 Fixed uninitialised data 18 years ago
Felipe Pena 0fbe6a0c14 - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 18 years ago
Felipe Pena a83e976857 - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.) 18 years ago
Dmitry Stogov d5ef2f466c Added support for lambda functions and closures 18 years ago
Dmitry Stogov b872c30c85 ws 18 years ago
Dmitry Stogov 216909ced7 Added support for namespaces 18 years ago
Felipe Pena bee6c52437 - New parameter parsing API 18 years ago
Felipe Pena 5050450f79 - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) 18 years ago
Dmitry Stogov ecc9778dc8 Made code opcode-cache friendly. (It is disallowed to change code during execution) 18 years ago
Derick Rethans d161f4ec88 - Fixed speling. 18 years ago
Derick Rethans a764d75d08 - Add the ReflectionProperty::setAccesible() method that allows non-public 18 years ago
Felipe Pena 2c90b7127c Revert 18 years ago
Felipe Pena b9df996a3b Fix the fix (isInstance - order of parameters) 18 years ago
Antony Dovgal ca44081e6b fix ZTS build 18 years ago
Felipe Pena 8452585fc8 Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator) 18 years ago
Marcus Boerger 626881d9e8 - MFH Fixed Bug #37964 (Reflection shows private methods of parent class) 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov 648fbe9d58 Fixed bug #43128 (Very long class name causes segfault) 18 years ago
Ilia Alshanetsky f0197278e0 Fixed bug #42976 (Crash when constructor for newInstance() or 18 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Antony Dovgal 7a954c4c48 MFH: fix coverity issue #411 19 years ago