250 Commits (dfd31ff703aa70c138aa9ee1ded10046c33710bb)

Author SHA1 Message Date
Felipe Pena a04ec69406 - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property) 18 years ago
Christian Seiler b9ab70c0d2 - Fixed segmentation fault (test added) 18 years ago
Felipe Pena e0e1648359 - MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error) 18 years ago
Felipe Pena fba1e9d0c5 - Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) 18 years ago
Ilia Alshanetsky 62b1449e47 Fixed bug #43677 (Inconsistent behaviour of include_path set with 18 years ago
Dmitry Stogov 8187dbfa4d Made code opcode-cache friendly. (It is disallowed to change code during execution) 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky 39f1f2fcd3 MFB: Fixed bug #42976 (Crash when constructor for newInstance() or 19 years ago
Antony Dovgal eb2659c7b2 MFH: fix coverity issue #411 19 years ago
Sebastian Bergmann 11b820bda3 - Fugbix typo. 19 years ago
Johannes Schlüter 1d48a1081c - MFH: Mark the parameter for ReflectionProperty::GetValue as optional 19 years ago
Johannes Schlüter 179c67a64b - New ReflectionExtension::info() function to print the phpinfo() block 19 years ago
Hannes Magnusson e6e823c844 Avoid endless loop 19 years ago
Antony Dovgal d3ac984385 MFH 19 years ago
Antony Dovgal 40f32634c2 MFH: fix copy/paste type and bug #41962 19 years ago
Marcus Boerger 407c9833ef - Bug #41525 ReflectionParameter::getPosition() not available 19 years ago
Hannes Magnusson c64a4a1359 MFH: fix logic 19 years ago
Johannes Schlüter bbcd8c5b69 - Fix bug #41061 ("visibility error" in ReflectionFunction::export()) 19 years ago
Antony Dovgal 8e67ec8225 MFH: fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties) 19 years ago
Sebastian Bergmann d3cb98caf0 Fugbix typo. 19 years ago
Antony Dovgal 9c100b20e6 MFH 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Ilia Alshanetsky 72895cda6d Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type 19 years ago
Johannes Schlüter dcf249004c - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to self:: 20 years ago
Antony Dovgal aeec5b4b68 MFH: fix #39125 (Memleak when reflecting non-existing class/method) 20 years ago
Antony Dovgal 3a4603b4b0 more improvements 20 years ago
Antony Dovgal d917bf084c MFH: fix #39067 (getDeclaringClass() and private properties) 20 years ago
Dmitry Stogov 7c78500d96 Fixed bug #38942 (Double old-style-ctor inheritance) 20 years ago
Antony Dovgal c356ad3b65 MFH: #39001 (ReflectionProperty returns incorrect declaring class for protected properties) 20 years ago
Dmitry Stogov a04b6ed6bc Fixed bug #38942 (Double old-style-ctor inheritance) 20 years ago
Johannes Schlüter 6415ef51e9 - MFH: Print the type of the original value 20 years ago
Johannes Schlüter 6a1b4c99c7 - MFH: Fix #37923 (Display constant value in reflection::export) 20 years ago
Hannes Magnusson bc8377a81c Make ReflectionFunctionAbstract abstract 20 years ago
Antony Dovgal 75b8cd741b last portion of z/Z fixes 20 years ago
Antony Dovgal 86bf55a3d8 MFH: fix #38653 (memory leak in ReflectionClass::getConstant()) 20 years ago
Ilia Alshanetsky 7b409b2276 Improved fix for bug #38132 20 years ago
Antony Dovgal 65626296da MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory) 20 years ago
Michael Wallner 799ec9975b - ws 20 years ago
Ilia Alshanetsky e11e2a137c Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key 20 years ago
Ilia Alshanetsky bd581ab476 Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the 20 years ago
Marcus Boerger d0f2f6cd04 - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex() 20 years ago
Marcus Boerger 71efa5b435 - MFH Fixed bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute) 20 years ago
Marcus Boerger c5ff44688a - MFH Fix logic 20 years ago
Hannes Magnusson 147840dd93 MFH: ReflectionFunction::isDisabled() 20 years ago
Hannes Magnusson 612e75442f mfh 20 years ago
Hannes Magnusson 1d6e7e3d93 MFH: Fix protos&arginfo 20 years ago
Marcus Boerger 97062cade9 - MFH Fix ReflectionObject::getProperties() + dyn properties 20 years ago
Hannes Magnusson 13fe33c2df MFH 20 years ago
Marcus Boerger 44ba014c5f - MFH Add arginfo (hannes) 20 years ago
Marcus Boerger 1f93575c88 - MFH Add ReflectionClass::getInterfaceNames() 20 years ago