History log of /PHP-8.3/ext/curl/interface.c (Results 276 – 300 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0667da8c 27-May-2012 Your Name

Removed syslog.h. That should never have been commited.


# d41fb16a 27-May-2012 Your Name

Fixed the libcurl version checking for CURLOPT_MAIL_AUTH


# f75c1ed2 27-May-2012 Your Name

Added support for CURLOPT_MAIL_AUTH


Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3
# 19632ae7 05-May-2012 Xinchen Hui

Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)


# 035ce937 05-May-2012 Xinchen Hui

Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)


Revision tags: php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


# 066879fd 23-Dec-2011 Pierrick Charron

Coding standards


Revision tags: php-5.3.9RC4, php-5.4.0RC4
# 4b14c11d 14-Dec-2011 Pierrick Charron

Unregister appropriate curl wrappers


# e37506bd 14-Dec-2011 Pierrick Charron

Remove dead code
# curl_version_info was introduced in 7.10 and the PHP requirement is 7.10.5


Revision tags: php-5.3.9RC3, php-5.4.0RC3
# 9e567e29 06-Dec-2011 Pierre Joye

- fix the fix, wrong endif pos


# 98434421 06-Dec-2011 Pierre Joye

- fix build, CURLOPT_FNMATCH_DATA exists since 7.21.0 only


# 05781c74 06-Dec-2011 Pierre Joye

- fix build, CURLOPT_FNMATCH_DATA exists since 7.21.0 only


# e038f2fe 05-Dec-2011 Pierrick Charron

We should free the memory of any curl_slist returned by curl_easy_getinfo


# 10934677 04-Dec-2011 Pierrick Charron

Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION


# 191835fd 04-Dec-2011 Pierrick Charron

Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION


# d84e1b50 04-Dec-2011 Pierrick Charron

Fix segfault when using curl_copy_handle with CURLOPT_PROGRESSFUNCTION


# 8253bdbb 04-Dec-2011 Pierrick Charron

add CURLOPT_WILDCARDMATCH and CURLOPT_FNMATCH_FUNCTION


# 1efb3e94 03-Dec-2011 Pierrick Charron

Add the curl handle to the progress callback function


# 75b11d80 03-Dec-2011 Pierrick Charron

The progress handle don't need to be allocated unless
curl_setopt with CURLOPT_PROGRESSFUNCTION is called


# 799e4983 03-Dec-2011 Pierrick Charron

useless variable


# e4afb607 03-Dec-2011 Pierrick Charron

Update curl MINFO


# 3e7310ec 03-Dec-2011 Pierrick Charron

Clean curl_getinfo and add new constants from newer libcurl versions


# e69f9879 01-Dec-2011 Pierrick Charron

Clean / Improve the curl extension
# NEWS file will come soon


1...<<11121314151617181920>>...22