diff options
author | Wez Furlong <wez@php.net> | 2004-07-27 02:37:54 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-07-27 02:37:54 +0000 |
commit | 530d41732df74e626478233fb451e02db8c1b7b8 (patch) | |
tree | 542cb6d216f4d1cdc6a2ec417b6077f6f3e1aab4 /ext/com_dotnet | |
parent | 20534bc4459860820cac2a2e97492e7ba3e6d731 (diff) | |
download | php-git-530d41732df74e626478233fb451e02db8c1b7b8.tar.gz |
Revert last fix, because it breaks dynamic methods
Diffstat (limited to 'ext/com_dotnet')
-rw-r--r-- | ext/com_dotnet/com_handlers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c index f0369ce68c..d18a5a952c 100644 --- a/ext/com_dotnet/com_handlers.c +++ b/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) { |