Date: Mon Oct 2 12:35:00 CEST 2006
User: Derick Rethans
Directory: xdebug
Log Message:
[0.05]
- One more TSRMLS issue.
Modified files:
xdebug/xdebug_handler_gdb.c (version: 1.81)
[FILE: /xdebug/xdebug_handler_gdb.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- xdebug/xdebug_handler_gdb.c:1.80 Fri Sep 29 12:27:22 2006 GMT
+++ xdebug/xdebug_handler_gdb.c Mon Oct 02 08:35:00 2006 GMT
@@ -331,6 +331,7 @@
{
xdebug_gdb_options* options = (xdebug_gdb_options*) context->options;
char *str_rep, *ret;
+ TSRMLS_FETCH();
switch (options->response_format) {
case XDEBUG_RESPONSE_NORMAL:
@@ -1334,7 +1335,7 @@
char *xdebug_gdb_get_revision(void)
{
- return "$Revision: 1.80 $";
+ return "$Revision: 1.81 $";
}
int xdebug_gdb_init(xdebug_con *context, int mode)
Received on Mon Oct 02 2006 - 12:35:25 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST