[xdebug-dev] xdebug xdebug/xdebug_handler_dbgp.c - ZTS fix.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Thu, 31 May 2007 20:41:28 +0200

Date: Thu May 31 20:41:27 CEST 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- ZTS fix.

Modified files:
           xdebug/xdebug_handler_dbgp.c (version: 1.122)

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- xdebug/xdebug_handler_dbgp.c:1.121 Sun May 27 19:57:17 2007 GMT
+++ xdebug/xdebug_handler_dbgp.c Thu May 31 16:41:27 2007 GMT
@@ -725,7 +725,7 @@
                         xdebug_xml_add_attribute_ex(tmp, "filename", tmp_filename, 0, 0);
                 } else {
                         xdebug_xml_add_attribute_ex(tmp, "type", xdstrdup("file"), 0, 1);
- xdebug_xml_add_attribute_ex(tmp, "filename", xdebug_path_to_url(tmp_filename), 0, 1);
+ xdebug_xml_add_attribute_ex(tmp, "filename", xdebug_path_to_url(tmp_filename TSRMLS_CC), 0, 1);
                 }
                 xdebug_xml_add_attribute_ex(tmp, "lineno", xdebug_sprintf("%lu", tmp_lineno), 0, 1);
         }
@@ -2195,7 +2195,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.121 $";
+ return "$Revision: 1.122 $";
 }
 
 static int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Thu May 31 2007 - 20:41:32 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST