2018-3-7 0phpcom
XG(context).socket = xdebug_create_socket(XG(remote_host), XG(remote_port));//todo 新增 if (XG(context).socket >= 0) { XDEBUG_LOG_PRINT(XG(remote_log_file), "I: Connected to client. :-)\n"); XG(remote_enabled) = 0; /* Get handler from mode */ XG(context).handler = xdebug_handler_get(XG(remote_handler)); if (!XG(context).handler) { zend_error(E_WARNING, "The remote debug handler '%s' is not supported.", XG(remote_handler));