298 Commits (e660f91c267fa5cd8fee59f5429464726abb2f06)

Author SHA1 Message Date
Arnaud Le Blanc 5c5dcf5e7a MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not 17 years ago
Felipe Pena 9fa1e2d8a8 - MFH: Fixed bug #47254 (Wrong Reflection for extends class) 17 years ago
Sebastian Bergmann 03e48b1535 MFH: Fix issue reported by Roman Borschel. 17 years ago
Ilia Alshanetsky c1effd8c7a Block unused function 17 years ago
Christian Seiler 63ee3c98a8 Fixed regression of bug #46205, thanks to felipe for pointing this out. 17 years ago
Christian Seiler c6d89bd4a8 [DOC] Remove $this support in closures for PHP 5.3 beta 1 17 years ago
Felipe Pena 15851cd771 MFH: 17 years ago
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(). 18 years ago
Dmitry Stogov 7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 18 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Hannes Magnusson dd9e9f26e2 MFH: Interfaces extend other interfaces, not implement 18 years ago
Marcus Boerger 7126de4912 - Next step in namespaces, using / as namespace separator. 18 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena b9c03aa4a5 - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property) 18 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 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