From: Date: Sat, 18 Feb 2006 06:31:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=529db54af6127db3fad42aad12b6679b40428f1c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7660657a98..4f96ce071b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-17 Andrei Zmievski + + * ext/pcre/php_pcre.c: + NULL byte should be escaped to \000 instead of \0 in case it is followed + by an octal digit. (found by Jeffrey Friedl) + 2006-02-16 Wez Furlong * (PHP_5_1)