diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-17 18:22:53 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-17 18:22:53 +0000 |
commit | 24cc05dc0968f4785a88f258259d72508f2c96f6 (patch) | |
tree | 882d80dfd99d4a9a0a48c90eac9849b904d68c2c /NEWS | |
parent | 93a606a192c41a88173f67a0a4601f8ce653b80e (diff) | |
download | php-git-24cc05dc0968f4785a88f258259d72508f2c96f6.tar.gz |
Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ PHP NEWS - Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday yields incorrect results). (Ilia) - Fixed bug #39780 (PNG image with CRC/data error raises fatal error) (Pierre) +- Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client). + (michael dot heimpold at s2000 dot tu-chemnitz dot de, Ilia) - Fixed bug #39775 ("Indirect modification ..." message is not shown). (Dmitry) - Fixed bug #39763 (magic quotes are applied twice by ext/filter in parse_str()). (Ilia) |