From: Date: Sun, 18 Aug 2002 00:18:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d2250c52061112e9fabf3a2a1df2e238ec49616;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 125b709063..570778a0de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2002-08-17 Zeev Suraski + + * 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 + + * ext/imap/php_imap.c: MFH - fix Irix compiler errors + +2002-08-17 sniper + + * NEWS: AFAIK, 4.3.0 will not contain ZE2.. + +2002-08-17 iliaa + + * ext/standard/pack.c: Backported memory leak fixes from the 4.3 branch + +2002-08-17 kalowsky + + * 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 + + * configure.in: Default is enable, so better --disable-ipv6 I guess + +2002-08-17 Zeev Suraski + + * sapi/apache/mod_php4.c: MFH Apache threading fix + +2002-08-17 venaas + + * configure.in + main/network.c: + Added --enable-ipv6 and only look up AAAA in DNS when enabled + +2002-08-17 kalowsky + + * ext/bz2/bz2.c: when I learn to type, life will be good + +2002-08-17 sesser + + * main/rfc1867.c: MFH + + * main/rfc1867.c: IE does not use quotes but now we are safe... + +2002-08-17 chregu + + * 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 + + * main/rfc1867.c: fixed the user supplied patch for bug #18792 + +2002-08-17 kalowsky + + * ext/bz2/bz2.c: Reverting back to original method as requested by Wez + +2002-08-17 Rasmus Lerdorf + + * php.ini-dist: Add warning about atime requirement for session gc + 2002-08-16 sniper * ext/imap/php_imap.c: ws fixes diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c16e5669a2..c7f48835b6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2002-08-17 Andi Gutmans + + * zend_execute.c: MFZE1 + +2002-08-17 Zeev Suraski + + * zend_execute.c + zend_hash.c: MFZE1 + 2002-08-16 Stig Bakken * zend.c: * append emacs footer