diff options
author | Xinchen Hui <laruence@php.net> | 2014-05-17 10:23:46 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-05-17 10:23:46 +0800 |
commit | 489da59b08a5cb01032adf8659740dbc91799d3a (patch) | |
tree | 7b9d238ea83b49ba235e1809c4fbcf68b560e944 /ext/sockets/php_sockets.h | |
parent | bcb4fcd305962b6b382d97e435b474c4c74d24aa (diff) | |
download | php-git-489da59b08a5cb01032adf8659740dbc91799d3a.tar.gz |
Refactoring socket (only compilable now)
Diffstat (limited to 'ext/sockets/php_sockets.h')
-rw-r--r-- | ext/sockets/php_sockets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index e872635f9a..86729650e4 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -59,7 +59,7 @@ typedef struct { int type; int error; int blocking; - zval *zstream; + zval zstream; } php_socket; #ifdef PHP_WIN32 |