#
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()). |
#
160c88cf |
| 21-Jul-2009 |
Ilia Alshanetsky |
Fixed bug #48962 (cURL does not upload files with specified filename). |
#
ea2abdc3 |
| 19-Jul-2009 |
Felipe Pena |
- Removed unnecessary strlen() call and if statement. |
#
f4f825a7 |
| 17-Jul-2009 |
Felipe Pena |
- MFH: Fixed bug #48893 (Problems compiling with Curl) |
#
305f4984 |
| 02-Jul-2009 |
Ilia Alshanetsky |
MFB: Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns on files that have been opened with r+). |
Revision tags: php-5.3.0 |
|
#
f403bd21 |
| 28-Jun-2009 |
Pierre Joye |
- MFH: fix regression introduced by the fix for #48518 (Ilia, Rasmus) |
Revision tags: php-5.3.0RC4, php-5.2.10 |
|
#
bb55de47 |
| 15-Jun-2009 |
Ilia Alshanetsky |
Simplify original fix for bug #33475 |
#
f9b9765e |
| 12-Jun-2009 |
Felipe Pena |
- MFH: Fixed bug #48514 (cURL extension uses same resource name for simple and multi APIs) |
Revision tags: php-5.2.10RC2 |
|
#
efa7b5c4 |
| 11-Jun-2009 |
Antony Dovgal |
MFH: fix bug #48518 (curl crashes when writing into invalid file handle) |
#
0c8e5576 |
| 11-Jun-2009 |
Antony Dovgal |
reapply the fix |
Revision tags: php-5.3.0RC3 |
|
#
ea8d871a |
| 10-Jun-2009 |
Antony Dovgal |
revert the fix for a while |
#
029f42dc |
| 10-Jun-2009 |
Antony Dovgal |
MFH: fix arginfo for curl_multi_info_read() |
#
2a93efce |
| 27-May-2009 |
Pierre Joye |
- fix build, stderr cannot be used as var or struct member |
Revision tags: php-5.2.10RC1 |
|
#
83748ac0 |
| 26-May-2009 |
Jani Taskinen |
MFH: Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file) |
#
44fe1bf8 |
| 21-May-2009 |
Ilia Alshanetsky |
Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out when working with a non-writable stream) |