#
2cb52151 |
| 09-Jun-2005 |
Stanislav Malyshev |
MF50: fix #29689 and more private property problems
|
#
9cf513df |
| 08-Jun-2005 |
Dmitry Stogov |
Fixed ReflectionClass::setStaticPropertyValue()
|
#
1a723413 |
| 26-May-2005 |
Dmitry Stogov |
Added array type hinting. (This patch requires full re-make)
|
#
c1e480d4 |
| 12-May-2005 |
Marcus Boerger |
- Make ReflectionObject::hasProperty() recognize dynamically added props
|
#
11a91f04 |
| 25-Apr-2005 |
Sebastian Bergmann |
Correct grammar.
|
#
67a226d9 |
| 19-Apr-2005 |
Marcus Boerger |
- Add ReflectionProperty::getDocComment()
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
86ac9559 |
| 06-Mar-2005 |
Marcus Boerger |
- Fix by Tim
|
#
c4bc32ff |
| 27-Feb-2005 |
Marcus Boerger |
- Add two new methods - Fix signature, no need to cast it
|
#
30d9fd6b |
| 23-Feb-2005 |
Derick Rethans |
- Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true) (Patch by Antony Dogval)
|
Revision tags: RELEASE_0_2_4 |
|
#
a57b6bad |
| 13-Feb-2005 |
Marcus Boerger |
- Be more gracious in reflection API
|
Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
0bb81ce1 |
| 31-Jan-2005 |
Marcus Boerger |
- Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant() to complete api (johannes@php.net)
|
#
1d5c13bd |
| 22-Jan-2005 |
Marcus Boerger |
- Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
|
#
7be33a22 |
| 27-Dec-2004 |
Marcus Boerger |
- Need to unmangle the class name here
|
#
03af7c8a |
| 27-Dec-2004 |
Marcus Boerger |
- More proto/error message fixes
|
#
4b80deed |
| 27-Dec-2004 |
Marcus Boerger |
- Small fixlet (by Tony)
|
#
8c7bd30a |
| 25-Dec-2004 |
Marcus Boerger |
- Add ReflectionClass::hasMethod() (thanks to Johannes S.)
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1 |
|
#
520097b0 |
| 24-Nov-2004 |
Marcus Boerger |
- Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults)
|
Revision tags: php-4.3.10RC1 |
|
#
95ff205e |
| 14-Nov-2004 |
Marcus Boerger |
- Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables()
|
#
fcbd8c4f |
| 03-Nov-2004 |
Marcus Boerger |
- Trying to invoke function not methot here
|
#
63b288c4 |
| 03-Nov-2004 |
Marcus Boerger |
- Fix invokeargs() with static methods
|
#
41b87ab4 |
| 31-Oct-2004 |
Marcus Boerger |
- Add ReflectionFunction::invokeArgs(array) - Add ReflectionMethod::invokeArgs(obj, array)
|
#
e1a941b4 |
| 31-Oct-2004 |
Sebastian Bergmann |
Invokation -> Invocation
|
#
9d7cba9d |
| 30-Oct-2004 |
Marcus Boerger |
- Be consistent and use names as keys (found by johannes)
|
#
8bf02ee6 |
| 30-Oct-2004 |
Marcus Boerger |
- Fix protos
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
ca6558a4 |
| 06-Oct-2004 |
Marcus Boerger |
- Fix Bug #30344
|