summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 0269f9ce93..55534df6a0 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -64,6 +64,10 @@ struct _php_core_globals {
long y2k_compliance;
unsigned char header_is_being_sent;
+
+ /* for fsock */
+ HashTable ht_fsock_keys;
+ HashTable ht_fsock_socks;
};