Home  |  Linux  | Mysql  | PHP  | XML
From:Gopal Vijayaraghavan Date:Mon Aug 25 08:41:01 2008
Subject:cvs: pecl /inclued inclued.c
gopalv		Mon Aug 25 14:41:01 2008 UTC

  Modified files:              
    /pecl/inclued	inclued.c 
  Log:
  Bug #14555 - tsrm fixes
  
http://cvs.php.net/viewvc.cgi/pecl/inclued/inclued.c?r1=1.4&r2=1.5&diff_format=u
Index: pecl/inclued/inclued.c
diff -u pecl/inclued/inclued.c:1.4 pecl/inclued/inclued.c:1.5
--- pecl/inclued/inclued.c:1.4	Thu Apr 10 16:45:02 2008
+++ pecl/inclued/inclued.c	Mon Aug 25 14:41:01 2008
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: inclued.c,v 1.4 2008/04/10 16:45:02 sfox Exp $ */
+/* $Id: inclued.c,v 1.5 2008/08/25 14:41:01 gopalv Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -136,7 +136,7 @@
 /* }}} */
 
 /* {{{ pack_output */
-static void pack_output(zval* return_value)
+static void pack_output(zval* return_value TSRMLS_DC)
 {
 
 	zval **data;
@@ -270,7 +270,7 @@
 			return SUCCESS;
 		}
 
-		pack_output(pretval);
+		pack_output(pretval TSRMLS_CC);
 
 		PHP_VAR_SERIALIZE_INIT(var_hash);
 		php_var_serialize(&buf, (zval**)&(pretval), &var_hash TSRMLS_CC);
@@ -312,7 +312,7 @@
 {
 	if(INCLUED_G(enabled)) 
 	{
-		pack_output(return_value);
+		pack_output(return_value TSRMLS_CC);
 		return;
 	}
 	else


Navigate in group php.pecl.cvs at sever news.php.net
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by PHP Developer
Powered By PHP Consultants