From 62a107ea55a6c1efc859b6cec4879037ea0156a4 Mon Sep 17 00:00:00 2001 From: Date: Wed, 27 Dec 2006 01:31:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 137 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 24 +++++++++ 2 files changed, 161 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd87a3137b..98995da352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,140 @@ +2006-12-26 Andrei Zmievski + + * ext/standard/file.c + ext/standard/scanf.c + ext/standard/scanf.h + ext/standard/string.c: + Unicode support in sscanf() and fscanf(). (Tony, Andrei) + +2006-12-26 Nuno Lopes + + * ext/snmp/php_snmp.h: + fix build + +2006-12-26 Ilia Alshanetsky + + * ZendEngine2/zend_ini.c + ZendEngine2/zend_ini.h + ext/exif/exif.c + ext/interbase/ibase_query.c + ext/json/json.c + ext/pdo_dblib/dblib_driver.c + ext/pdo_dblib/dblib_stmt.c + ext/pgsql/pgsql.c + ext/soap/php_encoding.c + ext/spl/spl_directory.c + ext/standard/uuencode.c + ext/standard/var.c + main/main.c: + + MFB: safety checks + + * (PHP_4_4) + Zend/zend_ini.c + Zend/zend_ini.h + ext/exif/exif.c + main/main.c: + MFB: safety checks + + * ext/session/session.c: + MFB: Session deserializer protection. + + * (PHP_5_2) + ZendEngine2/zend_strtod.c: + + Fixed compiler warning + + * (PHP_5_2) + ext/curl/interface.c: + Don't forget to free url structure + + * ext/curl/interface.c: + MFB: Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro). + + * (PHP_5_2) + NEWS + ext/curl/interface.c: + Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro). + + * (PHP_5_2) + ext/session/session.c: + Session deserializer protection. + + * (PHP_5_2) + ext/standard/type.c: + is_numeric_string() optimization + + * (PHP_5_2) + ZendEngine2/bench.php + ZendEngine2/zend.c + ZendEngine2/zend_exceptions.c + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h + ZendEngine2/zend_strtod.c + ZendEngine2/zend_strtod.h: + is_numeric_string() optimization + + +2006-12-26 Antony Dovgal + + * ext/xml/xml.c: + fix arguments order (just in the sake of purity) + +2006-12-26 Pierre-Alain Joye + + * ext/gd/config.m4: + - Add better zlib detection + + * (PHP_5_2) + NEWS + ext/zip/config.m4 + ext/zip/config.m4: + - #39952 zip ignoring --with-libdir on zlib checks (judas dot + iscariote at gmail dot com) + +2006-12-26 Dmitry Stogov + + * ext/filter/filter.c + ext/filter/filter.c + ext/filter/filter_private.h + ext/filter/filter_private.h + ext/filter/logical_filters.c + ext/filter/logical_filters.c + ext/filter/tests/030.phpt + ext/filter/tests/030.phpt + ext/filter/tests/045.phpt + ext/filter/tests/046.phpt + ext/filter/tests/047.phpt + ext/filter/tests/048.phpt + ext/filter/tests/049.phpt + ext/filter/tests/050.phpt + ext/filter/tests/051.phpt + ext/filter/tests/bug7733.phpt: + Code review: + . fixed integer overflow + . fixed buffer overflow/underflow + . added more strict IP validation + . reimplemented float number validation + + * ext/filter/tests/045.phpt + ext/filter/tests/045.phpt + ext/filter/tests/046.phpt + ext/filter/tests/046.phpt + ext/filter/tests/047.phpt + ext/filter/tests/047.phpt + ext/filter/tests/048.phpt + ext/filter/tests/048.phpt + ext/filter/tests/049.phpt + ext/filter/tests/049.phpt + ext/filter/tests/050.phpt + ext/filter/tests/050.phpt + ext/filter/tests/051.phpt + ext/filter/tests/051.phpt + ext/filter/tests/bug7733.phpt: + + file 045.phpt was initially added on branch PHP_5_2. + 2006-12-25 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6d43561bbe..29914bc770 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,27 @@ +2006-12-26 Ilia Alshanetsky + + * zend_ini.c + zend_ini.h: + + MFB: safety checks + + * (PHP_5_2) + zend_strtod.c: + + Fixed compiler warning + + * (PHP_5_2) + bench.php + zend.c + zend_exceptions.c + zend_language_scanner.l + zend_operators.c + zend_operators.h + zend_strtod.c + zend_strtod.h: + is_numeric_string() optimization + + 2006-12-25 Ilia Alshanetsky * (PHP_5_2) -- 2.50.1