summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-012-6/+6
* tix fypoAntony Dovgal2005-12-181-3/+3
* - Fix MFH (oversight problem)Marcus Boerger2005-12-111-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFHfoobar2005-12-031-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-305-0/+4360
* - Not in this branchMarcus Boerger2005-11-172-4080/+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-212-5/+28
* 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-172-1/+2
* fix #34078 (Reflection API problems in methods with boolean or null default v...Antony Dovgal2005-08-111-1/+1
* Bump up the yearfoobar2005-08-032-2/+2
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-0/+4
* - Fix testMarcus Boerger2005-06-211-1/+2
* Fixed memory leak.Ilia Alshanetsky2005-06-211-0/+3
* - Fix bug #33389 by fixing copyingMarcus Boerger2005-06-201-19/+17
* - Output shows false lowercasedMarcus Boerger2005-06-201-1/+4
* - Show true/flaseMarcus Boerger2005-06-201-1/+7
* revert - now it works again?!foobar2005-06-191-0/+1
* fix testfoobar2005-06-181-1/+0
* test for bug #33389foobar2005-06-181-0/+93
* No short-tags!foobar2005-06-172-2/+2
* - 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-132-6/+44
* 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
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-081-0/+20
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-0/+20
* - Add new testsMarcus Boerger2005-05-261-0/+34
* - 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
* - Add more testsMarcus Boerger2005-04-171-0/+13
* - Fix even though we already know that the function will be renamedMarcus Boerger2005-04-151-1/+19
* - Add new testMarcus Boerger2005-04-081-0/+191
* - Fix by TimMarcus Boerger2005-03-061-0/+1
* - Add new testMarcus Boerger2005-02-271-0/+103
* - 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
* - RenameMarcus Boerger2005-02-131-1/+1
* - Add new testMarcus Boerger2005-02-131-0/+54