edink Fri Oct 6 12:23:30 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/com_dotnet com_handlers.c
Log:
Fix for #38985 (Wez)
http://cvs.php.net/viewvc.cgi/php-src/ext/com_dotnet/com_handlers.c?r1=1.30.2.5.2.1&r2=1.30.2.5.2.2&diff_format=u
Index: php-src/ext/com_dotnet/com_handlers.c
diff -u php-src/ext/com_dotnet/com_handlers.c:1.30.2.5.2.1
php-src/ext/com_dotnet/com_handlers.c:1.30.2.5.2.2
--- php-src/ext/com_dotnet/com_handlers.c:1.30.2.5.2.1 Wed May 10 14:39:10 2006
+++ php-src/ext/com_dotnet/com_handlers.c Fri Oct 6 12:23:30 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: com_handlers.c,v 1.30.2.5.2.1 2006/05/10 14:39:10 rrichards Exp $ */
+/* $Id: com_handlers.c,v 1.30.2.5.2.2 2006/10/06 12:23:30 edink Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -537,7 +537,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