]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 28 Apr 2006 05:31:48 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Fri, 28 Apr 2006 05:31:48 +0000 (05:31 +0000)
ChangeLog

index 3ed5d08ff1f72b71441262626cf1ecae7cdceafc..4b331917d9cee45286dc2c816e2f92aa4a334234 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2006-04-27  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/pcntl/pcntl.c:
+      pcntl_signal is safe too
+
+    * ext/pcntl/pcntl.c:
+      Safe-fy some functions.
+
+2006-04-27  Dmitry Stogov  <dmitry@zend.com>
+
+    * sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.h
+      sapi/cgi/fastcgi.h:
+      Proper fix for bug #37205
+
+2006-04-27  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/iconv/iconv.c:
+      - Remove fprintf() used for debugging
+
+    * (PHP_5_1)
+      ext/iconv/iconv.c
+      ext/iconv/tests/bug37176.phpt:
+      - MFH: fix bug #37176 (iconv_strpos() fails to find a string)
+
+    * ext/iconv/iconv.c
+      ext/iconv/tests/bug37176.phpt
+      ext/iconv/tests/bug37176.phpt:
+      - Fix bug #37176 (iconv_strpos() fails to find a string)
+
 2006-04-26  Dmitry Stogov  <dmitry@zend.com>
 
     * sapi/cgi/fastcgi.c