diff options
author | <changelog@php.net> | 2004-11-24 01:33:16 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-11-24 01:33:16 +0000 |
commit | 98f9906c59ddfa0ae9082fd68e2fabb5676db2b8 (patch) | |
tree | 3443fefdac005867c5a26461ad03a68adeb3857b | |
parent | 5ece0ecdfb1ded54020d6c9cae3581ae380550a3 (diff) | |
download | php-git-98f9906c59ddfa0ae9082fd68e2fabb5676db2b8.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,3 +1,59 @@ +2004-11-23 Dmitry Stogov <dmitry@zend.com> + + * ext/gd/tests/imagefilter.phpt + ext/gd/tests/imagefilter.phpt + ext/standard/tests/filters/bug22538.phpt + ext/standard/tests/filters/bug22538.phpt: + Test was fixed. + +2004-11-23 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + + * (PHP_4_3) + NEWS: + RC1 release date. + + * (PHP_4_3) + configure.in + main/php_version.h: + tagging 4.3.10RC1 + +2004-11-23 Derick Rethans <php@derickrethans.nl> + + * (PHP_5_0) + ext/iconv/php_iconv.h + scripts/Makefile.frag: + - MFH: We need to install these headers too + + * ext/iconv/php_iconv.h + scripts/Makefile.frag: + - We need to install the headers too. + +2004-11-23 Edin Kadribasic <edink@emini.dk> + + * (PHP_4_3) + ext/iconv/iconv.dsp + ext/iconv/php_iconv.h: + (Sort of) MFH: export PHP iconv symbols using the old build too + + * ext/iconv/config.w32 + ext/iconv/php_iconv.h: + Only dllexport during the compilation of iconv.c + +2004-11-23 Derick Rethans <php@derickrethans.nl> + + * ext/iconv/iconv.c + ext/iconv/php_iconv.h: + - Export "php_iconv_string()". + + * ext/standard/tests/time/bug28599.phpt: + 1.1.4; + - Added test for bug #28599 + 2004-11-22 Ilia Alshanetsky <ilia@prohost.org> * ext/sysvshm/sysvshm.c: |