summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAc...Sebastian Bergmann2008-11-291-2/+5
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-20/+20
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-38/+0
* MFH: Interfaces extend other interfaces, not implementHannes Magnusson2008-11-141-1/+5
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-20/+20
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+38
* - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on...Felipe Pena2008-10-291-14/+53
* - 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-011-0/+12
* - MFH: Removed unused argumentsFelipe Pena2008-08-221-4/+4
* MFH: Fixed segfaults (tests added)Christian Seiler2008-08-111-4/+29
* - CleanupMarcus Boerger2008-08-111-98/+108
* - 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-111-50/+140
* - MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xx...Felipe Pena2008-08-111-1/+1
* 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-201-4/+6
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+45
* wsDmitry Stogov2008-06-271-4/+4
* Added support for namespacesDmitry Stogov2008-06-251-0/+126
* - New parameter parsing APIFelipe Pena2008-06-211-33/+32
* - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)Felipe Pena2008-06-011-1/+1
* Made code opcode-cache friendly. (It is disallowed to change code during exec...Dmitry Stogov2008-02-181-5/+6
* - Fixed speling.Derick Rethans2008-02-151-4/+4
* - Add the ReflectionProperty::setAccesible() method that allows non-publicDerick Rethans2008-02-151-2/+32
* RevertFelipe Pena2008-01-301-1/+1
* Fix the fix (isInstance - order of parameters)Felipe Pena2008-01-301-1/+1
* fix ZTS buildAntony Dovgal2008-01-301-1/+1
* Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)Felipe Pena2008-01-301-1/+1
* - MFH Fixed Bug #37964 (Reflection shows private methods of parent class)Marcus Boerger2008-01-161-1/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-6/+8
* Fixed bug #42976 (Crash when constructor for newInstance() orIlia Alshanetsky2007-10-281-4/+8
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-8/+8
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-17/+17
* MFH: fix coverity issue #411Antony Dovgal2007-09-271-3/+3
* - Fugbix typo.Sebastian Bergmann2007-08-201-1/+1
* - MFH: Mark the parameter for ReflectionProperty::GetValue as optionalJohannes Schlüter2007-08-171-1/+1
* - New ReflectionExtension::info() function to print the phpinfo() blockJohannes Schlüter2007-07-241-0/+15
* Avoid endless loopHannes Magnusson2007-07-231-0/+2
* MFHAntony Dovgal2007-07-111-24/+32
* MFH: fix copy/paste type and bug #41962Antony Dovgal2007-07-111-1/+1
* - Bug #41525 ReflectionParameter::getPosition() not availableMarcus Boerger2007-05-291-16/+1