summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-06-06 00:22:05 +0000
committer <changelog@php.net>2002-06-06 00:22:05 +0000
commit82bc088c5755cb07e2ae0c2f5428e4dba52b234c (patch)
treecf386e6e0091ded1650a9fd55431d65e33edad09
parent9f238de87b654f1f3492016d9332328f0990f87a (diff)
downloadphp-git-82bc088c5755cb07e2ae0c2f5428e4dba52b234c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog47
-rw-r--r--Zend/ChangeLog16
2 files changed, 63 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92440e9ae3..3275672e19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2002-06-05 Jani Taskinen <sniper@iki.fi>
+
+ * 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 <mfischer@guru.josefine.at>
+
+ * 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 <d.rethans@jdimedia.nl>
+
+ * ext/domxml/php_domxml.c:
+ - Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not
+ being set. (patch by Rob Richards <rrichards@digarc.com>)
+
+2002-06-05 Sergey Kartashoff <gluke@biosys.net>
+
+ * ext/mnogosearch/php_mnogo.c:
+2002-06-05 Stefan Esser <s.esser@e-matters.de>
+
+ * 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 <gluke@biosys.net>
+
+ * ext/mnogosearch/php_mnogo.c
+ ext/mnogosearch/php_mnogo.h: more mnogosearch compilation fixes
+
+2002-06-05 Stefan Esser <s.esser@e-matters.de>
+
+ * main/rfc1867.c:
+ fixing some crashbugs that can be triggered with bogus uploads.
+
+2002-06-05 Sergey Kartashoff <gluke@biosys.net>
+
+ * 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 <edink@proventum.net>
* win32/glob.c: Sync with openbsd glob.c 1.19
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 05fc5ab359..7129aabd0a 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,19 @@
+2002-06-05 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * zend_execute.c: Remove unused local variable.
+
+2002-06-05 Andi Gutmans <andi@zend.com>
+
+ * 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 <d.rethans@jdimedia.nl>
+
+ * zend_llist.c: - Fix memleak (patch by Stefan Sesser)
+
2002-06-04 Derick Rethans <d.rethans@jdimedia.nl>
* zend_ini_scanner.l: - Fix for bug #17462 (Patch by Edin Kadribasic)