195 Commits (1fa58ec003716068ea6b2aa6a0ea71c7b8ed0bc2)

Author SHA1 Message Date
Marcus Boerger 0add197ec8 - MFH: 20 years ago
Rasmus Lerdorf 3563191049 stray text 20 years ago
Marcus Boerger e795f8f427 - MFH Proto fixes 20 years ago
Marcus Boerger c4b81d8720 - Fix warning 20 years ago
Marcus Boerger bf213a2c7b - Add ReflectionExtension::getDependencies() 20 years ago
Marcus Boerger 941b0651dc - MFH: Function deprecation flag 20 years ago
Johannes Schlüter 027abfd702 - MFH: Fix #29986 (Class constants won't work with predefined constants when 20 years ago
Johannes Schlüter c6cb1598be - MFH: Rename reflection constants to fix parser conflicts 20 years ago
Ilia Alshanetsky 4ea898b79f Fixed bug #36434 (Improper resolution of declaring class name of an 20 years ago
Marcus Boerger afd8f0b608 - MFH Fix naming inconsistency (providing old name as alias) 20 years ago
Ilia Alshanetsky 1e05eec591 Fixed bug #36337 (ReflectionProperty fails to return correct visibility). 20 years ago
Ilia Alshanetsky 0a6b074034 Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect 20 years ago
Michael Wallner beea63529c MFH: fix ReflectionClass::getInterfaces() 20 years ago
Antony Dovgal b22ab5b5d3 fix printf-style formats 20 years ago
Marcus Boerger cb4bb6e389 - MFH Bug #36141 Add ReflectionClass::newInstanceArgs($args) 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Antony Dovgal 8aedeb8513 tix fypo 20 years ago
Marcus Boerger af1d83d783 - Fix MFH (oversight problem) 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
Dmitry Stogov 8768ab94b3 Fixed bug #34729 (Crash in ZTS mode under Apache) 21 years ago
Marcus Boerger 7cb0480d04 - Moved reflection into its own extension 21 years ago
Marcus Boerger fb81446ec9 - MFH Reflection class consts (not removing globals consts in 5.1*) (by Johannes) 21 years ago
Dmitry Stogov 64931b62cc Allow recursive calls to __get/__set for different properties 21 years ago
Dmitry Stogov 863bf8a574 Fixed bug #29268 (__autoload() not called with Reflection->getClass()) 21 years ago
Antony Dovgal 5fdeb391f3 MFH: fix copy/paste typo 21 years ago
Marcus Boerger dec65f584b - MFH ReflectionClass::isInstantiable and abstract classes 21 years ago
Antony Dovgal 21e809b7be MFH: check class_entry of this_ptr in Reflection API 21 years ago
Antony Dovgal f43767b249 fix #34505 (possible memory corruption when unmangling properties with empty names) 21 years ago
Dmitry Stogov 248345d920 Support for class constants and static members for internal classes 21 years ago
Dmitry Stogov 7230be4951 Fixed possible memory leak 21 years ago
Dmitry Stogov 976edd47e2 Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault) 21 years ago
Antony Dovgal 565c7708ca fix #34078 (Reflection API problems in methods with boolean or null default values) 21 years ago
foobar 916815b779 Bump up the year 21 years ago
Dmitry Stogov 345e0255b5 Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods) 21 years ago
Ilia Alshanetsky e656b82956 Fixed memory leak. 21 years ago
Marcus Boerger f554eba8f3 - Fix bug #33389 by fixing copying 21 years ago
Marcus Boerger 758503e26f - Show true/flase 21 years ago
Marcus Boerger 7a7cda7a4c - Internal functions/methods can now return by reference 21 years ago
Dmitry Stogov e6dcba6052 Fixed bug #33312 (ReflectionParameter methods do not work correctly) 21 years ago
Dmitry Stogov 26c3944d9c Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor 21 years ago
Stanislav Malyshev 2cb52151ac MF50: fix #29689 and more private property problems 21 years ago
Dmitry Stogov 9cf513dfea Fixed ReflectionClass::setStaticPropertyValue() 21 years ago
Dmitry Stogov 1a72341328 Added array type hinting. (This patch requires full re-make) 21 years ago
Marcus Boerger c1e480d46e - Make ReflectionObject::hasProperty() recognize dynamically added props 21 years ago
Sebastian Bergmann 11a91f04b2 Correct grammar. 21 years ago
Marcus Boerger 67a226d910 - Add ReflectionProperty::getDocComment() 21 years ago
Marcus Boerger 86ac9559be - Fix by Tim 21 years ago
Marcus Boerger c4bc32ff7b - Add two new methods 21 years ago
Derick Rethans 30d9fd6bba - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true) 21 years ago
Marcus Boerger a57b6bad69 - Be more gracious in reflection API 21 years ago