Browse Source

*** empty log message ***

experimental/newoperator
Zeev Suraski 28 years ago
parent
commit
63a845f2f6
  1. 5
      ext/standard/fsock.c

5
ext/standard/fsock.c

@ -124,11 +124,6 @@ php3_module_entry fsock_module_entry = {
STANDARD_MODULE_PROPERTIES
};
#ifndef ZTS
static HashTable PG(ht_fsock_keys);
static HashTable PG(ht_fsock_socks);
#endif
/* {{{ lookup_hostname */

Loading…
Cancel
Save