From 69f0255a2cf92e963dbb972dbd6b094237b3fe9f Mon Sep 17 00:00:00 2001 From: Date: Thu, 4 Jan 2001 02:09:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/ChangeLog b/ChangeLog index 47999fbb18..79ca0ec36a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,114 @@ +2001-01-03 Zeev Suraski + + * NEWS + configure.in + main/php_version.h: Prepare 4.0.4pl1-RC1 + PR: + Submitted by: + Reviewed by: + Obtained from: + + * sapi/apache/mod_php4.c: + Fix last couple of problematic execution paths that could corrupt the INI values + + * sapi/apache/mod_php4.c: + Merge Apache module fixes - engine = off propogating to other vhosts + and possible INI entries corruption + PR: + Submitted by: + Reviewed by: + Obtained from: + +2001-01-03 Chuck Hagenbuch + + * pear/Mail.php + pear/Mail/rfc822.php: + Mail.php: use the Mail_rfc822:: class to parse addresses. There is a small + performance penalty, but it handles rfc822 groups, which + imap_rfc822_parse_adrlist doesn't. + + rfc822.php: Style fixes, some small tweaks/optimizations, and work around a + bit of object weirdness that caused the test for $this (to see if we were + being called statically) to not be sufficient. + +2001-01-03 Jani Taskinen + + * acinclude.m4: + Added better checking for OpenSSL's libraries. Now configure stops + if the libs aren't found. + +2001-01-03 Jon Parise + + * ext/sockets/sockets.c: + Make socket support compile under Solaris 8 with the Sun WorkShop compiler. + + PR: 8468 + +2001-01-03 Jani Taskinen + + * ext/pdf/pdf.c: I missed this function.. + + * ext/curl/curl.c: Fix pr #8305. + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h: Trying to bring pdf extension a bit more up to date. + +2001-01-03 Daniel Beulshausen + + * ext/pdf/pdf.c: fix filepath handling + +2001-01-03 Chuck Hagenbuch + + * pear/Makefile.in: + add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules. + +2001-01-03 Dan Kalowsky + + * ext/odbc/php_odbc.c + ext/odbc/php_odbc.h: + These changes are to reflect those in the 4.0.5 development branch. Mainly adding in compile capability for the OPENLINK system (changed a SQLINTEGER to an SDWORD to allow compile), and re-added in a #define for SOLID 3.0 systems... both are needed for proper functionality. + PR: + Submitted by: + Reviewed by: + Obtained from: + +2001-01-03 Zeev Suraski + + * main/SAPI.h + sapi/apache/mod_php4.c: + Fix Apache module and remove excess elements from the SAPI structure + +2001-01-03 Daniel Beulshausen + + * ext/pdf/pdf.c: fix bug 8341 & 8394 + +2001-01-03 Jani Taskinen + + * sapi/apache/mod_php4.c: Fix compile. + +2001-01-03 Stanislav Malyshev + + * main/rfc1867.c: + Fix #8486 (name= without quotes in MIME Content-Disposition header) + Ported fix by kk/sas from PHP 3 + +2001-01-03 Chuck Hagenbuch + + * pear/Date/Human.php + pear/Makefile.in: + add allan@lodestone.co.za's Date_Human calculator class. + + * pear/Mail/rfc822.php + pear/Makefile.in: + here's an initial version of Richard Heyes' rfc822 email address parser. + + * pear/Benchmark/Timer.php: + match coding standards, and be nice enough to work when bcmath isn't loaded. + + * pear/Crypt/HCEMD5.php: + fix silly bug introduced by wrong order of arguments. this is slightly more + elegant, anyway... + 2001-01-02 Zeev Suraski * ext/com/COM.c: Import COM patch from Harald Radi -- 2.50.1