summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+38
* - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on...Felipe Pena2008-10-293-14/+206
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-38/+0
* Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)Dmitry Stogov2008-10-012-0/+26
* - MFH: Removed unused argumentsFelipe Pena2008-08-221-4/+4
* - Fixed testFelipe Pena2008-08-181-10/+10
* MFH: Fixed segfaults (tests added)Christian Seiler2008-08-114-4/+112
* - CleanupMarcus Boerger2008-08-111-98/+108
* - MFH: New testsFelipe Pena2008-08-1116-0/+420
* - MFH: has_property checkFelipe Pena2008-08-111-1/+1
* - Fix build (ZTS)Felipe Pena2008-08-111-1/+1
* - MFH Closure/Reflection integration (original idea by Christian Seiler)Marcus Boerger2008-08-114-59/+256
* - MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xx...Felipe Pena2008-08-112-1/+83
* Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()Felix De Vliegher2008-08-084-0/+192
* Documentation fix for getClosure()Felix De Vliegher2008-08-081-1/+1
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-1/+1
* Fixed support for static methodsDmitry Stogov2008-07-251-5/+5
* Fixed uninitialized dataDmitry Stogov2008-07-251-1/+1
* fix typosAntony Dovgal2008-07-251-1/+1
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+7
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-25/+19
* - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private sta...Felipe Pena2008-07-202-4/+46
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+45
* MFHAntony Dovgal2008-07-111-0/+4
* wsDmitry Stogov2008-06-271-4/+4
* Added support for namespacesDmitry Stogov2008-06-253-0/+185
* - set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this var...Pierre Joye2008-06-231-0/+1
* - New parameter parsing APIFelipe Pena2008-06-212-35/+34
* Testfest: various tests for ReflectionParameterLars Strojny2008-06-127-0/+163
* Testfest test cases for ReflectionExtensionLars Strojny2008-06-127-0/+168
* Testfest: ReflectionExtension tests by Gerrit te Sligte and Leon LuijkxLars Strojny2008-06-123-0/+52
* Testfest: ReflectionExtension::info()-test by Stefan KoopmanschapLars Strojny2008-06-121-0/+19
* Reflection::getModifierNames()-test by Felix De Vliegher (Testfest)Lars Strojny2008-06-121-0/+139
* - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)Felipe Pena2008-06-012-1/+59
* Drop SKIPIF check for ext/reflection.Sebastian Bergmann2008-05-2492-198/+14
* More basic ReflectionClass tests from Dutch TestFest.Robin Fernandes2008-05-2315-7/+157
* Basic ReflectionClass tests (from Dutch TestFest)Robin Fernandes2008-05-228-0/+268
* MFH: Add tests for ReflectionFunction::getExtension*().Sebastian Bergmann2008-05-112-0/+35
* fix buildAntony Dovgal2008-05-021-1/+1
* Fix reflection (always static, never shared) and disable turning off pcre and...Elizabeth Marie Smith2008-05-021-1/+1
* Hard enabling it for Windows, readding define for UNIX [DOC]Lars Strojny2008-05-022-7/+3
* Hard enabling ext/reflection on UNIX too [DOC]Lars Strojny2008-05-021-7/+1
* MFHAntony Dovgal2008-04-291-2/+2
* Remove inconsistent behaviour when a protected static prop is overridden by p...Robin Fernandes2008-03-031-5/+5
* Made code opcode-cache friendly. (It is disallowed to change code during exec...Dmitry Stogov2008-02-181-5/+6
* - Fixed speling.Derick Rethans2008-02-152-7/+7
* - Add the ReflectionProperty::setAccesible() method that allows non-publicDerick Rethans2008-02-152-2/+78
* MFHAntony Dovgal2008-02-152-2/+2
* Fix testFelipe Pena2008-01-302-5/+5
* Fix testFelipe Pena2008-01-301-4/+34