From: Uwe Steinmann Date: Thu, 22 Feb 2001 09:38:59 +0000 (+0000) Subject: - took out the HwSLS_FETCH to make it compile again on Unix X-Git-Tag: php-4.0.5RC1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=454221ba621aaf163cc642e40ed1a0892b2e2db7;p=php - took out the HwSLS_FETCH to make it compile again on Unix Is this really neccesary at this point? --- diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index 96e052f0b4..dd32515d25 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -146,7 +146,7 @@ void print_msg(hg_msg *msg, char *str, int txt); void _close_hw_link(zend_rsrc_list_entry *rsrc) { - HwSLS_FETCH(); +/* HwSLS_FETCH(); */ hw_connection *conn = (hw_connection *)rsrc->ptr; if(conn->hostname) free(conn->hostname); @@ -159,7 +159,7 @@ void _close_hw_link(zend_rsrc_list_entry *rsrc) void _close_hw_plink(zend_rsrc_list_entry *rsrc) { - HwSLS_FETCH(); +/* HwSLS_FETCH(); */ hw_connection *conn = (hw_connection *)rsrc->ptr; if(conn->hostname) free(conn->hostname);