summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-06-24 19:45:59 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-06-24 19:45:59 +0000
commit348c0cddae153a7875973a3f673eb01710202e45 (patch)
tree65cfab508cf8f6bdba410d62b4dc40602a193564 /NEWS
parente956cc30d784d34fc4a1dc6fdc7d719d63427ed4 (diff)
downloadphp-git-348c0cddae153a7875973a3f673eb01710202e45.tar.gz
Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
usage of buffered queries.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ded041dd89..c82fd0bc2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2005, PHP 5.1 Beta 3
+- Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
+ usage of buffered queries.
- Fixed bug #32660 (Assignment by reference causes crash when field access is
overloaded (__get)). (Dmitry)
- Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden