From b81cc1daf4a691f90c8546640bd06ffb5b18abeb Mon Sep 17 00:00:00 2001 From: Date: Sun, 7 May 2000 01:09:13 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4ae6f872a2c..9048ba65245 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2000-05-06 Sascha Schumann + + * configure.in: + This change addresses an issue on systems which cannot link against libnsl + and libsocket, resulting in segfaults. If yp_get_default_domain is + available after checking for libsocket, we assume we do not need libnsl + anymore. + + * ext/standard/basic_functions.c: + On some systems, defines syslog to another symbol, so that + syslog.lo does not contain the expected symbols. Including + in basic_functions.c fixes the resulting linking problem. + +2000-05-06 Shane Caraveo + + * php4ts.dsw: add nsapi to workspace + + * NEWS: news + + * sapi/nsapi/nsapi-readme.txt + sapi/nsapi/nsapi.c + sapi/nsapi/nsapiphp4.dsp: nsapi now compiles under win32, untested + + * php4ts.dsw: add apache module to workspace + + * NEWS: some news + +2000-05-06 Andrei Zmievski + + * NEWS: Some breaking news for RC2. + + * php.ini-dist: It helps to change the comment too. + +2000-05-06 Shane Caraveo + + * sapi/apache/apachephp4.dsp: oh boy! apache-win32 works! + +2000-05-06 Andrei Zmievski + + * php.ini-dist: Enable assert by default, + + * ext/pcre/php_pcre.c + ext/standard/assert.c: Fixes for possible failure of zend_eval_string(). + +2000-05-06 Sascha Schumann + + * ext/dbase/dbf_head.c: + Fix dbase breakage related to the virtual path changes. + + * NEWS + configure.in + php_version.h: Planning for 4.0RC2 on Monday + + * pear/Makefile.in: Fix regex + 2000-05-05 Andrei Zmievski * tests/testarray: Testing.