Xinchen Hui
|
0398cc22a9
|
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false)
appease MSVC (doesnt like unary minus of unsigned ints)
Conflicts:
ext/curl/interface.c
|
2012-07-09 08:38:03 +08:00 |
|
Xinchen Hui
|
c819cf9d6b
|
Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false)
this bc break is caused by the fix for #61948
|
2012-07-09 08:32:40 +08:00 |
|
Your Name
|
60c4728594
|
VIM uses spaces as tabs and that doesn't comply with the coding
standard. I think I'd fixed it so it's using real tabs now.
|
2012-05-27 15:39:45 -07:00 |
|
Your Name
|
0667da8cb4
|
Removed syslog.h. That should never have been commited.
|
2012-05-27 01:50:29 -07:00 |
|
Your Name
|
d41fb16a52
|
Fixed the libcurl version checking for CURLOPT_MAIL_AUTH
|
2012-05-27 00:21:08 -07:00 |
|
Your Name
|
f75c1ed201
|
Added support for CURLOPT_MAIL_AUTH
|
2012-05-27 00:02:53 -07:00 |
|
Xinchen Hui
|
71e7c854b1
|
Merge branch 'PHP-5.4'
* PHP-5.4:
correct NEWS
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
|
2012-05-06 00:53:47 +08:00 |
|
Xinchen Hui
|
19632ae7dc
|
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
|
2012-05-06 00:50:37 +08:00 |
|
Xinchen Hui
|
035ce937e1
|
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
|
2012-05-06 00:40:49 +08:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
8775a37559
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Pierrick Charron
|
066879fde3
|
Coding standards
|
2011-12-23 21:01:05 +00:00 |
|
Pierrick Charron
|
4b14c11dcd
|
Unregister appropriate curl wrappers
|
2011-12-14 04:02:56 +00:00 |
|
Pierrick Charron
|
e37506bd58
|
Remove dead code
# curl_version_info was introduced in 7.10 and the PHP requirement is 7.10.5
|
2011-12-14 03:45:44 +00:00 |
|
Pierre Joye
|
9e567e295b
|
- fix the fix, wrong endif pos
|
2011-12-06 16:09:06 +00:00 |
|
Pierre Joye
|
984344214f
|
- fix build, CURLOPT_FNMATCH_DATA exists since 7.21.0 only
|
2011-12-06 15:57:43 +00:00 |
|
Pierre Joye
|
05781c747b
|
- fix build, CURLOPT_FNMATCH_DATA exists since 7.21.0 only
|
2011-12-06 15:35:07 +00:00 |
|
Pierrick Charron
|
e038f2fe5d
|
We should free the memory of any curl_slist returned by curl_easy_getinfo
|
2011-12-05 22:23:19 +00:00 |
|
Pierrick Charron
|
109346779a
|
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION
|
2011-12-04 01:34:54 +00:00 |
|
Pierrick Charron
|
191835fd3d
|
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION
|
2011-12-04 01:34:54 +00:00 |
|
Pierrick Charron
|
d84e1b50c6
|
Fix segfault when using curl_copy_handle with CURLOPT_PROGRESSFUNCTION
|
2011-12-04 01:16:17 +00:00 |
|
Pierrick Charron
|
8253bdbb41
|
add CURLOPT_WILDCARDMATCH and CURLOPT_FNMATCH_FUNCTION
|
2011-12-04 00:19:12 +00:00 |
|
Pierrick Charron
|
1efb3e94a7
|
Add the curl handle to the progress callback function
|
2011-12-03 23:53:27 +00:00 |
|
Pierrick Charron
|
75b11d80fa
|
The progress handle don't need to be allocated unless
curl_setopt with CURLOPT_PROGRESSFUNCTION is called
|
2011-12-03 23:43:44 +00:00 |
|
Pierrick Charron
|
799e4983eb
|
useless variable
|
2011-12-03 23:21:43 +00:00 |
|
Pierrick Charron
|
e4afb60725
|
Update curl MINFO
|
2011-12-03 21:24:19 +00:00 |
|
Pierrick Charron
|
3e7310ece2
|
Clean curl_getinfo and add new constants from newer libcurl versions
|
2011-12-03 20:16:32 +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
|
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
|
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 |
|
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 |
|