summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
...
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-3/+3
* - Moved reflection into its own extensionMarcus Boerger2005-11-301-0/+4281
* - Not in this branchMarcus Boerger2005-11-171-4041/+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/+2
* MFH: fix copy/paste typoAntony Dovgal2005-10-201-1/+1
* - MFH ReflectionClass::isInstantiable and abstract classesMarcus Boerger2005-10-061-1/+1
* MFH: check class_entry of this_ptr in Reflection APIAntony Dovgal2005-09-161-83/+83
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-4/+4
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-0/+1
* Fixed possible memory leakDmitry Stogov2005-08-301-0/+1
* Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 ...Dmitry Stogov2005-08-171-0/+1
* fix #34078 (Reflection API problems in methods with boolean or null default v...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
* - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults)Marcus Boerger2004-11-241-0/+7
* - Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables()Marcus Boerger2004-11-141-1/+1
* - Trying to invoke function not methot hereMarcus Boerger2004-11-031-2/+2
* - Fix invokeargs() with static methodsMarcus Boerger2004-11-031-1/+9
* - Add ReflectionFunction::invokeArgs(array)Marcus Boerger2004-10-311-0/+162
* Invokation -> InvocationSebastian Bergmann2004-10-311-4/+4
* - Be consistent and use names as keys (found by johannes)Marcus Boerger2004-10-301-1/+1
* - Fix protosMarcus Boerger2004-10-301-7/+7
* - Fix Bug #30344Marcus Boerger2004-10-061-6/+6
* - publish reflection_class_factory() as zend_reflection_class_factory()Marcus Boerger2004-09-281-8/+8
* - Make internally used properties read-only and fix default propertiesMarcus Boerger2004-09-271-0/+23
* - Declare propertiesMarcus Boerger2004-09-271-0/+8