#
659fc4b0 |
| 23-Sep-2011 |
Rasmus Lerdorf |
Fix for bug #55767 |
Revision tags: php-5.4.0beta1 |
|
#
8db792d1 |
| 12-Sep-2011 |
Hannes Magnusson |
Fixed issues when streams were closed before curl read/write from them, or cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIE
Fixed issues when streams were closed before curl read/write from them, or cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
show more ...
|
#
413f9491 |
| 12-Sep-2011 |
Hannes Magnusson |
Fixed issues when streams were closed before curl read/write from them, or cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIE
Fixed issues when streams were closed before curl read/write from them, or cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
show more ...
|
#
e43c21e5 |
| 12-Sep-2011 |
Hannes Magnusson |
Fixed issues when streams were closed before curl read/write from them, or cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIE
Fixed issues when streams were closed before curl read/write from them, or cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
show more ...
|
#
33bee161 |
| 08-Sep-2011 |
Hannes Magnusson |
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec |
#
31d09c9c |
| 08-Sep-2011 |
Hannes Magnusson |
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec |
#
285ac823 |
| 08-Sep-2011 |
Hannes Magnusson |
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec |
Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4 |
|
#
42c4b86c |
| 28-Jul-2011 |
Pierre Joye |
- Fix #55301 (curl part) check if malloc succeded |
#
40b059de |
| 28-Jul-2011 |
Pierre Joye |
- Fix #55301 (curl part) check if malloc succeded |
#
103d4750 |
| 28-Jul-2011 |
Pierre Joye |
- Fix #55301 (curl part) check if malloc succeded |
#
23e43859 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro |
#
4b30846b |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro |
#
da376383 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro |
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1 |
|
#
3841295b |
| 29-Apr-2011 |
Pierrick Charron |
Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815 # MFH. This addition was already committed to trunk and is backported as requested in #54622 |
#
689268a0 |
| 01-Apr-2011 |
Pierre Joye |
- add CURLINFO_REDIRECT_URL |
#
599d9134 |
| 01-Apr-2011 |
Pierre Joye |
- add CURLINFO_REDIRECT_URL |
#
4aac903e |
| 01-Apr-2011 |
Pierre Joye |
- [doc] add ini option to set the default cainfo file, in case none was set at compile time |
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
Revision tags: php-5.2.16 |
|
#
ec4cbe70 |
| 10-Dec-2010 |
Scott MacVicar |
Add more constants to curl_getinfo(), dependent on cURL version installed so wrapped in ifdefs |
Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2 |
|
#
94ca4a4d |
| 30-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted). |
#
085e8b78 |
| 30-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted). |
#
dd92188d |
| 29-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52828 (curl_setopt does not accept persistent streams). |
#
08441f88 |
| 29-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52828 (curl_setopt does not accept persistent streams). |
Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
56ea9873 |
| 14-Sep-2010 |
Adam Harvey |
Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)). Patch by Gustavo. |