changelog               Sat Feb  8 20:31:24 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1260 php4/ChangeLog:1.1261
--- php4/ChangeLog:1.1260       Fri Feb  7 20:32:49 2003
+++ php4/ChangeLog      Sat Feb  8 20:31:24 2003
@@ -1,3 +1,42 @@
+2003-02-08  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php.1:
+      Style corrections
+      See also: Stig's intro
+      Version info
+
+2003-02-08  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      style & ws fixes
+
+2003-02-08  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
 
     * ext/standard/http_fopen_wrapper.c:


Reply via email to