diff options
author | Johannes Schlüter <johannes@php.net> | 2010-03-30 20:50:42 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-03-30 20:50:42 +0000 |
commit | 347e2bce22c9240995b1d2b609c1bccde4f36740 (patch) | |
tree | dea298673e025e001afacbb6d063d49321ee4c87 /NEWS | |
parent | 005df4f01f39e00ed9f5d50fd8feadc29e13ee5c (diff) | |
download | php-git-347e2bce22c9240995b1d2b609c1bccde4f36740.tar.gz |
Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ PHP NEWS - Added Tokyo Cabinet abstract DB support to ext/dba. (Michael Maclean) - Added Jenkins's one-at-a-time hash support to ext/hash. (Martin Jansen) - Added FNV-1 hash support to ext/hash. (Michael Maclean) +- Added ReflectionExtension::isTemporary() and + ReflectionExtension::isPersistent(). (Johannes) + - default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus) ?? ??? 20??, PHP 5.3.3 |