On Wed, 15 Jun 2005 20:51:37 -0000
"Andrei Zmievski" <[EMAIL PROTECTED]> wrote:

> andrei                Wed Jun 15 16:51:37 2005 EDT
> 
>   Modified files:              
>     /php-src/ext/standard     basic_functions.c basic_functions.h array.c 
>   Log:
>   Fix FCI cache for array_walk and user array compare functions. Bug
>   #33286. (Patch from [EMAIL PROTECTED])

Andrei, could you plz also fix whitespaces/tabs there ?

-       zval **old_compare_func;
+    PHP_ARRAY_CMP_FUNC_VARS;
+
....
-       BG(user_compare_func_name) = old_compare_func;
+    PHP_ARRAY_CMP_FUNC_RESTORE();
+
etc.

Thanks.

-- 
Wbr, 
Antony Dovgal aka tony2001

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to