From: Date: Thu, 3 Apr 2003 01:30:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61e60f4ffea6029f288506d49c9dc72b3b5b5d56;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 35fc17fd1a..5a7911ec5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2003-04-02 Rasmus Lerdorf + + * ext/bcmath/bcmath.c: + MFB: Check for negative precision + + * (PHP_4_3) + TODO_SEGFAULTS + ext/bcmath/bcmath.c: + Negative precision makes no sense, so check for that, but let the memory + manager error out on huge non-negative precision args + + * ext/standard/basic_functions.c: + MFB: Fix unregister_tick_function crash + + * (PHP_4_3) + TODO_SEGFAULTS + ext/standard/basic_functions.c: + Fix unregister_tick_function crash + +2003-04-02 Georg Richter + + * ext/mysqli/tests/028.phpt + ext/mysqli/tests/042.phpt: + fixed expected output + +2003-04-02 Rasmus Lerdorf + + * ext/exif/exif.c: + MFB: Get rid of bogus dtors + + * (PHP_4_3) + ext/exif/exif.c: + Get rid of bogus dtors + + * ext/standard/string.c: + MFB: Fix the setlocale() segfault + + * (PHP_4_3) + TODO_SEGFAULTS + ext/standard/string.c: + Fix the setlocale() segfault + +2003-04-02 Marcus Boerger + + * configure.in: + For now only bison 1.28, 1.35 and 1.75 are working properly + +2003-04-02 Derick Rethans + + * sapi/apache/.cvsignore: + - Update for new name + +2003-04-02 Jani Taskinen + + * (PHP_4_3) + NEWS: + BFN + +2003-04-02 Sterling Hughes + + * ext/curl/multi.c: + add the ability for curl_multi_info to introspect the handles. + + +2003-04-02 Colin Viebrock + + * ext/standard/basic_functions.c + ext/standard/info.c + ext/standard/info.h: + fixes for logo guid functions + + * main/logos.h: + oops ... committed the wrong one + + * main/logos.h: + fix logo (outline around letters) + +2003-04-02 Edin Kadribasic + + * (PHP_4_3) + NEWS: + BFN + + * ext/ldap/ldap.dsp: + Fixed bug #23008 + +2003-04-02 Christian Stocker + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.c: + Patch for Bug #22774 by Rob Richards + +2003-04-02 Sara Golemon + + * tests/strings/002.phpt: + Avoid having output_buffering cause this test to improperly fail. + + * ext/standard/tests/file/userfilters.phpt: + New test for userfilters rewrite + +2003-04-02 Ilia Alshanetsky + + * ext/standard/string.c: + Fixed possible integer overflow in str_repeat(). + +2003-04-02 Jay Smith + + * (PHP_4_3) + ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + MFH + 2003-04-01 Jay Smith * ext/pgsql/pgsql.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 56391b408a..8fdcd27e31 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,56 @@ +2003-04-02 Andrei Zmievski + + * zend_API.c + zend_API.h: + - Add zend_register_internal_namespace() API function. + - Add zend_register_internal_class_in_ns() API function. + + * zend_compile.h: + Simplify. + +2003-04-02 Derick Rethans + + * zend_list.c: + - Fix whitespace + +2003-04-02 Sterling Hughes + + * zend_list.c + zend_list.h: + add the ability for curl_multi_info to introspect the handles. + + +2003-04-02 Andrei Zmievski + + * zend_compile.c + zend_compile.h + zend_globals.h + zend_language_parser.y + zend_language_scanner.l: + Implement a different way to catch documentation comments. + + * zend_compile.c + zend_compile.h + zend_highlight.c + zend_language_parser.y + zend_language_scanner.l: + Revert portions of the doc comment patch. There should be no parser + errors now. + +2003-04-02 Stanislav Malyshev + + * zend_builtin_functions.c + zend_compile.h + zend_execute.c: + allow class_exists() to work with namespaces too. + add CLASS_IS_NAMESPACE macro + + * zend_builtin_functions.c: + fix typo + + * zend_builtin_functions.c: + fix parameterless get_declared_classes call + 2003-04-01 Andrei Zmievski * zend_execute.c: