summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-4879/+0
* 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 protect...Antony Dovgal2006-10-021-2/+9
* 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
* 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 too...Antony Dovgal2006-07-261-9/+17
* - wsMichael Wallner2006-07-251-3/+3
* Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in keyIlia Alshanetsky2006-07-251-3/+28
* Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for theIlia Alshanetsky2006-07-251-2/+1
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-4/+4
* - MFH Fixed bug #37816 (ReflectionProperty does not throw exception when acce...Marcus Boerger2006-07-101-11/+15
* - MFH Fix logicMarcus Boerger2006-07-091-1/+1
* MFH: ReflectionFunction::isDisabled()Hannes Magnusson2006-07-071-0/+14
* mfhHannes Magnusson2006-07-041-1/+1
* MFH: Fix protos&arginfoHannes Magnusson2006-07-041-6/+16
* - MFH Fix ReflectionObject::getProperties() + dyn propertiesMarcus Boerger2006-06-241-0/+27
* MFHHannes Magnusson2006-06-101-25/+36
* - MFH Add arginfo (hannes)Marcus Boerger2006-06-071-35/+233
* - MFH Add ReflectionClass::getInterfaceNames()Marcus Boerger2006-06-071-0/+21
* - Use engine call to register interfaces (steph)Marcus Boerger2006-06-041-2/+1
* apply correct fixAntony Dovgal2006-06-011-2/+4
* MFH: no need to fetch trsm_ls when it's already availableAntony Dovgal2006-06-011-2/+0
* - Update after api changesMarcus Boerger2006-05-101-1/+1
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
* - MFH:Marcus Boerger2006-03-121-8/+64
* stray textRasmus Lerdorf2006-03-061-1/+1
* - MFH Proto fixesMarcus Boerger2006-03-061-7/+7
* - Fix warningMarcus Boerger2006-02-281-1/+1
* - Add ReflectionExtension::getDependencies()Marcus Boerger2006-02-251-0/+88
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-1/+15
* - MFH: Fix #29986 (Class constants won't work with predefined constants whenJohannes Schlüter2006-02-241-0/+1
* - MFH: Rename reflection constants to fix parser conflictsJohannes Schlüter2006-02-201-13/+13
* Fixed bug #36434 (Improper resolution of declaring class name of anIlia Alshanetsky2006-02-201-1/+9
* - MFH Fix naming inconsistency (providing old name as alias)Marcus Boerger2006-02-181-3/+4
* Fixed bug #36337 (ReflectionProperty fails to return correct visibility).Ilia Alshanetsky2006-02-131-6/+2
* Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflectIlia Alshanetsky2006-02-081-6/+2
* MFH: fix ReflectionClass::getInterfaces()Michael Wallner2006-02-061-1/+1
* fix printf-style formatsAntony Dovgal2006-01-301-3/+3
* - MFH Bug #36141 Add ReflectionClass::newInstanceArgs($args)Marcus Boerger2006-01-251-2/+76
* bump year and license versionfoobar2006-01-011-3/+3
* tix fypoAntony Dovgal2005-12-181-3/+3
* - Fix MFH (oversight problem)Marcus Boerger2005-12-111-1/+1