diff options
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 |