summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | | constant array)
* - The ctor requires both argumentsHannes Magnusson2010-03-021-2/+4
| | | | | - Sync/fix ctor and export arguments to 5_2
* - Fixed bug #50823 (ReflectionFunction::isDeprecated producing "cannot be ↵Jani Taskinen2010-01-221-62/+62
| | | | | | | called statically" error) # Partial MF53 of r273045 by Felipe :)
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵Felipe Pena2009-11-011-3/+6
| | | | property in base class)
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-031-3/+3
|
* - Fixed ReflectionClass::getStaticProperties() to do not return the private ↵Felipe Pena2009-08-011-6/+9
| | | | | | | properties from parent class; behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().
* - Fixed bug #49074 (private class static fields can be modified by using ↵Jani Taskinen2009-08-011-2/+7
| | | | reflection)
* Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) ↵Kalle Sommer Nielsen2009-07-011-11/+13
| | | | (Paul Richards, Kalle)
* MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does notArnaud Le Blanc2009-05-211-0/+4
| | | | | | work with redeclared property) (patch by Markus dot Lidel at shadowconnect dot com)
* - MFH: Fixed bug #47254 (Wrong Reflection for extends class)Felipe Pena2009-04-271-11/+12
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵Felipe Pena2008-10-291-14/+53
| | | | on dynamicly created property)
* - Fixed segmentation fault (test added)Christian Seiler2008-08-111-1/+1
|
* - MFH: Fixed bug #45765 (ReflectionObject with default parameters of ↵Felipe Pena2008-08-111-1/+1
| | | | self::xxx cause an error)
* - Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)Felipe Pena2008-06-011-1/+1
|
* Fixed bug #43677 (Inconsistent behaviour of include_path set withIlia Alshanetsky2008-03-131-1/+1
| | | | | php_value).
* Made code opcode-cache friendly. (It is disallowed to change code during ↵Dmitry Stogov2008-02-181-5/+6
| | | | execution)
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFB: Fixed bug #42976 (Crash when constructor for newInstance() orIlia Alshanetsky2007-10-281-4/+8
| | | | | newInstanceArgs() fails)
* 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
| | | | | for an extension. [DOC]
* 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
| | | | | | | | | | | # This was supposed to be dropped in 5.1.4, I wonder why thisis not in # because the functionality is documented. # [ DOC ] Make sure the function documentation is correct for: # ReflectionParameter::getPosition # ReflectionParameter::getDeclaringFunction # ReflectionFunction::getExtension # ReflectionFunction::getExtensionName
* MFH: fix logicHannes Magnusson2007-05-281-1/+1
|
* - Fix bug #41061 ("visibility error" in ReflectionFunction::export())Johannes Schlüter2007-04-121-15/+19
|
* MFH: fix #40794 (ReflectionObject::getValues() may crash when used with ↵Antony Dovgal2007-03-171-21/+21
| | | | dynamic properties)
* Fugbix typo.Sebastian Bergmann2007-03-161-7/+7
|
* MFHAntony Dovgal2007-02-101-4/+9
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fixed bug #39884 (ReflectionParameter::getClass() throws exception for typeIlia Alshanetsky2006-12-221-1/+34
| | | | | hint self).
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵Johannes Schlüter2006-10-181-1/+1
| | | | to self::
* MFH: fix #39125 (Memleak when reflecting non-existing class/method)Antony Dovgal2006-10-111-0/+7
|
* more improvementsAntony Dovgal2006-10-061-2/+2
|
* MFH: fix #39067 (getDeclaringClass() and private properties)Antony Dovgal2006-10-061-0/+4
|
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-10-031-4/+10
|
* MFH: #39001 (ReflectionProperty returns incorrect declaring class for ↵Antony Dovgal2006-10-021-2/+9
| | | | protected properties)
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-261-2/+14
|
* - MFH: Print the type of the original valueJohannes Schlüter2006-09-111-1/+4
|
* - MFH: Fix #37923 (Display constant value in reflection::export)Johannes Schlüter2006-09-111-2/+15
|
* Make ReflectionFunctionAbstract abstractHannes Magnusson2006-09-101-5/+6
| | | | | | | | - Move ReflectionFunctionAbstract::__construct to ReflectionFunction - Move ReflectionFunctionAbstract::__toString to ReflectionFuncion - Delcare ReflectionFunctionAbstract::__toString abstract - fix couple of typos
* last portion of z/Z fixesAntony Dovgal2006-08-311-43/+45
|
* MFH: fix #38653 (memory leak in ReflectionClass::getConstant())Antony Dovgal2006-08-301-0/+2
|
* Improved fix for bug #38132Ilia Alshanetsky2006-07-261-11/+5
|
* MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate ↵Antony Dovgal2006-07-261-9/+17
| | | | too much memory)