From 331d0fd83ca9c8dc57960da2ffde55d6194332bf Mon Sep 17 00:00:00 2001 From: Date: Mon, 6 Mar 2000 02:09:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index b2cce5d7e9..3474dc4a49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2000-03-05 Sam Ruby + + * win95nt.h: Eliminate "wrong number of parameters" warning + +2000-03-05 Andi Gutmans + + * win95nt.h: + - Make some fixes although there is a problem with getpid() being defined + in process.h as getpid(void) and thus having an arugment. We might need to + define a php_getpid() function to wrap getpid(). + +2000-03-05 Sam Ruby + + * SAPI.c + main.c: + Fix traps due to sapi_global not being initialized when ZTS is set + Don't trap if php.ini can't be read + + * sapi/servlet/Makefile.in + sapi/servlet/formatter.java + sapi/servlet/servlet.c + sapi/servlet/servlet.dsp + sapi/servlet/servlet.dsw + sapi/servlet/servlet.java + sapi/servlet/web.xml: Add support for PHP syntax highlighting + Remove debug output + Fix trap when string to be output is not null terminated + Add a MS workspace for project level dependencies + Match case of contentType header + +2000-03-05 Hartmut Holzgraefe + + * ext/imap/config.m4: + SuSE 6.3 imap.rpm puts the library into /usr/lib and the include files into /usr/include/imap + +2000-03-05 Sascha Schumann + + * win95nt.h: + Avoid the side-effect of defining function names, so that the PHP functions + are not renamed to their prefixed variants. + + PR: #3535 + +2000-03-05 Egon Schmid + + * ext/mcal/php_mcal.c + ext/hyperwave/hw.c: Protos fixed. + +2000-03-05 Charles Hagenbuch + + * ext/mcal/php_mcal.c + ext/mcal/php_mcal.h: Attribute list support ported from php3. + +2000-03-05 Andrei Zmievski + + * ext/standard/php_metaphone.h: Remove warning. + + * NEWS: *** empty log message *** + 2000-03-04 Andi Gutmans * php.h -- 2.50.1