From: Zeev Suraski Date: Tue, 1 Feb 2000 22:13:13 +0000 (+0000) Subject: Compile fix X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c47452f729346b7ea4ca86762e3d175e25aa212e;p=php Compile fix --- diff --git a/ext/standard/file.c b/ext/standard/file.c index ba97256db8..f584377abb 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -939,7 +939,7 @@ PHP_FUNCTION(socket_get_status) void *what; int socketd = 0; struct php_sockbuf *sock; - FLS_FETCH(); + //FLS_FETCH(); if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(ZEND_NUM_ARGS(), &socket) == FAILURE) { WRONG_PARAM_COUNT;