diff --git a/ChangeLog b/ChangeLog index 9181d5d97dc..839b982bb3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,162 @@ +2002-10-10 Jani Taskinen + + * NEWS: SP + +2002-10-10 Stig Bakken + + * pear/PEAR/Installer.php: + * the actual implementation of the installroot option + +2002-10-10 Melvyn Sopacua + + * tests/lang/034.phpt: Sorry, shouldn't use undo on packetloss connections + +2002-10-10 Sterling Hughes + + * ext/standard/array.c: revert patch + +2002-10-10 Sebastian Bergmann + + * main/config.w32.h.in: Break it again (after 4.3.0-pre1 :-) + +2002-10-10 Andrei Zmievski + + * main/php_version.h + configure.in: Back to 4.3.0-dev. + +2002-10-10 Melvyn Sopacua + + * ext/iconv/tests/translit-failure.phpt: + Another small test for iconv transliteration, from GNU libiconv testkit + +2002-10-10 Derick Rethans + + * makedist: - Argh... test before commit + +2002-10-10 Andrey Hristov + + * ext/standard/string.c: ws fixes + +2002-10-10 Ilia Alshanetsky + + * NEWS: Bug fix news. + +2002-10-10 Derick Rethans + + * makedist: - Fix typo + + * makedist: - Update makedist script + +2002-10-10 Andrei Zmievski + + * tests/lang/034.phpt: Fix the test after Ilia's patch. + +2002-10-10 Sebastian Bergmann + + * main/config.w32.h.in: Revert to revision 1.13 for 4.3.0-pre1. + +2002-10-10 Andrei Zmievski + + * configure.in + main/php_version.h: Update to 4.3.0-pre1. + +2002-10-10 Moriyoshi Koizumi + + * ext/mbstring/tests/025.inc: Fixed the encoding + + * ext/mbstring/tests/022.inc + ext/mbstring/tests/023.inc + ext/mbstring/tests/024.inc + ext/mbstring/tests/025.inc + ext/mbstring/tests/025.phpt + ext/mbstring/tests/021.inc: + Updated the test cases so that they use mb_regex_set_options. + Added a test for mb_regex_set_options. + +2002-10-10 Jon Parise + + * CODING_STANDARDS: + Adding a new item (number 11) that explains why it's important to use + emalloc() and friends in place of the standard C library functions. + +2002-10-10 Moriyoshi Koizumi + + * ext/mbstring/php_mbregex.c: Fixed mb_regex_set_options() + + * ext/mbstring/config.m4: --disable-mbregex had no effect + +2002-10-10 Melvyn Sopacua + + * ext/iconv/tests/translit-utf8.phpt: It used to be 003 + + * tests/lang/034.phpt: + Fix platform dependencies, setlocale output, bug #19836 + + Testing numerics, so set numeric. If the platform doesn't support this + category, passing this test is more likely to be coincedence than expected + behavior. + +2002-10-10 Ilia Alshanetsky + + * ext/standard/formatted_print.c + ext/standard/string.c: + This patch fixes handling of floats on locales where decimal point is not a + '.'. Problem is best demonstrated by bug #17079. + +2002-10-10 Melvyn Sopacua + + * run-tests.php: + When you say string, match at least one char in EXPECTF section + Plus a little protection against globbing like ext/foo/tests/* or worse. + + + * ext/ctype/tests/002.phpt: + Fix platform dependencies, setlocale output, bug #19836 + +2002-10-10 Ilia Alshanetsky + + * ext/pfpro/pfpro.c: Fixed a few more memory leaks. + +2002-10-10 Yasuo Ohgaki + + * NEWS: Fixed entry + +2002-10-10 Jani Taskinen + + * ext/standard/css.c + ext/standard/info.c: + - Fix the text alignment to be about same in any browser. + + * ext/fribidi/fribidi.c: Be consistent with other extensions. + + * ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h: + - Cleaned up some code and used the proper macros for ZTS stuff. + - Fixed a memleak. + - Fixed a bug in pfpro_process() when response contains only 2 entries. + (random garbage added in the end of the value + key sometimes wrong) + + +2002-10-10 Stig Bakken + + * pear/PEAR/Command/Install.php: + * add --installroot / -R option to install/upgrade commands + + * pear/PEAR/Common.php: * $this->destdir is not used + + * pear/packages/XML_RPC-1.0.3.tar + pear/packages/XML_RPC-1.0.4.tar: * upgrade XML_RPC to 1.0.4 + + * pear/package-PEAR.xml: * fix Archive_Tar dependency + + * pear/PEAR/Command/Common.php: + * options displayed in "pear help" did not have option parameters listed + +2002-10-10 Jani Taskinen + + * ext/pfpro/config.m4: + - Fixed the payflowpro version check and cleaned up this a bit. + 2002-10-09 Jani Taskinen * ext/standard/css.c: Revert previous change, it did not fix anything. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 531ff49a232..478f3bf0c96 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2002-10-10 Sebastian Bergmann + + * ZEND_CHANGES: Fugbix typo. + +2002-10-10 Stanislav Malyshev + + * zend_object_handlers.c: add comment + + * zend_object_handlers.c: fix memory leaks + 2002-10-09 Stanislav Malyshev * zend_object_handlers.c: Fix object write handler behaviour: