]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 9 Feb 2003 01:31:33 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 9 Feb 2003 01:31:33 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index ce32e35d98bf61e900f305e42afaadc273d3a96e..919972e6327c8aa8e7df50f9dbf8e45c4801b24d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2003-02-08  Sascha Schumann  <sascha@schumann.cx>
+
+    * ext/gettext/gettext.c:
+      Fix segfault in bindtextdomain when first parameter was empty.
+      
+      The Linux man page states: domainname must be a non-empty string.
+      
+      Noticed by: Nils Meyer
+
+2003-02-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * sapi/cli/php.1:
+      Style corrections
+      See also: Stig's intro
+      Version info
+
+2003-02-08  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/standard/string.c:
+      style & ws fixes
+
+2003-02-08  Pierre-Alain Joye  <paj@pearfr.org>
+
+    * (PHP_4_3)
+      ext/gd/libgd/gd.c
+      ext/gd/libgd/gd.h:
+      MFH:
+      Add gdImageEllipse
+      Replace gdImageFilledEllipse by a new function (backported from
+      the new phpgd)
+      the new gdImageFilledEllipse fix bug bug #22103 (ellipse part)
+
+    * ext/gd/libgd/gd.c
+      ext/gd/libgd/gd.h:
+      Add gdImageEllipse
+      Replace gdImageFilledEllipse by a new function (backported from
+      the new phpgd)
+      the new gdImageFilledEllipse fix bug bug #22103 (ellipse part)
+
 2003-02-07  Sara Golemon  <php@alphaweb.net>
 
     * ext/standard/http_fopen_wrapper.c:
index 6a0244824c3f527ef1a29e29946726a3fc36aebe..64fa3e8e9642733b351d5325c9161848cac5c64b 100644 (file)
@@ -1,3 +1,20 @@
+2003-02-08  Georg Richter  <georg.richter@phpev.de>
+
+    * zend_API.c
+      zend_API.h:
+      fixed zend_parse_method_param
+
+2003-02-08  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend_builtin_functions.c:
+      zend_config.h (and its Win32 version) is already included by zend.h
+
+2003-02-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_builtin_functions.c:
+      The string.h is already avaliable through zend.h, so the manual inclusion
+      is not necessary.
+
 2003-02-07  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_builtin_functions.c: