1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00

Remove fsock-specific members

This commit is contained in:
Sascha Schumann
1999-12-01 17:07:54 +00:00
parent 94c36e8846
commit fce775e8a3

View File

@@ -91,10 +91,6 @@ struct _php_core_globals {
unsigned char header_is_being_sent;
/* for fsock */
HashTable ht_fsock_keys;
HashTable ht_fsock_socks;
zend_llist ll_post_request_startup;
};