Well said. :) Well enough that the developer who made the change has asked to have an alias added. Attached is the required patch.
The alias should appear in the next maintenence release of PHP. --zak On 2002-2-01 09:10, [EMAIL PROTECTED] wrote: > ID: 14782 > User updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Closed > Bug Type: Feature/Change Request > Operating System: all > PHP Version: 4.1.1 > Old Assigned To: zak > Assigned To: > New Comment: > > I understand the issue or having functions disappear and then reappear.. > [cut]
Index: ext/standard/basic_functions.c =================================================================== RCS file: /repository/php4/ext/standard/basic_functions.c,v retrieving revision 1.433 retrieving revision 1.434 diff -u -r1.433 -r1.434 --- ext/standard/basic_functions.c 30 Dec 2001 09:36:24 -0000 1.433 +++ ext/standard/basic_functions.c 2 Jan 2002 21:21:48 -0000 1.434 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: basic_functions.c,v 1.433 2001/12/30 09:36:24 zak Exp $ */ +/* $Id: basic_functions.c,v 1.434 2002/01/02 21:21:48 zak Exp $ */ #include "php.h" #include "php_main.h" @@ -789,6 +789,7 @@ /* aliases from array.c */ PHP_FALIAS(pos, current, first_arg_force_ref) PHP_FALIAS(sizeof, count, NULL) + PHP_FALIAS(key_exists, array_key_exists, NULL) /* functions from assert.c */ PHP_FE(assert, NULL)
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]