From: Ard Biesheuvel Date: Tue, 7 Oct 2003 00:11:03 +0000 (+0000) Subject: Fix typo X-Git-Tag: php-4.3.4RC2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b60fa245eab30a8e67564763dad2c237c750f67;p=php Fix typo --- diff --git a/NEWS b/NEWS index 7cdfef290c..9948954b26 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP 4 NEWS ?? Oct 2003, Version 4.3.4RC2 - Fixed multibyte regex engine to properly handle ".*" pattern under POSIX compatible mode. (K.Kosako , Moriyoshi) -- Fixed bug #25764 (ldap_get_option() crashes with unbinded ldap link). (Jani) +- Fixed bug #25764 (ldap_get_option() crashes with unbound ldap link). (Jani) - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD). (Jani) - Fixed bug #25745 (ctype functions fail with non-ascii characters). (Moriyoshi) - Fixed bug #25744 (make ZTS build of ext/sybase compile). (Ilia)