History log of /PHP-8.2/ext/curl/interface.c (Results 201 – 225 of 615)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.4.45
# 4df6f264 23-Aug-2015 Xinchen Hui

Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle")

Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 6c0feb06 30-Jul-2015 Xinchen Hui

Fixed bug #70163 (curl_setopt_array() type confusion)

Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 9db46a39 13-Jul-2015 Anatol Belski

remove #ifdef

# b19aea37 13-Jul-2015 Anatol Belski

remove comment, it's not right

# cefd0107 13-Jul-2015 Anatol Belski

Fixed bug #70065 curl_getinfo() returns corrupted values

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
# b3709bfc 14-Apr-2015 Stanislav Malyshev

Merge branch 'PHP-5.6'

* PHP-5.6: (27 commits)
fix non-standard C
update NEWS
5.4.41 next
fix CVE num
update NEWS
Fix bug #69441 (Buffer Overflow when par

Merge branch 'PHP-5.6'

* PHP-5.6: (27 commits)
fix non-standard C
update NEWS
5.4.41 next
fix CVE num
update NEWS
Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)
fix test
fix type in fix for #69085
fix memory leak & add test
Fix tests
fix CVE num
Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability)
Fix test
Additional fix for bug #69324
More fixes for bug #69152
Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)
Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)
Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
...

Conflicts:
Zend/zend_exceptions.c
ext/curl/interface.c
ext/dom/document.c
ext/fileinfo/libmagic/softmagic.c
ext/gd/gd.c
ext/hash/hash.c
ext/pgsql/pgsql.c
ext/phar/phar.c
ext/phar/phar_internal.h
ext/standard/http_fopen_wrapper.c
ext/standard/link.c
ext/standard/streamsfuncs.c
ext/xmlwriter/php_xmlwriter.c
ext/zlib/zlib.c

show more ...


# 5776fceb 14-Apr-2015 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5: (27 commits)
fix non-standard C
update NEWS
5.4.41 next
fix CVE num
update NEWS
Fix bug #69441 (Buffer Over

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5: (27 commits)
fix non-standard C
update NEWS
5.4.41 next
fix CVE num
update NEWS
Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)
fix test
fix type in fix for #69085
fix memory leak & add test
Fix tests
fix CVE num
Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability)
Fix test
Additional fix for bug #69324
More fixes for bug #69152
Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)
Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)
Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
...

Conflicts:
ext/standard/http_fopen_wrapper.c

show more ...


# d19842f6 05-Apr-2015 Stanislav Malyshev

Merge branch 'PHP-5.4.40' into PHP-5.5-security

* PHP-5.4.40:
Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
Fix bug #68486 and bug #6

Merge branch 'PHP-5.4.40' into PHP-5.5-security

* PHP-5.4.40:
Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4"
Fixed bug #69293
Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against callable.

show more ...


# 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
# c22543b3 31-Mar-2015 Lior Kaplan

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #68739 (Missing break / control flow in curl)
Fixed bug #68740 (NULL Pointer Dereference)
Fixed bug #68677 (Use Aft

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #68739 (Missing break / control flow in curl)
Fixed bug #68740 (NULL Pointer Dereference)
Fixed bug #68677 (Use After Free in OPcache)

show more ...


# 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

# be2e0b39 23-Mar-2015 Stanislav Malyshev

Merge branch 'PHP-5.6'

* PHP-5.6:
add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2


# c6384a79 23-Mar-2015 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2


# 1badfd81 22-Mar-2015 Masaki Kagaya

add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2

12345678910>>...25