Date: Sat Oct 27 18:40:10 CEST 2007
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed bug #325: "detach" stops further sessions being established from
Apache.
Modified files:
xdebug/xdebug_handler_dbgp.c (version: 1.129)
[FILE: /xdebug/xdebug_handler_dbgp.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- xdebug/xdebug_handler_dbgp.c:1.128 Thu Aug 23 23:37:54 2007 GMT
+++ xdebug/xdebug_handler_dbgp.c Sat Oct 27 14:40:10 2007 GMT
@@ -1381,7 +1381,7 @@
xdebug_xml_add_attribute(*retval, "status", xdebug_dbgp_status_strings[DBGP_STATUS_STOPPED]);
xdebug_xml_add_attribute(*retval, "reason", xdebug_dbgp_reason_strings[XG(reason)]);
XG(remote_enabled) = 0;
- XG(remote_enable) = 0;
+ xdebug_close_socket(context->socket);
}
@@ -2233,7 +2233,7 @@
char *xdebug_dbgp_get_revision(void)
{
- return "$Revision: 1.128 $";
+ return "$Revision: 1.129 $";
}
static int xdebug_dbgp_cmdloop(xdebug_con *context, int bail TSRMLS_DC)
Received on Sat Oct 27 2007 - 18:40:13 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST