Felipe Pena
caa28c2a22
- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
2009-11-01 15:12:34 +00:00
Sebastian Bergmann
d9eeb2e6e6
Make invokeArgs() error messages consistent with invoke().
2009-09-03 14:02:51 +00:00
Felipe Pena
a4a09a00ab
- Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class;
...
behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().
2009-08-01 20:44:00 +00:00
Jani Taskinen
f9e548a9e5
- Fixed bug #49074 (private class static fields can be modified by using reflection)
2009-08-01 00:48:04 +00:00
Kalle Sommer Nielsen
d972b5de5b
Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle)
2009-07-01 18:45:32 +00:00
Arnaud Le Blanc
415b75e3f5
MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
...
work with redeclared property)
(patch by Markus dot Lidel at shadowconnect dot com)
2009-05-21 16:05:11 +00:00
Felipe Pena
ff12af6133
- MFH: Fixed bug #47254 (Wrong Reflection for extends class)
2009-04-27 19:54:35 +00:00
Sebastian Bergmann
ef49b9a8de
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:17:49 +00:00
Felipe Pena
a04ec69406
- MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
2008-10-29 13:34:08 +00:00
Christian Seiler
b9ab70c0d2
- Fixed segmentation fault (test added)
2008-08-11 22:08:58 +00:00
Felipe Pena
e0e1648359
- MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
2008-08-11 00:50:03 +00:00
Felipe Pena
fba1e9d0c5
- Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)
2008-06-01 03:08:59 +00:00
Ilia Alshanetsky
62b1449e47
Fixed bug #43677 (Inconsistent behaviour of include_path set with
...
php_value).
2008-03-13 15:56:21 +00:00
Dmitry Stogov
8187dbfa4d
Made code opcode-cache friendly. (It is disallowed to change code during execution)
2008-02-18 14:30:25 +00:00
Sebastian Bergmann
d9f3a1305f
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:20:42 +00:00
Ilia Alshanetsky
39f1f2fcd3
MFB: Fixed bug #42976 (Crash when constructor for newInstance() or
...
newInstanceArgs() fails)
2007-10-28 13:47:14 +00:00
Antony Dovgal
eb2659c7b2
MFH: fix coverity issue #411
2007-09-27 09:15:20 +00:00
Sebastian Bergmann
11b820bda3
- Fugbix typo.
2007-08-20 17:01:22 +00:00
Johannes Schlüter
1d48a1081c
- MFH: Mark the parameter for ReflectionProperty::GetValue as optional
2007-08-17 14:21:32 +00:00
Johannes Schlüter
179c67a64b
- New ReflectionExtension::info() function to print the phpinfo() block
...
for an extension. [DOC]
2007-07-24 23:15:58 +00:00
Hannes Magnusson
e6e823c844
Avoid endless loop
2007-07-23 01:13:43 +00:00
Antony Dovgal
d3ac984385
MFH
2007-07-11 22:06:54 +00:00
Antony Dovgal
40f32634c2
MFH: fix copy/paste type and bug #41962
2007-07-11 13:27:49 +00:00
Marcus Boerger
407c9833ef
- Bug #41525 ReflectionParameter::getPosition() not available
...
# This was supposed to be dropped in 5.1.4, I wonder why thisis not in
# because the functionality is documented.
# [ DOC ] Make sure the function documentation is correct for:
# ReflectionParameter::getPosition
# ReflectionParameter::getDeclaringFunction
# ReflectionFunction::getExtension
# ReflectionFunction::getExtensionName
2007-05-29 08:44:05 +00:00
Hannes Magnusson
c64a4a1359
MFH: fix logic
2007-05-28 10:46:21 +00:00
Johannes Schlüter
bbcd8c5b69
- Fix bug #41061 ("visibility error" in ReflectionFunction::export())
2007-04-12 18:39:46 +00:00
Antony Dovgal
8e67ec8225
MFH: fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)
2007-03-17 23:00:49 +00:00
Sebastian Bergmann
d3cb98caf0
Fugbix typo.
2007-03-16 06:41:24 +00:00
Antony Dovgal
9c100b20e6
MFH
2007-02-10 20:52:42 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Ilia Alshanetsky
72895cda6d
Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type
...
hint self).
2006-12-22 15:37:48 +00:00
Johannes Schlüter
dcf249004c
- MFH: Fix #38465 (ReflectionParameter fails if default value is an access to self::
2006-10-18 16:35:15 +00:00
Antony Dovgal
aeec5b4b68
MFH: fix #39125 (Memleak when reflecting non-existing class/method)
2006-10-11 15:52:56 +00:00
Antony Dovgal
3a4603b4b0
more improvements
2006-10-06 18:03:19 +00:00
Antony Dovgal
d917bf084c
MFH: fix #39067 (getDeclaringClass() and private properties)
2006-10-06 17:35:32 +00:00
Dmitry Stogov
7c78500d96
Fixed bug #38942 (Double old-style-ctor inheritance)
2006-10-03 09:59:07 +00:00
Antony Dovgal
c356ad3b65
MFH: #39001 (ReflectionProperty returns incorrect declaring class for protected properties)
2006-10-02 12:16:35 +00:00
Dmitry Stogov
a04b6ed6bc
Fixed bug #38942 (Double old-style-ctor inheritance)
2006-09-26 07:55:21 +00:00
Johannes Schlüter
6415ef51e9
- MFH: Print the type of the original value
2006-09-11 21:21:43 +00:00
Johannes Schlüter
6a1b4c99c7
- MFH: Fix #37923 (Display constant value in reflection::export)
2006-09-11 17:08:42 +00:00
Hannes Magnusson
bc8377a81c
Make ReflectionFunctionAbstract abstract
...
- Move ReflectionFunctionAbstract::__construct to ReflectionFunction
- Move ReflectionFunctionAbstract::__toString to ReflectionFuncion
- Delcare ReflectionFunctionAbstract::__toString abstract
- fix couple of typos
2006-09-10 13:25:47 +00:00
Antony Dovgal
75b8cd741b
last portion of z/Z fixes
2006-08-31 16:15:24 +00:00
Antony Dovgal
86bf55a3d8
MFH: fix #38653 (memory leak in ReflectionClass::getConstant())
2006-08-30 10:42:49 +00:00
Ilia Alshanetsky
7b409b2276
Improved fix for bug #38132
2006-07-26 23:18:41 +00:00
Antony Dovgal
65626296da
MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
2006-07-26 08:03:48 +00:00
Michael Wallner
799ec9975b
- ws
2006-07-25 14:44:53 +00:00
Ilia Alshanetsky
e11e2a137c
Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key
...
names).
2006-07-25 14:06:52 +00:00
Ilia Alshanetsky
bd581ab476
Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the
...
class itself).
2006-07-25 12:34:38 +00:00
Marcus Boerger
d0f2f6cd04
- MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()
2006-07-24 18:03:45 +00:00
Marcus Boerger
71efa5b435
- MFH Fixed bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
2006-07-10 00:18:53 +00:00