]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 7 May 2005 00:36:11 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Sat, 7 May 2005 00:36:11 +0000 (00:36 +0000)
ChangeLog
Zend/ChangeLog

index 84dc260feb4901d083f5c38fe4a5086938680c43..36634d351719b25c7bb4234b69549fd7a98e3e4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2005-05-06  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/sqlite/config.m4:
+      cleanup
+
+2005-05-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/standard/ftp_fopen_wrapper.c
+      ext/standard/ftp_fopen_wrapper.c:
+      MFH: Check ftp user name for control characters.
+
+    * ext/standard/ftp_fopen_wrapper.c:
+      Check ftp user name for control characters.
+
+2005-05-06  Antony Dovgal  <tony2001@phpclub.net>
+
+    * (PHP_4_3)
+      ext/gd/gd.c
+      ext/gd/gd.c
+      main/php_open_temporary_file.c
+      main/php_open_temporary_file.c:
+      MFH: fix off-by-one in _php_image_output()
+      and prevent such errors in php_do_open_temporary_file()
+
+    * ext/gd/gd.c
+      main/php_open_temporary_file.c:
+      fix off-by-one in _php_image_output()
+      and prevent such errors in php_do_open_temporary_file()
+
+2005-05-06  Andrey Hristov  <php@hristov.com>
+
+    * ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c:
+      initialize values because the call to zend_parse_parameters may not do it
+
+2005-05-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      ext/standard/http_fopen_wrapper.c:
+      Added max_redirects context option that specifies how many HTTP redirects
+      to follow.
+
+    * ext/standard/http_fopen_wrapper.c:
+      Missing bit from previous patch.
+
+    * (PHP_5_0)
+      ext/standard/http_fopen_wrapper.c:
+      Added missing bit of the previous patch.
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/standard/http_fopen_wrapper.c
+      ext/standard/http_fopen_wrapper.c:
+      MFH: Fixed bug #32936 (http redirects URLs are not checked for control
+      chars).
+
+    * ext/standard/http_fopen_wrapper.c:
+      Fixed bug #32936 (http redirects URLs are not checked for control chars).
+
+2005-05-06  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/lang/inc.inc:
+      <? should die..
+
+    * NEWS
+      NEWS:
+      reorder
+
+    * NEWS:
+      - No need to add NEWS entries for bugs that do NOT exist in any released
+      version of PHP
+
+    * (PHP_5_0)
+      NEWS:
+      typo
+
+    * ZendEngine2/zend_object_handlers.h:
+      typofix :)
+
+    * NEWS:
+      verbose,order,etc.
+
 2005-05-05  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * ext/standard/math.c:
index a3cfb7e339c3ff72d75b9543807b218f12de7b84..2222e44a7e078ab31ce7c196d8541a0638dc2b93 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-06  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * zend_object_handlers.h:
+      typofix :)
+
 2005-05-05  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c