diff options
author | <changelog@php.net> | 2005-08-08 05:39:44 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-08-08 05:39:44 +0000 |
commit | 9a469dadd5efefea349506dea90f817f8b02298e (patch) | |
tree | 5b5512cf935cb4904f9360a150d3dc31326aa33f /ChangeLog | |
parent | 34f1c973a9a8ada866e669f4f18ffe10c7d05d04 (diff) | |
download | php-git-9a469dadd5efefea349506dea90f817f8b02298e.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +2005-08-07 Jani Taskinen <jani.taskinen@sci.fi> + + * NEWS: + BFN + + * ext/imap/php_imap.c + ext/standard/mail.c + win32/sendmail.c + win32/sendmail.h: + - Fixed bug #29334 (mail() provides incorrect message time header) + + * ext/gd/config.w32: + Missing entry + +2005-08-07 Hartmut Holzgraefe <hartmut@php-groupies.de> + + * configure.in: + configure.in scripts/Makefile.frag scripts/phpize.in + + * main/php.h: + typo fix + +2005-08-07 Jani Taskinen <jani.taskinen@sci.fi> + + * ext/xml/tests/bug26614_libxml.phpt: + This test failed because libxml versions differ.. + +2005-08-07 Derick Rethans <php@derickrethans.nl> + + * ext/iconv/tests/bug16069.phpt: + - Fix skip-if comment. + 2005-08-06 Edin Kadribasic <edink@emini.dk> * NEWS: |