summaryrefslogtreecommitdiff
path: root/Zend/zend_reflection_api.c
Commit message (Expand)AuthorAgeFilesLines
* - Move Reflection into its own extensionMarcus Boerger2005-11-171-4242/+0
* 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
* - Add eytension consts to extension output (Johannes)Marcus Boerger2005-09-191-4/+34
* Unicode supportDmitry Stogov2005-09-191-2/+2
* check class_entry of this_ptr in Reflection API, so we won't get an alien thi...Antony Dovgal2005-09-161-86/+87
* Fix for Unicode access.Andrei Zmievski2005-09-131-2/+2
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-0/+1
* - Adds module registering a function to struct zend_internal_function.Marcus Boerger2005-08-301-2/+58
* - Fix const speling (correct in branshes where did it vanish here)Marcus Boerger2005-08-301-1/+1
* Fixed possible memory leakDmitry Stogov2005-08-301-0/+1
* - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract cla...Marcus Boerger2005-08-291-1/+1
* Unicode supportDmitry Stogov2005-08-191-10/+12
* Unicode support cleanupDmitry Stogov2005-08-191-69/+16
* Unicode supportDmitry Stogov2005-08-171-7/+23
* Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 ...Dmitry Stogov2005-08-171-0/+1
* ZTS fixes.Sebastian Bergmann2005-08-121-1/+1
* Unicode supportDmitry Stogov2005-08-121-67/+53
* Unicode supportAndrei Zmievski2005-08-111-106/+188
* MF5.1: fix #34078 (Reflection API problems in methods with boolean or null de...Antony Dovgal2005-08-111-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-0/+4
* Fixed memory leak.Ilia Alshanetsky2005-06-211-0/+3
* - Fix bug #33389 by fixing copyingMarcus Boerger2005-06-201-19/+17
* - Show true/flaseMarcus Boerger2005-06-201-1/+7
* - Internal functions/methods can now return by referenceMarcus Boerger2005-06-161-1/+1
* Fixed bug #33312 (ReflectionParameter methods do not work correctly)Dmitry Stogov2005-06-131-6/+24
* Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructorDmitry Stogov2005-06-101-1/+1
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-091-7/+14
* Fixed ReflectionClass::setStaticPropertyValue()Dmitry Stogov2005-06-081-0/+7
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-0/+20
* - Make ReflectionObject::hasProperty() recognize dynamically added propsMarcus Boerger2005-05-121-0/+11
* Correct grammar.Sebastian Bergmann2005-04-251-2/+2
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-191-0/+16
* - Fix by TimMarcus Boerger2005-03-061-0/+1
* - Add two new methodsMarcus Boerger2005-02-271-1/+64
* - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)Derick Rethans2005-02-231-1/+1
* - Be more gracious in reflection APIMarcus Boerger2005-02-131-6/+12
* - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()Marcus Boerger2005-01-311-0/+48
* - Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)Marcus Boerger2005-01-221-5/+3
* - Need to unmangle the class name hereMarcus Boerger2004-12-271-2/+3
* - More proto/error message fixesMarcus Boerger2004-12-271-6/+6
* - Small fixlet (by Tony)Marcus Boerger2004-12-271-2/+2
* - Add ReflectionClass::hasMethod() (thanks to Johannes S.)Marcus Boerger2004-12-251-0/+27