From: Date: Wed, 15 May 2002 00:30:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96ee1ce75de0c830f901db28c7755f89e78656c0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 85ca3dec6d..8e2fccb782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2002-05-14 Frank M. Kromann + + * ext/mssql/php_mssql.h + ext/mssql/php_mssql.c: Fixing hanfling of data type REAL. + Remove extra bytes allocated by emalloc calls + +2002-05-14 Rui Hirokawa + + * ext/mbstring/mbfilter_tw.c: fixed a initialization bug in euc-tw. + +2002-05-14 Sascha Schumann + + * configure.in: + some versions of autoconf pad CONFIG_FILES with a single space. + + accomodate that + + Thanks to Cliff Woolley + +2002-05-14 Markus Fischer + + * ext/standard/mail.c: + - Adjust for improved error messages from win32/sendmail.c + + * win32/sendmail.c + win32/sendmail.h: + - Improve code so errors returned from the server are reported back to the user. + +2002-05-14 Tomas V.V.Cox + + * pear/PEAR/Config.php: + Try to create the dir where the conf file resides before trying + to write to it + + * pear/scripts/pear.in: Add "\n" after the error in usage() + +2002-05-14 Markus Fischer + + * win32/sendmail.c: + - Do not include the Cc: for the first Cc'd recipient (spotted by Richard). + + * win32/sendmail.c + win32/sendmail.h: - Convert unix to dos line endings. + + * win32/sendmail.c: + - Try to find From: field in header, fallback to sendmail_from php.ini setting + (Original patch by Michael Sisolak , enhanced a bit). + - Win32 mail() supports parsing 'From:' field from header (msisolak@yahoo.com, Markus). + + * win32/sendmail.c + win32/sendmail.h: - MFH fix for Cc: crash + + * win32/sendmail.h + win32/sendmail.c: + - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\n + - Fix some obvious errors returned by the module, little cleanup. + +2002-05-14 Stig Bakken + + * pear/PEAR/Command/Config.php: * convert to new command setup + + * pear/PEAR/Command/Auth.php: * typo + +2002-05-14 Jan Lehnardt + + * README.CVS-RULES: - MFH + + * README.CVS-RULES: - fix typo, thanks to georg for spotting it. + +2002-05-14 Stig Bakken + + * pear/PEAR/Remote.php: * fall back to XML_RPC if xmlrpc-epi is not loaded + + * pear/PEAR/Command/Auth.php: + * add command definitions, split run() into one method for each command + + * pear/PEAR/Command/Install.php: * no need for getHelp() here anymore + + * pear/PEAR/Command/Common.php: * moved get{Help,Commands,Options} here + + * pear/scripts/pear.in: + * moved the {config xxx} help message substitution to + PEAR_Command_Common::getHelp + +2002-05-14 Jason Greene + + * sapi/fastcgi/config.m4: Fix fastcgi build, may need more work + 2002-05-13 Marko Karppinen * sapi/apache2filter/config.m4: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d1e95606d3..5ff8309d89 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2002-05-14 Andi Gutmans + + * zend_objects.c + zend_objects.h: - constructor_called is supposed to be destructor_called + 2002-05-13 Sterling Hughes * zend_qsort.c: MFZE1