diff --git a/ChangeLog b/ChangeLog index 92440e9ae39..3275672e19a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2002-06-05 Jani Taskinen + + * ext/gd/libgd/gd.c: ws and indent fixes + + * ext/gd/libgd/gd.c: - Fixes a segfault reported in #17584 + +2002-06-05 Markus Fischer + + * win32/sendmail.c + win32/sendmail.h: + - Headers are now rewritten to always have \r\n line endings for SMTP. + Also automatically removes superflous line breaks at + the start and end of the header. + +2002-06-05 Derick Rethans + + * ext/domxml/php_domxml.c: + - Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not + being set. (patch by Rob Richards ) + +2002-06-05 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: +2002-06-05 Stefan Esser + + * main/rfc1867.c: + fixed multiline header detection (':' is valid within following lines) + fixed fill_buffer to fill the buffer always completely + +2002-06-05 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h: more mnogosearch compilation fixes + +2002-06-05 Stefan Esser + + * main/rfc1867.c: + fixing some crashbugs that can be triggered with bogus uploads. + +2002-06-05 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.h + ext/mnogosearch/php_mnogo.c: + MnoGoSearch extension fixes to compile under latest + mnogosearch 3.2.4 and 3.2.5. Still does not compile with them, + but the work still in progress... + 2002-06-04 Edin Kadribasic * win32/glob.c: Sync with openbsd glob.c 1.19 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 05fc5ab359a..7129aabd0ab 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2002-06-05 Sebastian Bergmann + + * zend_execute.c: Remove unused local variable. + +2002-06-05 Andi Gutmans + + * zend_compile.c + zend_execute.c + zend_object_handlers.c: + - Allow overloaded objects to receive the method name in its original + - case. + +2002-06-05 Derick Rethans + + * zend_llist.c: - Fix memleak (patch by Stefan Sesser) + 2002-06-04 Derick Rethans * zend_ini_scanner.l: - Fix for bug #17462 (Patch by Edin Kadribasic)