summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix testsandy wharmby2009-06-292-14/+11
* - 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-212-0/+48
* - MFH: Fixed bug #47254 (Wrong Reflection for extends class)Felipe Pena2009-04-279-395/+396
* MFH: Rename reflection*.phpt to Reflection*.phpt for consistency.Sebastian Bergmann2009-04-08107-2/+2
* MFH: Fix issue reported by Roman Borschel.Sebastian Bergmann2009-04-042-2/+59
* 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-2610-478/+98
* MFH:Felipe Pena2009-01-0728-194/+313
* - MFH Minor corrections and a new testMarcus Boerger2009-01-033-5/+86
* - 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-312-2/+2
* MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAc...Sebastian Bergmann2008-11-292-28/+69
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-20/+20
* Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux...Ant Phillips2008-11-1856-0/+4914
* Commit tests for ext/reflectionAnt Phillips2008-11-178-0/+362
* - 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
* - Fixed testsFelipe Pena2008-11-132-4/+4
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-043-28/+28
* - 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