History log of /PHP-5.5/ext/curl/interface.c (Results 151 – 175 of 310)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.0RC4, php-5.2.10
# bb55de47 15-Jun-2009 Ilia Alshanetsky

Simplify original fix for bug #33475


# f9b9765e 12-Jun-2009 Felipe Pena

- MFH: Fixed bug #48514 (cURL extension uses same resource name for simple and multi APIs)


Revision tags: php-5.2.10RC2
# efa7b5c4 11-Jun-2009 Antony Dovgal

MFH: fix bug #48518 (curl crashes when writing into invalid file handle)


# 0c8e5576 11-Jun-2009 Antony Dovgal

reapply the fix


Revision tags: php-5.3.0RC3
# ea8d871a 10-Jun-2009 Antony Dovgal

revert the fix for a while


# 029f42dc 10-Jun-2009 Antony Dovgal

MFH: fix arginfo for curl_multi_info_read()


# 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


12345678910>>...13