From fd49c6ff057dc79a81db380f611142f75c32f3d0 Mon Sep 17 00:00:00 2001 From: Date: Fri, 1 Sep 2000 01:09:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/ChangeLog b/ChangeLog index d56a1408fe..d4bafb6354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2000-08-31 Andi Gutmans + + * configure.in: + - Always include TSRM in PHP build. This will enable us to move virtual + - cwd to TSRM. + - BTW, if I comile with --enable-experimental-zts not from php4/ but from + - php4/cgi (ran ../configure there) then the build doesn't work also b4 + - this patch. + + * NEWS + main/configuration-parser.y + main/fopen-wrappers.c: + - Use emalloc() for opened_path now. This was a potential leak before. + - This patch has potential to break stuff but I tested it as much as I + - could. Fixes should be easy. + +2000-08-31 Stig Bakken + + * NEWS + ext/standard/tests/file/001.phpt + ext/standard/tests/reg/003.phpt + ext/standard/tests/reg/007.phpt + run-tests.php + tests/classes/class_example.phpt + tests/lang/023.phpt + tests/lang/024.phpt + tests/lang/028.phpt: + * all tests should pass now (expect for the interbase stuff that I haven't + had the chance to test) + +2000-08-31 Andi Gutmans + + * NEWS: *** empty log message *** + + * ext/standard/dl.c + main/config.w32.h + main/fopen-wrappers.c: - Remove redundant IS_SLASH + - Reverse config.w32.h patches + - Use IS_ABSOLUTE_PATH() in one place in fopen-wrappers.c + +2000-08-31 Frank M. Kromann + + * ext/mssql/php_mssql.c: + Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes with php and mssql server. + +2000-08-31 Stig Venaas + + * ext/ldap/config.m4: Added detection of Netscape LDAP SDK 4.1 + +2000-08-31 Stanislav Malyshev + + * main/main.c: Make main.c compile again + +2000-08-31 Stig Venaas + + * ext/ldap/ldap.c: + removed some NSLDAP #if's giving more detailed error reporting + +2000-08-31 Zeev Suraski + + * main/main.c: + Safer shutdown process. Continue to shut down even if we bail out in the middle of a certain part. + +2000-08-31 Hénot David + + * ext/ingres_ii/config.m4: + Made ingres extension use --with--ingres instead of --with-ii. + Andi actualy changed only the help line. + +2000-08-31 Andrei Zmievski + + * ext/xml/xml.c: + - Fixed problem with having $this as the XML parser object. + 2000-08-30 Daniel Beulshausen * php_modules.dsw: updated with db and mhash -- 2.50.1