changelog Sat Oct 4 20:32:03 2003 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1407 php-src/ChangeLog:1.1408 --- php-src/ChangeLog:1.1407 Fri Oct 3 20:32:36 2003 +++ php-src/ChangeLog Sat Oct 4 20:32:02 2003 @@ -1,3 +1,75 @@ +2003-10-04 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * NEWS: + NFN + + * ext/standard/file.c: + Change fgetcsv() so that the second parameter is also optional. + +2003-10-04 Tomas V.V.Cox <[EMAIL PROTECTED]> + + * pear/PEAR/Installer.php: + Better fix #61 + + * pear/PEAR/Installer.php: + Fix: #61 [NEW]: error with pear install in pear 1.3b1 + by outputting a full error message plus some help + + * pear/package-PEAR.xml: + notes++ + Bug #25413 Add local installed packages to list-all + (thanks to Christian DickMann) + + * pear/PEAR/Command/Remote.php: + Bug #25413 Add local installed packages to list-all + (thanks to Christian DickMann) + +2003-10-04 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * ext/standard/config.m4: + Fix autoconf(2.13) build + +2003-10-04 Sergey Kartashoff <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/mnogosearch/README: + - README in mnogosearch extension is updated + + * ext/mnogosearch/README: + - Updated README for mnogosearch extension + +2003-10-04 Greg Beaver <[EMAIL PROTECTED]> + + * pear/PEAR/Installer.php: + fix warning in rare case (file doesn't exist in package.xml) + +2003-10-04 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * NEWS: + New feature news. + + * ext/standard/basic_functions.h + ext/standard/config.m4 + ext/standard/file.c + main/config.w32.h: + Fix fgetcsv() to correctly support international characters + +2003-10-04 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/ncurses/config.m4 + ext/ncurses/php_ncurses.h: + MFH: - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with + BSD). + + * ext/ncurses/config.m4 + ext/ncurses/php_ncurses.h: + - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD). + + * ext/ncurses/config.m4: + ws + 2003-10-03 Moriyoshi Koizumi <[EMAIL PROTECTED]> * NEWS