wez Mon Jul 26 22:37:54 2004 EDT
Modified files:
/php-src/ext/com_dotnet com_handlers.c
Log:
Revert last fix, because it breaks dynamic methods
http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.23&r2=1.24&ty=u
Index: php-src/ext/com_dotnet/com_handlers.c
diff -u php-src/ext/com_dotnet/com_handlers.c:1.23
php-src/ext/com_dotnet/com_handlers.c:1.24
--- php-src/ext/com_dotnet/com_handlers.c:1.23 Mon Jul 26 21:59:44 2004
+++ php-src/ext/com_dotnet/com_handlers.c Mon Jul 26 22:37:54 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: com_handlers.c,v 1.23 2004/07/27 01:59:44 wez Exp $ */
+/* $Id: com_handlers.c,v 1.24 2004/07/27 02:37:54 wez Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -350,8 +350,8 @@
break;
case DESCKIND_NONE:
- default:
- fptr = NULL;
+ //default:
+ // fptr = NULL;
break;
}
if (TI) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php