--- embedaddon/php/ext/curl/php_curl.h 2013/07/22 01:31:38 1.1.1.3 +++ embedaddon/php/ext/curl/php_curl.h 2013/10/14 08:02:09 1.1.1.4 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_curl.h,v 1.1.1.3 2013/07/22 01:31:38 misho Exp $ */ +/* $Id: php_curl.h,v 1.1.1.4 2013/10/14 08:02:09 misho Exp $ */ #ifndef _PHP_CURL_H #define _PHP_CURL_H @@ -126,7 +126,7 @@ struct _php_curl_send_headers { struct _php_curl_free { zend_llist str; zend_llist post; - zend_llist slist; + HashTable *slist; }; typedef struct {