Is this the commit that prompted Rob to adjust the COM extension today? If so, we've broken binary compat within the 5.0.x series by changing the method signature; somebody needs to "fix" a whole bunch of OO extensions now.
(either that or I'm missing something) --Wez. On Fri, 05 Nov 2004 15:08:12 -0000, Derick Rethans <[EMAIL PROTECTED]> wrote: > derick Fri Nov 5 10:08:12 2004 EDT > > Modified files: (Branch: PHP_5_0) > /php-src NEWS > /ZendEngine2 zend_execute_API.c > Log: > - Fix for bug #30367, #30490 and possibly #30011. > EX(function_state).function = > - > Z_OBJ_HT_PP(fci->object_pp)->get_method(*fci->object_pp, > Z_STRVAL_P(fci->function_name), Z_STRLEN_P(fci->function_name) TSRMLS_CC); > + > Z_OBJ_HT_PP(fci->object_pp)->get_method(fci->object_pp, > Z_STRVAL_P(fci->function_name), Z_STRLEN_P(fci->function_name) TSRMLS_CC); > } else if (calling_scope) { > char *function_name_lc = > zend_str_tolower_dup(Z_STRVAL_P(fci->function_name), > Z_STRLEN_P(fci->function_name)); -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php