diff options
author | Sterling Hughes <sterling@php.net> | 2000-12-12 19:24:59 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-12-12 19:24:59 +0000 |
commit | ec94654316e2c8983a3415f9816b3222dd84359b (patch) | |
tree | f32c5cde928513fc1a643eb8efc9ca20b66aba13 | |
parent | 03e748888b910604de4b8c7d0d7fe89a0534e04b (diff) | |
download | php-git-ec94654316e2c8983a3415f9816b3222dd84359b.tar.gz |
MFH
-rw-r--r-- | ext/sockets/php_sockets.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index 23d45a54d7..868733fa59 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -80,9 +80,7 @@ typedef struct php_iovec { } php_iovec_t; typedef struct { - int le_destroy; - int le_iov; - int use_system_read; + zend_bool use_system_read; } php_sockets_globals; |