From: Date: Mon, 27 Nov 2000 02:09:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19bca1a309490b7f6d3ebf25a0f290c44c6b5e7c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fa00386218..d992291040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2000-11-26 Jon Parise + + * CODING_STANDARDS: + Added a brief section documenting the preference of tabs over spaces. + There are a few touch-ups in this commit, too. + +2000-11-26 Stanislav Malyshev + + * ext/gmp/Makefile.in + ext/gmp/README + ext/gmp/TODO + ext/gmp/config.m4 + ext/gmp/gmp.c + ext/gmp/php_gmp.h: GNU GMP - arbitrary precision nubers library + +2000-11-26 Zeev Suraski + + * ext/standard/basic_functions.c: Fix windows build + + * ext/bcmath/Makefile.in + ext/bcmath/config.m4 + ext/bcmath/libbcmath/Makefile.in + ext/bcmath/libbcmath/src/Makefile.in + ext/bcmath/libbcmath/src/config.h + ext/bcmath/libbcmath/src/div.c + ext/bcmath/libbcmath/src/num2str.c + ext/bcmath/libbcmath/src/output.c + ext/bcmath/libbcmath/src/recmul.c: + - Add bcmath to the standard UNIX build + - Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s + 2000-11-25 Sterling Hughes * NEWS: