diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-10-26 15:01:36 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-10-26 15:01:36 +0000 |
commit | e5c7fae82cdff7086fb14b5de78a70d55ec73955 (patch) | |
tree | 3ba08fbdcea4bf323d333579c667b3045e4bfc80 /UPGRADING | |
parent | 1f191e4d2b41222834a3eda419dcc314a69dd2f4 (diff) | |
download | php-git-e5c7fae82cdff7086fb14b5de78a70d55ec73955.tar.gz |
- Added ReflectionParameter::canBePassedByValue().
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -299,6 +299,7 @@ UPGRADE NOTES - PHP X.Y - ReflectionClass::getTraits() - ReflectionClass::getTraitNames() - ReflectionClass::getTraitAliases() + - ReflectionParameter::canBePassedByValue() - PDO_dblib - PDO::newRowset() |