summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-08-14 20:11:52 +0000
committerAntony Dovgal <tony2001@php.net>2006-08-14 20:11:52 +0000
commita3d3be5201d8d9b174ce42fc2ed1f4db563a1e67 (patch)
tree22822a39c09368fd04986571584bfdcca1a67bb2
parentd677ad6789d512eb8ae36f57c3c061e3d6cc5c50 (diff)
downloadphp-git-a3d3be5201d8d9b174ce42fc2ed1f4db563a1e67.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c541c16fd..07a52b0a5b 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,7 @@ PHP NEWS
- Fixed phpinfo() cutoff of variables at \0. (Ilia)
- Fixed a bug in the filter extension that prevented magic_quotes_gpc from
being applied when RAW filter is used. (Ilia)
+- Fixed bug #38451 (PDO_MYSQL doesn't compile on Solaris). (Tony)
- Fixed bug #38450 (constructor is not called for classes used in userspace
stream wrappers). (Tony)
- Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList). (Ilia)