Pierrick Charron
|
ef1af432c3
|
Fix test for libcurl < 7.12.1
|
2011-12-03 20:14:06 +00:00 |
|
Pierrick Charron
|
3fe47ef089
|
Cleans up test file
|
2011-12-02 04:16:46 +00:00 |
|
Pierrick Charron
|
a2d189883f
|
Cleans up test file
|
2011-12-02 04:16:46 +00:00 |
|
Pierrick Charron
|
82fab7b04d
|
Cleans up test file
|
2011-12-02 04:16:46 +00:00 |
|
Pierrick Charron
|
e69f987948
|
Clean / Improve the curl extension
# NEWS file will come soon
|
2011-12-01 21:48:07 +00:00 |
|
Pierrick Charron
|
70136445cb
|
Revert commit r319729 until I have a clean version for non-ZTS
|
2011-11-24 12:49:11 +00:00 |
|
Pierrick Charron
|
da2797108f
|
Implemented FR #55540, added functions curl_share_init(), curl_share_setopt() and curl_share_close().
|
2011-11-23 22:20:28 +00:00 |
|
Pierrick Charron
|
517e28309d
|
Fix build for libcurl < 7.20.0
|
2011-11-23 19:36:52 +00:00 |
|
Pierrick Charron
|
bafdf84528
|
Fixed bug #54995
|
2011-11-23 05:45:27 +00:00 |
|
Felipe Pena
|
d0839fc837
|
- Fix build (using libcurl 7.21.0)
|
2011-11-22 21:10:24 +00:00 |
|
Pierrick Charron
|
def84f16ad
|
Fix test to remove dependancy over php.net
|
2011-11-22 18:50:57 +00:00 |
|
Pierrick Charron
|
b0b58c3d08
|
Fix test to remove dependancy over php.net
|
2011-11-22 18:50:57 +00:00 |
|
Pierrick Charron
|
fe1bf12552
|
Fix test to remove dependancy over php.net
|
2011-11-22 18:50:57 +00:00 |
|
Pierrick Charron
|
fff23f12bd
|
Add new cURL CURLOPT_* options
|
2011-11-22 17:33:48 +00:00 |
|
Pierrick Charron
|
33d3eb1e43
|
Fixed bug #55635
|
2011-11-22 17:13:26 +00:00 |
|
Pierrick Charron
|
0f26db6956
|
Fix this test to work with all version (even old) of libcurl
|
2011-11-22 08:29:26 +00:00 |
|
Pierrick Charron
|
d47dffc1b8
|
Fix this test to work with all version (even old) of libcurl
|
2011-11-22 08:29:26 +00:00 |
|
Pierrick Charron
|
ecc6c335c5
|
Fix this test to work with all version (even old) of libcurl
|
2011-11-22 08:29:26 +00:00 |
|
Pierrick Charron
|
a1f1e0bcf9
|
Fix memory leak when using libcurl < 7.17.0
|
2011-11-22 05:19:37 +00:00 |
|
Pierrick Charron
|
18e4f02921
|
Fix memory leak when using libcurl < 7.17.0
|
2011-11-22 05:19:37 +00:00 |
|
Pierrick Charron
|
20324d06da
|
Fix memory leak when using libcurl < 7.17.0
|
2011-11-22 05:19:37 +00:00 |
|
Pierrick Charron
|
42ebac1d01
|
Fix memory leak
|
2011-11-21 02:44:28 +00:00 |
|
Pierrick Charron
|
4dce729ca0
|
Fix memory leak
|
2011-11-21 02:44:28 +00:00 |
|
Pierrick Charron
|
0d73c76bec
|
Fix memory leak
|
2011-11-21 02:29:24 +00:00 |
|
Pierrick Charron
|
7410d0b55d
|
Fix memory leak
|
2011-11-21 02:29:24 +00:00 |
|
Pierrick Charron
|
d69a1b09af
|
Fix memory leak
|
2011-11-21 02:29:24 +00:00 |
|
Pierrick Charron
|
1260d8e1c3
|
Fix test to use PHP_CURL_HTTP_REMOTE_SERVER
|
2011-11-21 02:10:57 +00:00 |
|
Pierrick Charron
|
9ee79f65ec
|
Fix test to use PHP_CURL_HTTP_REMOTE_SERVER
|
2011-11-21 02:10:57 +00:00 |
|
Pierrick Charron
|
e3557389bf
|
Fix test to use PHP_CURL_HTTP_REMOTE_SERVER
|
2011-11-21 02:10:57 +00:00 |
|
Rasmus Lerdorf
|
46f74e3523
|
Add a test and declare the local vars locally
|
2011-09-23 15:19:48 +00:00 |
|
Rasmus Lerdorf
|
657b661d40
|
Add a test and declare the local vars locally
|
2011-09-23 15:19:48 +00:00 |
|
Rasmus Lerdorf
|
f5ec360df7
|
Fix for bug #55767
|
2011-09-23 13:16:37 +00:00 |
|
Rasmus Lerdorf
|
659fc4b0f4
|
Fix for bug #55767
|
2011-09-23 13:16:37 +00:00 |
|
Hannes Magnusson
|
8db792d1f2
|
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)
|
2011-09-12 09:16:04 +00:00 |
|
Hannes Magnusson
|
413f94913d
|
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)
|
2011-09-12 09:16:04 +00:00 |
|
Hannes Magnusson
|
e43c21e53a
|
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)
|
2011-09-12 09:16:04 +00:00 |
|
Hannes Magnusson
|
0cac42b482
|
Being smart and cleanup/rename/modify tests seconds before committing isn't very smart.
|
2011-09-09 08:28:57 +00:00 |
|
Hannes Magnusson
|
a2c1d37d4f
|
Being smart and cleanup/rename/modify tests seconds before committing isn't very smart.
|
2011-09-09 08:28:57 +00:00 |
|
Hannes Magnusson
|
987c394143
|
Being smart and cleanup/rename/modify tests seconds before committing isn't very smart.
|
2011-09-09 08:28:57 +00:00 |
|
Hannes Magnusson
|
23010d52ad
|
Merge tests from trunk
|
2011-09-09 08:14:04 +00:00 |
|
Hannes Magnusson
|
7cbaf76ca1
|
Merge tests from trunk
|
2011-09-09 08:14:04 +00:00 |
|
Hannes Magnusson
|
33bee161f6
|
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec
|
2011-09-08 14:37:18 +00:00 |
|
Hannes Magnusson
|
31d09c9c4c
|
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec
|
2011-09-08 14:37:18 +00:00 |
|
Hannes Magnusson
|
285ac82310
|
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec
|
2011-09-08 14:37:18 +00:00 |
|
Ilia Alshanetsky
|
12e983e714
|
Fixed tests (skip when catch-all DNS such as openDNS is being used)
|
2011-09-07 15:31:48 +00:00 |
|
Ilia Alshanetsky
|
b6f512cae6
|
Fixed tests (skip when catch-all DNS such as openDNS is being used)
|
2011-09-07 15:31:48 +00:00 |
|
Hannes Magnusson
|
c038ac2251
|
Sync tests between branches and fix the getcontent test
|
2011-09-07 10:38:53 +00:00 |
|
Hannes Magnusson
|
b6e2e54b70
|
Sync tests between branches and fix the getcontent test
|
2011-09-07 10:38:53 +00:00 |
|
Hannes Magnusson
|
3171c31bbc
|
Sync tests between branches and fix the getcontent test
|
2011-09-07 10:38:53 +00:00 |
|
Hannes Magnusson
|
d80adbcc93
|
Update skipif message
|
2011-09-07 10:34:58 +00:00 |
|