From: Date: Sun, 7 Nov 1999 02:09:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0b3_RC2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=880d7666ab8b898fba6660292a9f420915be66ee;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0eea1ef564..407bfec960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +1999-11-06 Sascha Schumann + + * build.mk: - limit find to PHP's automake Makefiles + - check whether patches were applied correctly + + * ext/session/session.c: + Disable auto_start until we find a way to access the necessary data fields. + +1999-11-06 Zeev Suraski + + * configure.in + php_version.h: Version update + + * ext/standard/basic_functions.c + ext/session/session.c + ext/com/COM.c + NEWS + mergesort.c + php_ini.h: - Win32 fixes + - COM module improvements from Boris Wedl + +1999-11-06 Thies C. Arntzen + + * ext/standard/var.c: + (PHP var_dump, serialize) now use php.ini's precision size when displying/serializing doubles + +1999-11-06 changelog + + * ChangeLog: ChangeLog update + + * NEWS: NEWS update + 1999-11-05 Rasmus Lerdorf * ext/mysql/php_mysql.c: