]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 25 Dec 2002 01:34:22 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Wed, 25 Dec 2002 01:34:22 +0000 (01:34 +0000)
ChangeLog

index fa4e17f5479eca241331a5cabac3f15c4a3dc646..cc57e22084a179054501c375cd2a07735b7901b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2002-12-24  Stefan Esser  <s.esser@e-matters.de>
+
+    * sapi/cgi/cgi_main.c:
+      fix compile warning
+
+    * ext/mime_magic/mime_magic.c
+      sapi/cgi/cgi_main.c:
+      MFH
+
+    * ext/mime_magic/mime_magic.c:
+      do correct casting
+
+2002-12-24  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/ncurses/ncurses_functions.c:
+      Removed pointless assignment.
+
+    * ext/ncurses/ncurses_functions.c:
+      The -1 is no longer needed, since it is done automatically by strlcpy().
+
+    * ext/ncurses/ncurses_functions.c:
+      Changed strncpy() to strlcpy().
+
+    * ext/ncurses/ncurses_fe.c
+      ext/ncurses/ncurses_functions.c:
+      A variety of CS style fixes, which include:
+       * Changed all argument parsing to use the new zend_parse_parameters()
+       * If a function is unavailable due to lack of support for a certain
+      feature,
+         do not make the function avaliable, rather then making it print an
+      error
+         saying that the functionality offered by the function is not avaliable.
+       * Lots of WS fixes all over the file.
+       * Change strcpy() to strncpy() to prevent possible buffer overflows.
+      Fixed a bug in ncurses_pair_content(), 1st parameter was wrong.
+      Fixed several function prototypes that failed to indicate that functions
+      accepted arguments by reference.
+
+2002-12-24  Melvyn Sopacua  <msopacua@idg.nl>
+
+    * ext/standard/dir.c:
+      MFH: crash fix in glob() with no results
+
 2002-12-23  Melvyn Sopacua  <msopacua@idg.nl>
 
     * ext/standard/dir.c: