diff options
author | Sterling Hughes <sterling@php.net> | 2001-05-27 01:15:27 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-05-27 01:15:27 +0000 |
commit | 1b20eacd215ce179ab51843a9a25dc2e3c7e1152 (patch) | |
tree | 49a90a2e59557980af2c531aa5cdcf99f2b42b92 /ext/curl | |
parent | 04908b14159fa54893c381e7e9c23ebb4b9cfd74 (diff) | |
download | php-git-1b20eacd215ce179ab51843a9a25dc2e3c7e1152.tar.gz |
so says sniper, and so it shall be.
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |