summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* - 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-031-2/+7
* - Year++Felipe Pena2011-01-011-1/+1
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-211-1/+1
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-201-2/+11
* - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-261-0/+1
* - Added missing void parameter checksFelipe Pena2010-08-211-0/+20
* - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-111-1/+12
* - Fix memleak when passing a non string/object parameterFelipe Pena2010-06-031-1/+1
* - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-251-1/+1
* Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-301-11/+11
* - The ctor requires both argumentsHannes Magnusson2010-03-021-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - 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-111-1/+1
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private p...Felipe Pena2009-11-011-3/+6
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-031-106/+111
* Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.Sebastian Bergmann2009-09-161-12/+45
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-031-3/+3
* - Fixed ReflectionClass::getStaticProperties() to do not return the private p...Felipe Pena2009-08-011-6/+9
* - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully ...Jani Taskinen2009-08-011-1/+11
* - 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-011-3/+3
* - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masuga...Felipe Pena2009-06-161-1/+1
* MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does notArnaud Le Blanc2009-05-211-0/+4
* - MFH: Fixed bug #47254 (Wrong Reflection for extends class)Felipe Pena2009-04-271-11/+12
* MFH: Fix issue reported by Roman Borschel.Sebastian Bergmann2009-04-041-2/+2
* Block unused functionIlia Alshanetsky2009-04-021-0/+2
* Fixed regression of bug #46205, thanks to felipe for pointing this out.Christian Seiler2009-02-011-0/+6
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-174/+92
* MFH:Felipe Pena2009-01-071-77/+208
* - MFH Minor corrections and a new testMarcus Boerger2009-01-031-3/+5
* - MFH Show closure's bound as static parameterMarcus Boerger2009-01-031-11/+19
* MFHMarcus Boerger2009-01-031-11/+29
* - MFH Improved closure supportMarcus Boerger2009-01-031-14/+60
* - MFH Add minimalistic closure supportMarcus Boerger2009-01-031-19/+63
* - Use Revision instead of Id tag for versionMarcus Boerger2008-12-311-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* 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