edink           Fri Oct  6 12:24:11 2006 UTC

  Modified files:              
    /php-src/ext/com_dotnet     com_handlers.c 
  Log:
  MFB: Fix for #38985  (Wez)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/com_dotnet/com_handlers.c?r1=1.37&r2=1.38&diff_format=u
Index: php-src/ext/com_dotnet/com_handlers.c
diff -u php-src/ext/com_dotnet/com_handlers.c:1.37 
php-src/ext/com_dotnet/com_handlers.c:1.38
--- php-src/ext/com_dotnet/com_handlers.c:1.37  Sat Apr 29 18:45:29 2006
+++ php-src/ext/com_dotnet/com_handlers.c       Fri Oct  6 12:24:11 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: com_handlers.c,v 1.37 2006/04/29 18:45:29 fmk Exp $ */
+/* $Id: com_handlers.c,v 1.38 2006/10/06 12:24:11 edink Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -539,7 +539,7 @@
                return SUCCESS;
        }
 
-       return FAILURE;
+       return zend_std_cast_object_tostring(readobj, writeobj, type TSRMLS_CC);
 }
 
 static int com_object_count(zval *object, long *count TSRMLS_DC)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to