From: Date: Fri, 6 Apr 2001 01:09:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72b58e62e2615a0255ade81c6d1b7ae7a483adb1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1a04bb22be..a967aca204 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2001-04-05 Jani Taskinen + + * ext/standard/crypt.c: spaces to tabs + +2001-04-05 Andi Gutmans + + * README.BCMATH: - Nuke README.BCMATH + + * README.BCMATH: Remove README.BCMATH + +2001-04-05 Daniel Beulshausen + + * EXTENSIONS + php.ini-dist + php.ini-optimized: add printer ext to php.ini & maintain extensions file + + * ext/printer/php_printer.h + ext/printer/printer.c + ext/printer/printer.php: overhaul printer extension + +2001-04-05 Romolo Manfredini + + * ext/pgsql/pgsql.c: pg_close not closing right connection. + +2001-04-05 Sascha Schumann + + * sapi/apache/libphp4.module.in: + Fix static Apache builds which were broken by the last commit. + +2001-04-05 Wez Furlong + + * ext/openssl/openssl.c: Fix for Bug #10168 (is_dst undeclared) + +2001-04-05 Jani Taskinen + + * ext/fdf/fdf.c: Fix bugs: #10157, #7549 + 2001-04-04 Thomas V.V.Cox * pear/DB/pgsql.php: