summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-06-27 17:42:32 +0000
committerAntony Dovgal <tony2001@php.net>2005-06-27 17:42:32 +0000
commit46fcf913b29394d44a4918b224d427a19ba00a72 (patch)
treec376d71c90115f52d11c5c158c8877dce479fa15
parentb16beb540c39c98a4ee85223451f376eff9d8195 (diff)
downloadphp-git-46fcf913b29394d44a4918b224d427a19ba00a72.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 647c601231..261c1af3a7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ 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 #33491 (crash after extending MySQLi internal class). (Tony)
- Fixed bug #33475 (cURL handle is not closed on curl_close(). (Ilia)
- Fixed bug #32660 (Assignment by reference causes crash when field access is
overloaded (__get)). (Dmitry)