From a7e28a7a07f34dae2fdd88c99cc9b8f545180528 Mon Sep 17 00:00:00 2001 From: Date: Sun, 28 Apr 2002 00:34:30 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index ffe1f847d6..d7b45afe65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2002-04-27 Sascha Schumann + + * ext/zlib/zlib.c: s/len/xln/ was necessary here + + Noticed by: Charles O Parks III + + * ext/zlib/zlib.c: Use a single macro to set cl header + +2002-04-27 Thies C. Arntzen + + * ext/zlib/zlib.c: + - If possible set Content-Length header in zlib.output_compression mode. (thies) + +2002-04-27 Harald Radi + + * ext/com/TODO: updated TODO list + +2002-04-27 Thies C. Arntzen + + * ext/standard/url_scanner_ex.c: part 2 of last commit + + * ext/standard/url_scanner_ex.h + ext/standard/url_scanner_ex.re + ext/session/php_session.h + ext/session/session.c: + - added session_set_userdata() which enables you to specify one variable + that will be kept in the browser in addition to the session-id. This + only works when using trans-sid sessions (no cookie). (thies) + +2002-04-27 Rasmus Lerdorf + + * NEWS + php.ini-dist + php.ini-recommended: +2002-04-27 Harald Radi + + * ext/com/COM.c + ext/com/com.h: MFH + + * ext/com/COM.c: + don't set CLSCTX_REMOTE_SERVER if NULL is passed as servername + +2002-04-27 Jani Taskinen + + * ext/mysql/config.m4: MFH: fix for bug #16743 + + * ext/mysql/config.m4: Fix bug: #16743 + 2002-04-26 Yasuo Ohgaki * ext/standard/filestat.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b565001edf..141bb987f3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2002-04-27 Sebastian Bergmann + + * zend_alloc.c + zend_alloc.h: + MFZE1: If the size-operands of memset are constants, the compiler can turn them into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro form now. emalloc will not return NULL, so the chosen macro form is safe. This is not true for malloc(3). An inline function accomodates our needs here. Suggested by: http://www.mail-archive.com/dev%40httpd.apache.org/msg02492.html (Sascha) + 2002-04-25 Harald Radi * zend_config.w32.h: unbreak the win32 build -- 2.50.1