]> granicus.if.org Git - php/commitdiff
Revert last fix, because it breaks dynamic methods
authorWez Furlong <wez@php.net>
Tue, 27 Jul 2004 02:37:54 +0000 (02:37 +0000)
committerWez Furlong <wez@php.net>
Tue, 27 Jul 2004 02:37:54 +0000 (02:37 +0000)
ext/com_dotnet/com_handlers.c

index f0369ce68c84c4d0054031372b0da0297fbe081b..d18a5a952c65c48fb5b094c6e77ff5bfd2207b3f 100644 (file)
@@ -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) {