]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 28 Apr 2002 00:34:30 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Sun, 28 Apr 2002 00:34:30 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index ffe1f847d686f3bc456bec24e48344b03589158d..d7b45afe6553e447964025825efa83958b8a4a28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2002-04-27  Sascha Schumann  <sascha@schumann.cx>
+
+    * 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  <thies@thieso.net>
+
+    * ext/zlib/zlib.c:
+     - If possible set Content-Length header in zlib.output_compression mode. (thies)
+
+2002-04-27  Harald Radi  <h.radi@nme.at>
+
+    * ext/com/TODO: updated TODO list
+
+2002-04-27  Thies C. Arntzen  <thies@thieso.net>
+
+    * 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  <rasmus@lerdorf.on.ca>
+
+    * NEWS
+      php.ini-dist
+      php.ini-recommended:
+2002-04-27  Harald Radi  <h.radi@nme.at>
+
+    * 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  <sniper@iki.fi>
+
+    * ext/mysql/config.m4: MFH: fix for bug #16743
+
+    * ext/mysql/config.m4: Fix bug: #16743
+
 2002-04-26  Yasuo Ohgaki  <yohgaki@dd.iij4u.or.jp>
 
     * ext/standard/filestat.c
index b565001edf71fff4b674cc300d900a4a03bc0c01..141bb987f330677f487a00a565974cc367f05e7a 100644 (file)
@@ -1,3 +1,9 @@
+2002-04-27  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * 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  <h.radi@nme.at>
 
     * zend_config.w32.h: unbreak the win32 build