More thread safety work

This commit is contained in:
Zeev Suraski 1999-04-21 04:02:11 +00:00
parent 7a87fcbbda
commit c5af324ec3
12 changed files with 256 additions and 185 deletions

View file

@ -1732,6 +1732,7 @@ void php3_call_user_method(INTERNAL_FUNCTION_PARAMETERS)
pval **params;
pval retval;
int arg_count=ARG_COUNT(ht);
CLS_FETCH();
if (arg_count<2) {
WRONG_PARAM_COUNT;