summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-022-4/+7
* Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-012-3/+18
* Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
* - Improved fix for #62384Felipe Pena2012-06-231-5/+3
* - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-222-0/+31
* Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with co...Xinchen Hui2012-06-011-1/+2
* Fix typo while resolving conflictsXinchen Hui2012-05-231-1/+1
* Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-231-3/+3
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-2/+2
* - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-182-0/+39
* Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::inv...Xinchen Hui2012-02-032-2/+4
* - Year++Felipe Pena2012-01-012-2/+2
* Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-242-1/+27
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-12/+12
* - Missing fix for bug #54347Felipe Pena2011-06-111-2/+7
* - Fixed bug #54347 (reflection_extension does not lowercase module function n...Felipe Pena2011-06-091-1/+6
* - Simpler fix for bug #53915.Gustavo André dos Santos Lopes2011-02-031-7/+2
* - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-032-2/+35
* - Year++Felipe Pena2011-01-012-2/+2
* - Improve testJohannes Schlüter2010-11-211-4/+4
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-212-1/+29
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-202-2/+36
* - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-262-0/+35
* - Fixed testFelipe Pena2010-09-091-7/+21
* - Added missing void parameter checksFelipe Pena2010-08-211-0/+20
* - Fix testsFelipe Pena2010-07-313-11/+3
* - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-112-1/+66
* - Fix memleak when passing a non string/object parameterFelipe Pena2010-06-031-1/+1
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-0/+28
* - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-252-1/+23
* Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-302-13/+13
* - Fixed tests Felipe Pena2010-03-061-4/+4
* - The ctor requires both argumentsHannes Magnusson2010-03-021-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-18/+6
* - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not pro...Felipe Pena2009-11-112-2/+1
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private p...Felipe Pena2009-11-013-4/+51
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-033-110/+198
* Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.Sebastian Bergmann2009-09-162-12/+156
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-032-5/+5
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+18
* More tests from 2009 testfestZoe Slattery2009-08-301-0/+15
* Test from 2009 testfestZoe Slattery2009-08-263-0/+74
* - Fixed ReflectionClass::getStaticProperties() to do not return the private p...Felipe Pena2009-08-014-19/+14
* - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully ...Jani Taskinen2009-08-012-1/+23
* - Added test for bug #49074Jani Taskinen2009-08-011-0/+35
* - Fixed bug #49074 (private class static fields can be modified by using refl...Jani Taskinen2009-08-011-2/+8
* MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash...Kalle Sommer Nielsen2009-07-011-14/+16
* MFH: Fixed memory leak if zero parameters are passed, Thanks FelipeKalle Sommer Nielsen2009-07-011-1/+3
* MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)Kalle Sommer Nielsen2009-07-012-3/+24