History log of /PHP-7.3/ext/curl/interface.c (Results 76 – 100 of 446)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# b7e477a8 14-Jun-2015 Xinchen Hui

Fixed bug #69831 (Segmentation fault in curl_getinfo)


Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL
# 50e08d60 28-May-2015 Xinchen Hui

Attempt to fix #69643


Revision tags: php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41
# 33097bcf 08-May-2015 Xinchen Hui

Remove not necessary checks


# f05baec0 08-May-2015 Xinchen Hui

Reorder fields of curl


# c7345873 06-May-2015 Xinchen Hui

Fixed comment


# 9b3a92a1 05-May-2015 Xinchen Hui

micro optimizations


Revision tags: php-5.6.9RC1, php-5.5.25RC1
# d66045fe 20-Apr-2015 Xinchen Hui

Fixed bug #69485 (Double free on zend_list_dtor).


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40
# 0ea75af9 04-Apr-2015 Stanislav Malyshev

Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)


# cb0d3250 04-Apr-2015 Stanislav Malyshev

Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)


Revision tags: php-5.6.8RC1
# 1add8401 31-Mar-2015 Xinchen Hui

Fixed bug #68739 (Missing break / control flow in curl)

(cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e)


Revision tags: php-5.5.24RC1
# ec89c850 23-Mar-2015 Anatol Belski

cleaning up the version macros


# 6929089d 23-Mar-2015 Stanislav Malyshev

fix warning & improve error handling in CURL


# 1badfd81 22-Mar-2015 Masaki Kagaya

add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation


# b5184ef3 09-Mar-2015 Nikita Popov

Remove unsafe curl file uploads

The option CURLOPT_SAFE_UPLOAD still exists, but cannot be disabled.


Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1
# 63ab6d82 17-Jun-2014 Linus Unnebäck

curl: add new proxy constants


# 7988f703 22-Feb-2015 Grant Pannell

Fix Win32 SSPI initialization for digest authentication in cURL


# 0053b4e8 11-Feb-2015 Dmitry Stogov

Fixed possible memory leak


# 087102c6 10-Feb-2015 Dmitry Stogov

Don't convert options in-place. They may be elements of constant array.


# e98caf27 02-Feb-2015 Xinchen Hui

found type is unnecessary


# 94280990 02-Feb-2015 Xinchen Hui

Cleanup resource handling APIs


# 73288bbe 30-Jan-2015 Xinchen Hui

Fixed bug #68937 (Segfault in curl_multi_exec)


# 3e31838d 22-Jan-2015 Dmitry Stogov

zend_read_property() has to provide a holder for return value.
Previously it was possible that zend_read_property() returned pointer to zval allocated on stack.


12345678910>>...18