summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* ignore my previous fix, it was wrong =)Antony Dovgal2006-06-011-2/+4
* no need to fetch trsm_ls when it's already availableAntony Dovgal2006-06-011-2/+0
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-7/+2
* - Fix ReflectionParameterMarcus Boerger2006-03-121-7/+55
* stray textRasmus Lerdorf2006-03-061-1/+1
* - Proto fixesMarcus Boerger2006-03-061-7/+7
* - Make Derick happy for the momentMarcus Boerger2006-02-281-0/+1
* - deprecated belongs in the flag area, not in the keyword areaMarcus Boerger2006-02-251-3/+3
* - We need %v hereJohannes Schlüter2006-02-241-1/+1
* - Fix #29986 (Class constants won't work with predefined constants whenJohannes Schlüter2006-02-241-0/+1
* - deprecated not staticJohannes Schlüter2006-02-241-1/+1
* - Fix warningMarcus Boerger2006-02-241-2/+3
* - Functions can be deprecated tooMarcus Boerger2006-02-241-4/+6
* - Print deprecation info on reflection exportJohannes Schlüter2006-02-211-0/+3
* Fix whitespace.Sebastian Bergmann2006-02-211-1/+1
* Add ReflectionMethod::isDeprecated(). Patch reviewed by Marcus Börger <helly...Sebastian Bergmann2006-02-211-1/+10
* Portable unicode string API:Dmitry Stogov2006-02-211-66/+78
* - Ansi compliance issue found by robMarcus Boerger2006-02-211-1/+2
* - Fix mem issue in unicode mode (seems to be a problem in different api behav...Marcus Boerger2006-02-211-6/+11
* - Add ReflectionProperty::getDefaultValue()Marcus Boerger2006-02-211-3/+36
* - Rename reflection constants to fix parser conflictsJohannes Schlüter2006-02-201-13/+13
* - Show dependencies in dump's tooMarcus Boerger2006-02-201-0/+35
* - Add ReflectionExtension::getDependencies() to retrieve all dependenciesMarcus Boerger2006-02-201-0/+52
* MFB51: Fixed bug #36434 (Improper resolution of declaring class name of anIlia Alshanetsky2006-02-201-1/+9
* Fixed SIGSEGV in unicode modeDmitry Stogov2006-02-201-1/+1
* - Fix naming inconsistency reported by sebastianMarcus Boerger2006-02-181-3/+3
* MFB51: Fixed bug #36337 (ReflectionProperty fails to return correct visibility).Ilia Alshanetsky2006-02-131-6/+2
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-60/+60
* MFB51: Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflectIlia Alshanetsky2006-02-081-6/+2
* - fix ReflectionClass::getInterfaces()Michael Wallner2006-02-061-1/+1
* - Implemented #36141 Add ReflectionClass::newInstanceArgs($args)Marcus Boerger2006-01-241-2/+76
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-3/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFB: fix typoAntony Dovgal2005-12-181-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Nuke php3_compat.hfoobar2005-12-061-5/+0
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-3/+3
* - License for core extensions is PHP LicenseMarcus Boerger2005-11-241-6/+7
* Changed reflection constants to class constantsJohannes Schlüter2005-11-231-19/+20
* Fixed "getParameters" methodDmitry Stogov2005-11-211-0/+5
* - Disabled globals code in a way that does not affect purist or old compilersMarcus Boerger2005-11-181-11/+3
* - Move Reflection into its own extensionMarcus Boerger2005-11-171-15/+78
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-8/+2
* Fixed bug #29268 (__autoload() not called with Reflection->getClass())Dmitry Stogov2005-10-211-5/+1
* copy/paste typoAntony Dovgal2005-10-201-1/+1
* - Add ability to access private properties of base classesMarcus Boerger2005-10-161-7/+35
* - Add 'overwrites' info to method dumpMarcus Boerger2005-10-091-2/+15
* - Add ReflectionMethod::getPrototype()Marcus Boerger2005-10-081-17/+59
* - Make reflection class pointers available for othersMarcus Boerger2005-10-031-10/+10
* - Remove unused variableMarcus Boerger2005-09-231-1/+0