History log of /PHP-5.3/ext/curl/interface.c (Results 51 – 75 of 204)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2a93efce 27-May-2009 Pierre Joye

- fix build, stderr cannot be used as var or struct member


Revision tags: php-5.2.10RC1
# 83748ac0 26-May-2009 Jani Taskinen

MFH: Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)


# 44fe1bf8 21-May-2009 Ilia Alshanetsky

Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out when
working with a non-writable stream)


# 0813510d 20-May-2009 Antony Dovgal

sync with HEAD


# 21f836ee 19-May-2009 Kalle Sommer Nielsen

MFH: Fixed compiler warnings

# (see previous commit message)


# befe4697 18-May-2009 Jani Taskinen

MFH


# 4398fbcb 18-May-2009 Pierre Joye

- MFH: use ZEND_ARG_ARRAY_INFO for arginfo_curl_setopt_array


# f77d46ea 18-May-2009 Pierre Joye

- sync with HEAD


# 52d8816c 18-May-2009 Pierre Joye

- more WS


# b5b4b19b 18-May-2009 Pierre Joye

- MFH: add CURLPROXY_SOCKS4


# 4b0a0e55 18-May-2009 Pierre Joye

- WS


# 330e4165 18-May-2009 Pierre Joye

- MFB: - disable file:// when safe_mode or open_basedir are enabled


# 4c81aa0b 08-May-2009 Brian Shire

MFH: Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or IPRESOLVE options. related to fix for bug #39637


Revision tags: php-5.3.0RC2
# d6d644b0 04-May-2009 Pierre Joye

- [DOC] a note about the symbol -> version page/doc


# 93941d17 04-May-2009 Pierre Joye

- [DOC] MFH: #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD


# 5b3fa5af 04-May-2009 Pierre Joye

- MFH: [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6


# 1cd9a338 03-May-2009 Pierre Joye

- ws/cs


# ea57845b 03-May-2009 Pierre Joye

- c/p error


# 8e703108 03-May-2009 Pierre Joye

- [DOC] MFH: #41712, implement progress callback
- add constants CURLOPT_PROGRESSFUNCTION


Revision tags: php-5.3.0RC1
# c7bfd897 16-Mar-2009 Felipe Pena

- MFH: Fixed bug #47616 (curl keeps crashing)


Revision tags: RELEASE_1_3_5
# c452af9e 13-Mar-2009 Stanislav Malyshev

add new CURL options


Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 51f4e5ef 26-Jan-2009 Ilia Alshanetsky

Fixed bug #47217 (content-type is not set properly for file uploads)


# 34f18551 25-Jan-2009 Antony Dovgal

do not define CURLE_SSH twice


# f19f0cef 25-Jan-2009 Pierre Joye

- nicer features list


# 7dc3ef31 25-Jan-2009 Pierre Joye

- MFH
- [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, CURLSS

- MFH
- [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

show more ...


123456789