]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 3 Apr 2003 01:30:48 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Thu, 3 Apr 2003 01:30:48 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 35fc17fd1a4e2199e7424a2b45823f1dc2c4a859..5a7911ec5f2661ac9c273528281a3ad2f02417dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,115 @@
+2003-04-02  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * 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  <georg.richter@phpev.de>
+
+    * ext/mysqli/tests/028.phpt
+      ext/mysqli/tests/042.phpt:
+      fixed expected output
+
+2003-04-02  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * configure.in:
+      For now only bison 1.28, 1.35 and 1.75 are working properly
+
+2003-04-02  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * sapi/apache/.cvsignore:
+      - Update for new name
+
+2003-04-02  Jani Taskinen  <sniper@iki.fi>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+2003-04-02  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/curl/multi.c:
+      add the ability for curl_multi_info to introspect the handles.
+      
+
+2003-04-02  Colin Viebrock  <colin@easydns.com>
+
+    * 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  <edink@proventum.net>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * ext/ldap/ldap.dsp:
+      Fixed bug #23008
+
+2003-04-02  Christian Stocker  <chregu@phant.ch>
+
+    * ext/domxml/php_domxml.c
+      ext/domxml/php_domxml.c:
+      Patch for Bug #22774 by Rob Richards
+
+2003-04-02  Sara Golemon  <php@alphaweb.net>
+
+    * 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  <ilia@prohost.org>
+
+    * ext/standard/string.c:
+      Fixed possible integer overflow in str_repeat().
+
+2003-04-02  Jay Smith  <jsmith@tutorbuddy.com>
+
+    * (PHP_4_3)
+      ext/pgsql/pgsql.c
+      ext/pgsql/php_pgsql.h:
+      MFH
+
 2003-04-01  Jay Smith  <jsmith@tutorbuddy.com>
 
     * ext/pgsql/pgsql.c
index 56391b408aa6853be917c28a7edc30eac0acafec..8fdcd27e316f0087c57c6ebe871c2ddd79639bef 100644 (file)
@@ -1,3 +1,56 @@
+2003-04-02  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * 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  <d.rethans@jdimedia.nl>
+
+    * zend_list.c:
+      - Fix whitespace
+
+2003-04-02  Sterling Hughes  <sterling@bumblebury.com>
+
+    * zend_list.c
+      zend_list.h:
+      add the ability for curl_multi_info to introspect the handles.
+      
+
+2003-04-02  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * 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  <stas@zend.com>
+
+    * 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  <andrei@gravitonic.com>
 
     * zend_execute.c: