--- embedaddon/php/ext/curl/php_curl.h 2012/02/21 23:47:53 1.1.1.1 +++ embedaddon/php/ext/curl/php_curl.h 2013/10/14 08:02:09 1.1.1.4 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2012 The PHP Group | + | Copyright (c) 1997-2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_curl.h,v 1.1.1.1 2012/02/21 23:47:53 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 { @@ -181,6 +181,7 @@ typedef struct { CURLMcode mcode; int pending; zval *headers; + struct curl_slist *headers_slist; /* holds custom headers sent out in the request */ } php_curl_stream;