History log of /PHP-8.2/ext/curl/interface.c (Results 151 – 175 of 615)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 994170ea 28-Dec-2016 Sara Golemon

Migrate curl to new parameters API

Plus a handful of char*->zend_string* conversions

# d9c4b49c 25-Dec-2016 dedal.qq

New parsing parameters in curl

# a49675fa 26-Dec-2016 Sara Golemon

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Interpretation of curl_setopt values for boolean parameters


Revision tags: php-7.1.1
# 7f29e7c6 13-Dec-2016 dedal.qq

Interpretation of curl_setopt values for boolean parameters

Revision tags: php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12
# 0edb16e7 29-Sep-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26
# 44968927 15-Sep-2016 Christoph M. Becker

Add CURLE_SSL_PINNEDPUBKEYNOTMATCH

This error constant is returned on key mismatch when CURLOPT_PINNEDPUBLICKEY
is used. As the option had been introduced in PHP 7.0.7, it makes sense to

Add CURLE_SSL_PINNEDPUBKEYNOTMATCH

This error constant is returned on key mismatch when CURLOPT_PINNEDPUBLICKEY
is used. As the option had been introduced in PHP 7.0.7, it makes sense to
also add the related error constant to PHP 7.0+.

Cf. <https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html>.

show more ...

Revision tags: php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1
# c560678c 29-Aug-2016 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
ensure null termination


# 2004585d 29-Aug-2016 Anatol Belski

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
ensure null termination


# d787b0ea 29-Aug-2016 Anatol Belski

ensure null termination

Revision tags: php-7.1.0beta3, php-5.6.25, php-7.0.10
# ce6ad9bd 17-Aug-2016 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0: (48 commits)
Update NEWs
Unused label
Fixed bug #72853 (stream_set_blocking doesn't work)
fix test
Bug #72663 - p

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0: (48 commits)
Update NEWs
Unused label
Fixed bug #72853 (stream_set_blocking doesn't work)
fix test
Bug #72663 - part 3
Bug #72663 - part 2
Bug #72663 - part 1
Update NEWS
BLock test with memory leak
fix tests
Fix TSRM build
Fix bug #72850 - integer overflow in uuencode
Fixed bug #72849 - integer overflow in urlencode
Fix bug #72848 - integer overflow in quoted_printable_encode caused heap corruption
Fix bug #72838 - Integer overflow lead to heap corruption in sql_regcase
Fix bug #72837 - integer overflow in bzdecompress caused heap corruption
Fix bug #72836 - integer overflow in base64_decode caused heap corruption
Fix for bug #72807 - do not produce strings with negative length
Fix for bug #72790 and bug #72799
Fix bug #72730 - imagegammacorrect allows arbitrary write access
...

Conflicts:
ext/standard/var_unserializer.c

show more ...


# 1cd6bc64 12-Aug-2016 Stanislav Malyshev

Fix for bug #72807 - do not produce strings with negative length

Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# 72dbb7f4 03-Aug-2016 Stanislav Malyshev

Fix bug #72674 - check both curl_escape and curl_unescape

# 8d449429 28-Jul-2016 Pierrick Charron

Merge branch 'PHP-7.0' into PHP-7.1


# bf37b97d 28-Jul-2016 Pierrick Charron

Merge branch 'PHP-5.6' into PHP-7.0

Conflicts:
ext/curl/interface.c


# 30a5ed3a 28-Jul-2016 Pierrick Charron

Fixed bug #71929 (CURLINFO_CERTINFO data parsing error).

# ca493af8 26-Jul-2016 Pierrick Charron

Merge branch 'PHP-7.0' into PHP-7.1


# 31ed322b 26-Jul-2016 Pierrick Charron

Merge branch 'PHP-5.6' into PHP-7.0


# 24d8f6ed 26-Jul-2016 Pierrick Charron

Fixed bug #71709

When curl_setopt is called with an empty slist as value, we should
not add the empty slist to the list of slist to free.

Revision tags: php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# 70d6ce33 19-Jul-2016 Stanislav Malyshev

Merge branch 'PHP-7.0'

* PHP-7.0: (27 commits)
fix #72519, possible OOB using imagegif
fix #72512, invalid read or write for palette image when invalid transparent index is used

Merge branch 'PHP-7.0'

* PHP-7.0: (27 commits)
fix #72519, possible OOB using imagegif
fix #72512, invalid read or write for palette image when invalid transparent index is used
Apparently some envs miss SIZE_MAX
Fix tests
Fix bug #72618: NULL Pointer Dereference in exif_process_user_comment
Partial fix for bug #72613 - do not allow reading past error read
Partial fix for bug #72613 - do not treat negative returns from bz2 as size_t
Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.c
Fix for bug #72558, Integer overflow error within _gdContributionsAlloc()
Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTE
update NEWS
Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders
Fix bug #72562 - destroy var_hash properly
Fix bug #72551 and bug #72552 - check before converting size_t->int
Fix bug #72541 - size_t overflow lead to heap corruption
Fix bug #72533 (locale_accept_from_http out-of-bounds access)
Fix fir bug #72520
Fix for bug #72513
Fix for bug #72513
CS fix and comments with bug ID
...

Conflicts:
ext/standard/basic_functions.c

show more ...


# 2ca8d85d 13-Jul-2016 Stanislav Malyshev

Fix bug #72541 - size_t overflow lead to heap corruption

# 78d5783b 08-Jul-2016 Julien Pauli

Backported bug #71144 (Segmentation fault when using cURL with ZTS)

Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# ad15e1cc 02-Oct-2015 Davey Shafik

Implement curl server push

# 63275a1e 02-Dec-2015 Davey Shafik

Refactor setup of handlers on copied curl handles

# 3d71c1de 26-Jun-2016 Pierrick Charron

Add curl_multi/share_errno() curl_share_strerror()

Add 3 new functions :
- curl_multi_errno()
- curl_share_errno()
- curl_share_strerror()

https://wiki.php.net/rfc/new-c

Add curl_multi/share_errno() curl_share_strerror()

Add 3 new functions :
- curl_multi_errno()
- curl_share_errno()
- curl_share_strerror()

https://wiki.php.net/rfc/new-curl-error-functions

show more ...

# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings

12345678910>>...25