From 6b8afa5d42e394e313348550669aefec7bc849d3 Mon Sep 17 00:00:00 2001 From: Date: Sun, 18 Jun 2000 02:14:18 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/ChangeLog b/ChangeLog index f1206b069c..421fb902b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2000-06-17 Andrei Zmievski + + * NEWS: Relic from cvs conflict? + +2000-06-17 Zeev Suraski + + * NEWS: Update news + +2000-06-17 Andi Gutmans + + * NEWS: - Add notice about CGI fix + +2000-06-17 Zeev Suraski + + * ext/ftp/ftp.c + ext/ftp/php_ftp.c + ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/parsedate.y + ext/standard/string.c + ext/standard/var.c + ext/wddx/wddx.c: + - Fix a couple of wranings in the FTP code and in parsedate.y + - Be safer with LC_MESSAGES + - Align with the latest Zend change in call_user_function_ex() + +2000-06-17 Andrei Zmievski + + * acinclude.m4: Wrong number of commas. + + * ext/wddx/wddx.c + ext/standard/var.c: + Have to use zval_ptr_dtor() on values returned from user functions. + +2000-06-17 Andi Gutmans + + * ext/wddx/wddx.c + win32/sendmail.c + ext/standard/string.c: - Make Windows compile + - Windows doesn't support LC_MESSAGES + + * sapi/pi3web/pi3web_sapi.c: - Remove ^M and C++ comments + +2000-06-17 Holger Zimmermann + + * NEWS: Announced Pi3Web support + + * sapi/pi3web/Makefile.in + sapi/pi3web/README + sapi/pi3web/config.m4 + sapi/pi3web/php.sym + sapi/pi3web/pi3web_sapi.c: Added Pi3Web support + +2000-06-17 Sascha Schumann + + * acinclude.m4: + Suppress AC_ADD_LIBRARY(x) where x is matched by /^(c|c_r|pthread*)$/ + + * ext/yaz/config.m4: + Make use of the new macros PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE + + * acinclude.m4: Add PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE + +2000-06-17 Jouni Ahto + + * ext/skeleton/create_stubs: + - Missed one if() and cosmetic changes. + +2000-06-17 Hartmut Holzgraefe + + * ext/standard/info.c: + changed default cell alignment to "left" (see bug id #5048) + + * ext/standard/string.c: + setlocale didn't recognize LC_MESSAGES (BUG ID#3957) + + * sapi/apache/config.m4: + look for apxs in /usr/sbin (that's where SUSE puts it) + if no path is given and apxs is not found in $PATH + 2000-06-16 Hartmut Holzgraefe * configure.in: fix for BUG #5066 -- 2.50.1