History log of /PHP-8.3/ext/curl/interface.c (Results 401 – 425 of 626)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a1f1e0bc 22-Nov-2011 Pierrick Charron

Fix memory leak when using libcurl < 7.17.0

# 18e4f029 22-Nov-2011 Pierrick Charron

Fix memory leak when using libcurl < 7.17.0

# 20324d06 22-Nov-2011 Pierrick Charron

Fix memory leak when using libcurl < 7.17.0

# 42ebac1d 21-Nov-2011 Pierrick Charron

Fix memory leak

# 4dce729c 21-Nov-2011 Pierrick Charron

Fix memory leak

# 0d73c76b 21-Nov-2011 Pierrick Charron

Fix memory leak

# 7410d0b5 21-Nov-2011 Pierrick Charron

Fix memory leak

# d69a1b09 21-Nov-2011 Pierrick Charron

Fix memory leak

Revision tags: php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2
# 46f74e35 23-Sep-2011 Rasmus Lerdorf

Add a test and declare the local vars locally

# 657b661d 23-Sep-2011 Rasmus Lerdorf

Add a test and declare the local vars locally

# f5ec360d 23-Sep-2011 Rasmus Lerdorf

Fix for bug #55767

# 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

1...<<11121314151617181920>>...26