summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-05-18 12:01:15 +0000
committerAndrey Hristov <andrey@php.net>2010-05-18 12:01:15 +0000
commit74b3f46d20b183080996a191d80ed941aab29558 (patch)
treec75f8605be7cb8bd6b3afd5b9448989029efdad3
parent940e64dba31304c88ce7026c393bc77f0b9879ef (diff)
downloadphp-git-74b3f46d20b183080996a191d80ed941aab29558.tar.gz
NEWS entry
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb2b088546..e4d793b150 100644
--- a/NEWS
+++ b/NEWS
@@ -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)