mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
ChangeLog update
This commit is contained in:
parent
9f238de87b
commit
82bc088c57
47
ChangeLog
47
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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user