Browse Source

Revert last fix, because it breaks dynamic methods

PHP-5.1
Wez Furlong 22 years ago
parent
commit
530d41732d
  1. 4
      ext/com_dotnet/com_handlers.c

4
ext/com_dotnet/com_handlers.c

@ -350,8 +350,8 @@ static union _zend_function *com_method_get(zval *object, char *name, int len TS
break;
case DESCKIND_NONE:
default:
fptr = NULL;
//default:
// fptr = NULL;
break;
}
if (TI) {

Loading…
Cancel
Save