From: Date: Tue, 7 Dec 1999 02:08:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_RETURN_REF_PATCH~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b843e37a062aa5e8cc3c342e2cfa197b3ffcb2d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 25d5520b31..04319eab46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +1999-12-06 Zeev Suraski + + * ext/standard/parsedate.y: + First step in making parsedate.y thread safe - use a pure parser + +1999-12-06 Thies C. Arntzen + + * ext/standard/string.c: fixed warning + + * ext/standard/string.c: we save one buffer-copy as well (hehe) + + * ext/standard/string.c: +1999-12-06 Andrei Zmievski + + * ext/pcre/php_pcre.c: Add another item. + +1999-12-06 Zeev Suraski + + * ext/standard/parsedate.y: + This is no longer needed. Note that we'll always need to undefine YYSTYPE, since + the template bison generated .h file defines it if it's not already defined. + +1999-12-06 Sascha Schumann + + * sapi/apache/libphp4.module.in + configure.in + acinclude.m4: + Separate libpaths into PHP_LDFLAGS, so that we can address them + separately (required for Apache build). + +1999-12-06 Zeev Suraski + + * fopen-wrappers.c: opened_path could end up uninitialized - fixed + +1999-12-06 Thies C. Arntzen + + * ext/standard/parsedate.y: removed unneded CLS_FETCH() + +1999-12-06 Sam Ruby + + * ext/standard/parsedate.y: build error: wrong num parms to date_parse + + * ext/java/reflect.java: first pass at method overloading + + * sapi/servlet/servlet.c: + Hmmm...must have misplaced the getcwd/chdir logic... + +1999-12-06 Evan Klinger + + * NEWS: *** empty log message *** + 1999-12-05 Sascha Schumann * ext/session/session.c: Give it a nicer looking module name