diff options
author | Stanislav Malyshev <stas@php.net> | 2010-04-19 19:45:03 (GMT) |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2010-04-19 19:45:03 (GMT) |
commit | c93a4f192bb338aa9a22d44276684cf92dfe902d (patch) | |
tree | 4e2aa5c989856d9bafd0415f5d7d0ebd4d9c8458 /NEWS | |
parent | 5a211da7af41f82ec123e63990942eae567dfef2 (diff) | |
download | php-c93a4f192bb338aa9a22d44276684cf92dfe902d.tar.gz |
restore $this support for closures to its former glory
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ ReflectionExtension::isPersistent(). (Johannes) - Added ReflectionZendExtension class. (Johannes) - Added command line option --rz to CLI. (Johannes) +- Added closure $this support back. (Stas) - default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus) |