committed in ZE2.  MFH not needed since this method in ZE1 uses
zend_get_parameters.


"Ard Biesheuvel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Would anyone with Zend karma care to commit this ?
>
> -- 
> Ard
>
>
>
>
> Index: zend_builtin_functions.c
> ===================================================================
> RCS file: /repository/ZendEngine2/zend_builtin_functions.c,v
> retrieving revision 1.237
> diff -u -r1.237 zend_builtin_functions.c
> --- zend_builtin_functions.c 28 May 2004 08:08:56 -0000 1.237
> +++ zend_builtin_functions.c 17 Jun 2004 09:18:03 -0000
> @@ -805,7 +805,7 @@
>   {
>   char *class_name, *lc_name;
>   zend_class_entry **ce;
> - long class_name_len;
> + int class_name_len;
>   zend_bool autoload = 1;
>   int found;

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to