changelog Mon Dec 8 20:34:42 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1470 php-src/ChangeLog:1.1471
--- php-src/ChangeLog:1.1470 Sat Dec 6 20:32:50 2003
+++ php-src/ChangeLog Mon Dec 8 20:34:40 2003
@@ -1,3 +1,87 @@
+2003-12-08 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/standard/parsedate.y:
+ reduce/reduce conflicts resolved
+
+2003-12-08 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/mysqli/config.m4:
+ ws
+
+2003-12-08 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/dom_iterators.c
+ ext/dom/php_dom.c:
+ fix getElementsByTagname iteration
+
+2003-12-08 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_builtin_functions.c:
+ - Make it compile again
+
+2003-12-08 Rob Richards <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * NEWS:
+ typofix
+
+2003-12-08 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/mnogosearch/php_mnogo.c
+ ext/mnogosearch/php_mnogo.c:
+ - A bug in Udm_Hash32 function was fixed.
+
+2003-12-08 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* pear/PEAR/Dependency.php: