diff options
Diffstat (limited to 'ext/sockets/sockets.c')
-rw-r--r-- | ext/sockets/sockets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 6de9ab1fe7..a207225f1c 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -371,7 +371,7 @@ zend_module_entry sockets_module_entry = { #ifdef COMPILE_DL_SOCKETS #ifdef ZTS - ZEND_TSRMLS_CACHE_DEFINE(); + ZEND_TSRMLS_CACHE_DEFINE() #endif ZEND_GET_MODULE(sockets) #endif |