mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
unix sockets aren't available on windows
This commit is contained in:
parent
fdbfcc0b51
commit
f842b8f4be
1 changed files with 2 additions and 0 deletions
|
@ -365,6 +365,7 @@ void phpdbg_webdata_decompress(char *msg, int len TSRMLS_DC) {
|
|||
|
||||
PHPDBG_COMMAND(wait) /* {{{ */
|
||||
{
|
||||
#ifndef PHP_WIN32
|
||||
struct sockaddr_un local, remote;
|
||||
int rlen, sr, sl;
|
||||
unlink(PHPDBG_G(socket_path));
|
||||
|
@ -414,6 +415,7 @@ PHPDBG_COMMAND(wait) /* {{{ */
|
|||
efree(data);
|
||||
|
||||
phpdbg_notice("wait", "import=\"success\"", "Successfully imported request data, stopped before executing");
|
||||
#endif
|
||||
|
||||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue