]> granicus.if.org Git - php/commitdiff
so says sniper, and so it shall be.
authorSterling Hughes <sterling@php.net>
Sun, 27 May 2001 01:15:27 +0000 (01:15 +0000)
committerSterling Hughes <sterling@php.net>
Sun, 27 May 2001 01:15:27 +0000 (01:15 +0000)
ext/curl/curl.c

index 7b0e740de545d845cd19234581801607dd98da3d..1c15c7a828dd931b889fa40ee7e9e1788bd2c6b5 100644 (file)
@@ -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);