Commit Graph

390 Commits

Author SHA1 Message Date
Jani Taskinen
84bf8253b1 - Nuke duplicate tests 2009-05-26 10:27:55 +00:00
Ilia Alshanetsky
d2eb7e4601 MFB: Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out
when working with a non-writable stream)
2009-05-21 12:52:59 +00:00
Antony Dovgal
18ce5138f3 fix segfault 2009-05-20 09:26:03 +00:00
Kalle Sommer Nielsen
da62d8d02e Fixed compiler warnings
# Is it intended that curl_progress should cast to long rather than keeping the
# double? Or doesn't it matter?
2009-05-19 18:08:13 +00:00
Jani Taskinen
a04a53537b - Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the size is unknown 2009-05-19 14:05:29 +00:00
Jani Taskinen
5230623695 - fix CS, merged one parameter parsing patch missing from HEAD 2009-05-18 12:50:44 +00:00
Jani Taskinen
7a60c06f31 - Fix CS 2009-05-18 12:14:25 +00:00
Pierre Joye
da4f049b2b - sync with 5.3 2009-05-18 12:03:05 +00:00
Pierre Joye
9640fbf6e1 - return NULL on invalid args 2009-05-18 11:50:29 +00:00
Pierre Joye
5fa7af759a - WS 2009-05-18 11:48:56 +00:00
Pierre Joye
5dca728cec - MFB: - disable file:// when open_basedir are enabled 2009-05-18 11:40:25 +00:00
Felipe Pena
cc2c1c3360 - Added changes from testfest ParisUG && Changed line endings 2009-05-16 17:02:02 +00:00
Felipe Pena
79b099b638 - New tests (testfest ParisUG) 2009-05-16 16:36:58 +00:00
Brian Shire
528f302fef Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or IPRESOLVE options. related to fix for bug #39637 2009-05-08 03:32:54 +00:00
Jani Taskinen
0ad777e011 - Fixed bug #45092 (header HTTP context option not being used with --with-curlwrappers)
[DOC] Synced regular and cURL http wrapper "header" option to accept
[DOC] either string or array.
2009-05-05 00:30:40 +00:00
Pierre Joye
6d98192934 - [DOC] a note about the symbol -> version page/doc 2009-05-04 14:11:34 +00:00
Pierre Joye
ecfe3a25c5 - [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD 2009-05-04 14:09:12 +00:00
Pierre Joye
7632e4a6f8 - [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6 2009-05-04 12:12:40 +00:00
Pierre Joye
25932bbcd5 - #47966, cannot access curl info array without binary
To check: why add_assoc_ascii_string_ex fails while add_assoc_ascii_string works
2009-05-03 21:47:52 +00:00
Pierre Joye
6d6ad6a1ac - ws/cs 2009-05-03 15:16:24 +00:00
Pierre Joye
5f72143f87 - c/p error 2009-05-03 15:03:53 +00:00
Pierre Joye
58db42ea55 - [DOC] #41712, implement progress callback
- add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION
2009-05-03 14:58:06 +00:00
Jani Taskinen
0fef8f609c - Fixed bug #48132 (configure fails to test curl ssl support if --disable-rpath is set) 2009-05-02 19:53:33 +00:00
Jani Taskinen
e51d4cb545 - Add missing test 2009-04-30 10:41:09 +00:00
Pierre Joye
129c98c983 - simplify and use PHP_CURL 2009-04-24 09:25:14 +00:00
Pierre Joye
763248af68 - c/p error 2009-04-23 08:46:15 +00:00
Felipe Pena
85c7789052 - Fixed bug #47616 (curl keeps crashing) 2009-03-16 15:05:21 +00:00
Stanislav Malyshev
878b8c62b8 add new CURL options 2009-03-13 19:41:48 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Ilia Alshanetsky
2416c93505 MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs
under heavy load)
2009-02-23 15:58:41 +00:00
Ilia Alshanetsky
21d281ff8c MFB: Fixed bug #47217 (content-type is not set properly for file uploads) 2009-01-26 15:21:49 +00:00
Antony Dovgal
7554f8df7b ifdef -> if 2009-01-25 23:02:18 +00:00
Antony Dovgal
f32138dcde do not define CURLE_SSH twice 2009-01-25 22:33:19 +00:00
Pierre Joye
7c73ea1f9e - nicer features list 2009-01-25 17:12:22 +00:00
Pierre Joye
3765a0903f - [DOC] Add support for SSH via libssh2
- new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY, CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST, CURLSSH_AUTH_KEYBOARD, CURLSSH_AUTH_DEFAULT, CURLOPT_SSH_AUTH_TYPES, CURLOPT_KEYPASSWD, CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
  See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html fortheir roles or usages
2009-01-25 16:27:25 +00:00
Pierre Joye
deb0695069 - MFB:
- update check for libs
 - add HAVE_CURL_EASY_STRERROR, HAVE_CURL_MULTI_STRERROR, HAVE_CURL_VERSION_INFO
2009-01-25 16:22:44 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Jani Taskinen
bfe52a53fc - Fix leak 2008-12-17 15:38:32 +00:00
Jani Taskinen
c7a56d604b - Fixed bug #45161 (Reusing a curl handle leaks memory) 2008-12-17 14:13:25 +00:00
Jani Taskinen
b0fdff274b fix typoes 2008-12-17 14:00:07 +00:00
Jani Taskinen
b2f10ac965 - Added test for bug #45161 2008-12-17 13:59:21 +00:00
Ilia Alshanetsky
153310949f MFB: Fixed missing initialization of uses when copying a curl handle 2008-12-09 17:17:49 +00:00
Mikko Koppanen
09ff537b36 Added test for bug #46739 2008-12-05 11:21:15 +00:00
Mikko Koppanen
81bba98a3e Fixes bug #46739 2008-12-04 13:12:49 +00:00
Ilia Alshanetsky
926c4f4a25 MFB: Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops). 2008-11-30 17:35:56 +00:00
Dmitry Stogov
e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
Ilia Alshanetsky
496ec83e38 MFB: Fixed bug #46696 (cURL fails in upload files with specified
content-type)
2008-11-27 17:03:22 +00:00
Felipe Pena
5af16d68f5 - Fixed segfault [only in this branch, because add_next_* are macro] 2008-11-22 14:41:21 +00:00
Pierre Joye
ffb726203b - new naming and allow libcurl static build
- c/p error for zlib
2008-11-19 09:28:54 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00