iliaa Wed Nov 2 12:58:05 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/ext/standard basic_functions.c
/php-src NEWS
Log:
Fixed bug #35067, #35063 (key(),current() need to work by reference).
http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.543.2.51.2.3&r2=1.543.2.51.2.4&ty=u
Index: php-src/ext/standard/basic_functions.c
diff -u php-src/ext/standard/basic_functions.c:1.543.2.51.2.3
php-src/ext/standard/basic_functions.c:1.543.2.51.2.4
--- php-src/ext/standard/basic_functions.c:1.543.2.51.2.3 Thu Sep 29
12:31:48 2005
+++ php-src/ext/standard/basic_functions.c Wed Nov 2 12:58:00 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: basic_functions.c,v 1.543.2.51.2.3 2005/09/29 16:31:48 iliaa Exp $ */
+/* $Id: basic_functions.c,v 1.543.2.51.2.4 2005/11/02 17:58:00 iliaa Exp $ */
#include "php.h"
#include "php_streams.h"
@@ -802,8 +802,8 @@
PHP_FE(prev, first_arg_force_ref)
PHP_FE(next, first_arg_force_ref)
PHP_FE(reset, first_arg_force_ref)
- PHP_FE(current, NULL)
- PHP_FE(key, NULL)
+ PHP_FE(current, first_arg_force_ref)
+ PHP_FE(key, first_arg_force_ref)
PHP_FE(min,
NULL)
PHP_FE(max,
NULL)
PHP_FE(in_array,
NULL)
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.66&r2=1.1247.2.920.2.67&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.66 php-src/NEWS:1.1247.2.920.2.67
--- php-src/NEWS:1.1247.2.920.2.66 Wed Nov 2 12:55:14 2005
+++ php-src/NEWS Wed Nov 2 12:58:02 2005
@@ -2,6 +2,7 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2006, Version 4.4.2
- Missing safe_mode/open_basedir check in cURL extension. (Ilia)
+- Fixed bug #35067, #35063 (key(),current() need to work by reference). (Ilia)
- Fixed bug #35059 (Apache2 crash with mod_rewrite). (Ilia)
- Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is
zero). (Tony)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php