diff options
author | Andrey Hristov <andrey@php.net> | 2010-05-18 12:01:15 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-05-18 12:01:15 +0000 |
commit | 74b3f46d20b183080996a191d80ed941aab29558 (patch) | |
tree | c75f8605be7cb8bd6b3afd5b9448989029efdad3 | |
parent | 940e64dba31304c88ce7026c393bc77f0b9879ef (diff) | |
download | php-git-74b3f46d20b183080996a191d80ed941aab29558.tar.gz |
NEWS entry
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ - Added support for storing upload progress feedback in session data. (Arnaud) - Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815. (Pierrick) +- Added iterator support in MySQLi. mysqli_result implements Traversable. + (Andrey, Johannes) - default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus) |