From: Date: Tue, 9 Dec 2003 01:34:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd6270d5152b66afc3535d724277a3355d2c67ff;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4b51a9b0b7..5c2965f5ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2003-12-08 Hartmut Holzgraefe + + * ext/standard/parsedate.y: + reduce/reduce conflicts resolved + +2003-12-08 Frank M. Kromann + + * ext/imap/config.w32 + ext/imap/php_imap.def: + Adding config file for win32. This allows to build with c-client 2002e + + * win32/sendmail.c + win32/sendmail.h: + Exporting symbols used in the imap extension + +2003-12-08 Jani Taskinen + + * ext/mysqli/config.m4: + ws + +2003-12-08 Rob Richards + + * ext/dom/dom_iterators.c + ext/dom/php_dom.c: + fix getElementsByTagname iteration + +2003-12-08 Derick Rethans + + * ZendEngine2/zend_builtin_functions.c: + - Make it compile again + +2003-12-08 Rob Richards + + * ext/dom/dom.dsp + ext/iconv/iconv.dsp + ext/simplexml/simplexml.dsp + ext/xmlrpc/xmlrpc.dsp + ext/xsl/xsl.dsp + win32/builddef.bat + win32/php4dllts.dsp: + export libxml2 and iconv symbols + extensions no longer link against either of those + +2003-12-08 Jani Taskinen + + * NEWS: + typofix + +2003-12-08 Ard Biesheuvel + + * (PHP_4_3) + ext/session/session.c: + Fix build + + * (PHP_4_3) + ext/interbase/interbase.c: + Corrected ibase_close() fix + +2003-12-08 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.c: + - A bug in Udm_Hash32 function was fixed. + +2003-12-08 Moriyoshi Koizumi + + * (PHP_4_3) + ext/mbstring/config.m4: + MFH(r-1.45): Avoid using non-portable test syntax. + + * ext/mbstring/config.m4: + Avoid using non-portable test syntax. This was causing problems on + Solaris. (Reported by Uwe Schindler. Thanks!) + + * ext/xml/xml.c: + NULL pointers can be passed to free_fcn. This is the correct behaviour. + + * ext/iconv/iconv.c: + Fix iconv stream filter to properly handle multibyte characters that + span at the alignment of a hunk. + + * ext/standard/filters.c: + Fix a convert filters bug that occurs when multiple buckets are coming in. + 2003-12-06 Greg Beaver * pear/PEAR/Dependency.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 90bfd1c751..2b767b0d3a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-12-08 Derick Rethans + + * zend_builtin_functions.c: + - Make it compile again + 2003-12-07 Stanislav Malyshev * zend_builtin_functions.c: