History log of /PHP-8.2/ext/curl/interface.c (Results 426 – 450 of 615)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 877a6f92 14-Sep-2010 Adam Harvey

Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).
Patch by Gustavo.

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 1386a6fc 14-May-2010 Pierrick Charron

Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE.

# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...

# 0fecc8c6 22-Apr-2010 Pierre Joye

- Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading

# b1e3ae0e 22-Apr-2010 Pierre Joye

- Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading

# 5d2f7ab8 20-Apr-2010 Antony Dovgal

fix build

# 91a21400 20-Apr-2010 Antony Dovgal

fix build

# 7ef4cdf4 13-Apr-2010 Kalle Sommer Nielsen

Remove a couple TSRMLS_FETCH() calls around ext/main/sapi

# 78cf85ab 10-Mar-2010 Felipe Pena

- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1)
patch by: aron dot ujvari at microsec dot hu

Revision tags: php-5.3.2
# 772a84d5 02-Mar-2010 Ilia Alshanetsky

Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided)

Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 0ea435c6 23-Jan-2010 Sriram Natarajan

- Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.)

# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3
# ff5a2ce9 26-Oct-2009 Ilia Alshanetsky

Fixed bug #49921 (Curl post upload functions changed).

Revision tags: php-5.3.1RC2, oci8-1.4.0
# 809dbcda 30-Sep-2009 Ilia Alshanetsky

Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after fclose).

# 92c08b12 24-Sep-2009 Sriram Natarajan

- Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).

# 788031f0 23-Sep-2009 Felipe Pena

- Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE cannot be set ...")

# 420a3abc 23-Sep-2009 Ilia Alshanetsky

Fixed compiler warning

# d223d65a 22-Sep-2009 Ilia Alshanetsky

Fixed build with older version of libcurl

# fff0a246 16-Sep-2009 Felipe Pena

- Fixed ZTS build

Revision tags: php-5.2.11
# 15398c4e 15-Sep-2009 Pierre Joye

- #49253, add support for libcurl's CERTINFO option

Revision tags: php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2
# 137b9210 26-Aug-2009 Pierre Joye

- fix #49372, segfault in php_curl_option_url

Revision tags: php-5.2.11RC1
# 837732ac 26-Jul-2009 Felipe Pena

- Fix ZTS build

# 776cb8a6 25-Jul-2009 Jani Taskinen

- Fixed bug #48637 ("file" wrapper is overwritten when using --with-curlwrappers)
# Also fixes bug #48603, basically same issue.

# 57140f7d 25-Jul-2009 Felipe Pena

- Making Valgrind happy

# 27dccf7a 21-Jul-2009 Sriram Natarajan

- Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).

1...<<11121314151617181920>>...25