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

index 125b709063cbc1cc57781f9b5f0ca028fb44f64c..570778a0de2ee9b47bcb3ba5b1e14efbe0f39e52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+2002-08-17  Zeev Suraski  <zeev@pb1.pair.com>
+
+    * ext/odbc/php_odbc.c: Fix build
+
+    * ext/session/mod_files.c:
+    Use mtime instead of atime, as we always update the session file anyway.
+
+2002-08-17  kalowsky  <kalowsky@pb1.pair.com>
+
+    * ext/imap/php_imap.c: MFH - fix Irix compiler errors
+
+2002-08-17  sniper  <sniper@pb1.pair.com>
+
+    * NEWS: AFAIK, 4.3.0 will not contain ZE2..
+
+2002-08-17  iliaa  <iliaa@pb1.pair.com>
+
+    * ext/standard/pack.c: Backported memory leak fixes from the 4.3 branch
+
+2002-08-17  kalowsky  <kalowsky@pb1.pair.com>
+
+    * ext/vpopmail/php_vpopmail.c: MFH
+
+    * sapi/nsapi/config.m4:
+    MFH, builds and reportadly re-enables nsapi support
+
+    * ext/odbc/php_odbc.c: MFH, fixing close crash case on Windows
+
+2002-08-17  venaas  <venaas@pb1.pair.com>
+
+    * configure.in: Default is enable, so better --disable-ipv6 I guess
+
+2002-08-17  Zeev Suraski  <zeev@pb1.pair.com>
+
+    * sapi/apache/mod_php4.c: MFH Apache threading fix
+
+2002-08-17  venaas  <venaas@pb1.pair.com>
+
+    * configure.in
+      main/network.c:
+    Added --enable-ipv6 and only look up AAAA in DNS when enabled
+
+2002-08-17  kalowsky  <kalowsky@pb1.pair.com>
+
+    * ext/bz2/bz2.c:  when I learn to type, life will be good
+
+2002-08-17  sesser  <sesser@pb1.pair.com>
+
+    * main/rfc1867.c: MFH
+
+    * main/rfc1867.c: IE does not use quotes but now we are safe...
+
+2002-08-17  chregu  <chregu@pb1.pair.com>
+
+    * ext/domxml/php_domxml.c:
+    More W3C conformance stuff (they returned all false before..)
+    - DomNode->attributes() returns NULL, if not found.
+    - DomNode->first_child() returns NULL, if not found
+    - DomNode->last_child() returns NULL, if not found.
+    - DomNode->namespace_uri() returns NULL, if not found.
+
+2002-08-17  sesser  <sesser@pb1.pair.com>
+
+    * main/rfc1867.c: fixed the user supplied patch for bug #18792
+
+2002-08-17  kalowsky  <kalowsky@pb1.pair.com>
+
+    * ext/bz2/bz2.c: Reverting back to original method as requested by Wez
+
+2002-08-17  Rasmus Lerdorf  <rasmus@pb1.pair.com>
+
+    * php.ini-dist: Add warning about atime requirement for session gc
+
 2002-08-16  sniper  <sniper@pb1.pair.com>
 
     * ext/imap/php_imap.c: ws fixes
index c16e5669a2ae9fe21cd70d23de6fdd06f61a7cfc..c7f48835b6c5ea3fc83ccaad975d82a67941cd38 100644 (file)
@@ -1,3 +1,12 @@
+2002-08-17  Andi Gutmans  <andi@pb1.pair.com>
+
+    * zend_execute.c: MFZE1
+
+2002-08-17  Zeev Suraski  <zeev@pb1.pair.com>
+
+    * zend_execute.c
+      zend_hash.c: MFZE1
+
 2002-08-16  Stig Bakken  <ssb@pb1.pair.com>
 
     * zend.c: * append emacs footer