From: Sterling Hughes Date: Sun, 27 May 2001 01:15:27 +0000 (+0000) Subject: so says sniper, and so it shall be. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b20eacd215ce179ab51843a9a25dc2e3c7e1152;p=php so says sniper, and so it shall be. --- diff --git a/ext/curl/curl.c b/ext/curl/curl.c index 7b0e740de5..1c15c7a828 100644 --- a/ext/curl/curl.c +++ b/ext/curl/curl.c @@ -42,7 +42,7 @@ #include "php_curl.h" static int le_curl; -static char le_curl_name[] = "cURL handle"; +#define le_curl_name "cURL handle"; static void _php_curl_close(zend_rsrc_list_entry *rsrc);