summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2007-05-14 11:45:38 +0000
committerRob Richards <rrichards@php.net>2007-05-14 11:45:38 +0000
commit82dc0875cb205cf1772804306d5906308ab7b5e6 (patch)
treeb715624b56da2e6300eb19e6ed73634dfa4317c2
parentf42784219afaf622338ed03c6b9ad38e4139b687 (diff)
downloadphp-git-82dc0875cb205cf1772804306d5906308ab7b5e6.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac04322fcf..445c6b98c3 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ PHP NEWS
- Fixed altering $this via argument named "this". (Dmitry)
- Fixed PHP CLI to use the php.ini from the binary location. (Hannes)
- Fixed segfault in strripos(). (Tony, Joxean Koret)
+- Fixed bug #41374 (wholetext concats values of wrong nodes). (Rob)
- Fixed bug #41353 (crash in openssl_pkcs12_read() on invalid input). (Ilia)
- Fixed bug #41351 (Invalid opcode with foreach ($a[] as $b)). (Dmitry, Tony)
- Fixed bug #41347 (checkdnsrr() segfaults on empty hostname). (Scott)