summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2008-11-30 10:33:09 +0000
committerSebastian Bergmann <sebastian@php.net>2008-11-30 10:33:09 +0000
commit7eb847cade783f06eab01db9e8622cefe123df64 (patch)
treec68649cfad7e5d17f7e7967698216861f122e5b9
parent97f64c3957b54e59f1cece71af70d99e59463e87 (diff)
downloadphp-git-7eb847cade783f06eab01db9e8622cefe123df64.tar.gz
Update ReflectionProperty::setAccessible() entry.
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f178fc7b31..fa8588884b 100644
--- a/NEWS
+++ b/NEWS
@@ -402,7 +402,8 @@ PHP NEWS
- Added array_replace() and array_replace_recursive() functions. (Matt)
- Added ReflectionProperty::setAccessible() method that allows non-public
- property's values to be read through ::getValue(). (Derick)
+ property's values to be read through ::getValue() and set through
+ ::setValue(). (Derick, Sebastian)
- Added msg_queue_exists() function to sysvmsg extension. (Benjamin Schulz)
- Added Firebird specific attributes that can be set via PDO::setAttribute()
to control formatting of date/timestamp columns: PDO::FB_ATTR_DATE_FORMAT,