[xdebug-dev] xdebug xdebug/xdebug_handler_dbgp.c - MFH: Fixed bug #325: "detach" stops further sessions being established from

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sat, 27 Oct 2007 18:40:37 +0200

Date: Sat Oct 27 18:40:37 CEST 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- MFH: Fixed bug #325: "detach" stops further sessions being established from
  Apache.

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

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.125
retrieving revision 1.125.2.1
diff -u -r1.125 -r1.125.2.1
--- xdebug/xdebug_handler_dbgp.c:1.125 Sun Jul 08 11:06:31 2007 GMT
+++ xdebug/xdebug_handler_dbgp.c Sat Oct 27 14:40:37 2007 GMT
@@ -1373,7 +1373,7 @@
 {
         XG(status) = DBGP_STATUS_STOPPING;
         XG(remote_enabled) = 0;
- XG(remote_enable) = 0;
+ xdebug_close_socket(context->socket);
 }
 
 
@@ -2197,7 +2197,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.125 $";
+ return "$Revision: 1.125.2.1 $";
 }
 
 static int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Sat Oct 27 2007 - 18:40:41 BST

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