summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-159-3345/+0
|
* Fixed bug #39034 (curl_exec() with return transfer returns TRUE on emptyIlia Alshanetsky2006-10-101-1/+5
| | | | | files).
* Added missing configuration checksIlia Alshanetsky2006-10-081-0/+4
|
* Fix ZTS build.Sebastian Bergmann2006-10-061-0/+1
|
* MFH: decrement ch->uses (or destroy handle) when destroying multi handleAntony Dovgal2006-10-052-1/+23
|
* Fixed bug #38574 (missing curl constants and improper constant detection).Ilia Alshanetsky2006-09-181-8/+13
|
* MFH: missing part of the fix for #38844Antony Dovgal2006-09-152-0/+10
|
* still output an error, even if there is no curl_easy_strerror()Antony Dovgal2006-09-151-0/+2
|
* MFH: fix segfault in curl_multi_info_read()Antony Dovgal2006-09-151-7/+7
|
* MFH: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)Antony Dovgal2006-09-152-0/+10
|
* CURL->cURLHannes Magnusson2006-09-093-16/+16
|
* Fixed bug #38693 (curl_multi_add_handle() set curl handle to null).Ilia Alshanetsky2006-09-041-10/+11
|
* Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappersIlia Alshanetsky2006-08-301-0/+22
| | | | | is used and ssl certificate is not verifiable).
* Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).Ilia Alshanetsky2006-08-291-1/+33
|
* Fixed conditionIlia Alshanetsky2006-08-101-4/+4
|
* Fixed overflow on 64bit systems in str_repeat() and wordwrap().Ilia Alshanetsky2006-08-102-3/+20
| | | | | | | | Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are enabled. # Patches by Stefan E.
* MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with ↵Antony Dovgal2006-08-011-2/+20
| | | | curlwrappers enabled)
* Eliminate some compiler warningsIlia Alshanetsky2006-07-041-8/+16
|
* Bug #37961 (url should be URL)Hannes Magnusson2006-06-291-2/+2
|
* MFH: Removed obsolete arginfo includeHannes Magnusson2006-06-261-3/+0
|
* MFH: Revert array type hintingHannes Magnusson2006-06-151-1/+1
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-112-21/+123
|
* - only try to fetch stream context options if context is setMichael Wallner2006-06-061-1/+1
|
* - implement standard http stream wrapper options, fixes bug #34180Michael Wallner2006-05-251-26/+81
| | | | | - skip empty headers in on_header_available()
* Added control character checks for cURL extension's open_basedir/safe_modeIlia Alshanetsky2006-05-211-1/+6
| | | | | checks.
* MFH: Add implementation of curl_multi_info_readBrian France2006-05-081-9/+56
|
* fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get ↵Antony Dovgal2006-04-132-12/+11
| | | | | | | the data length from cURL, so it's binary safe. fix leak appearing when re-using curl handle
* MFH: fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHPMichael Wallner2006-01-261-109/+90
|
* cURL extension news.Ilia Alshanetsky2006-01-242-16/+112
|
* Revert unrelated parts of the previous patch.Ilia Alshanetsky2006-01-051-105/+16
|
* MFH4: Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER).Ilia Alshanetsky2006-01-051-17/+106
|
* bump year and license versionfoobar2006-01-014-12/+12
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* Improved safe_mode/open_basedir check.Ilia Alshanetsky2005-11-271-1/+1
|
* fix #35341 (Fix for bug #33760 breaks build with older curl)Antony Dovgal2005-11-221-1/+1
|
* Additional open_basedir/safe_mode checks.Ilia Alshanetsky2005-10-311-1/+1
|
* MFHfoobar2005-10-262-38/+38
|
* - MFH: thread safe SSL crypto locks, fixes bug #33760Michael Wallner2005-10-253-2/+183
|
* MFH: Further URL validations in safe_mode/open_basedir configs.Ilia Alshanetsky2005-10-171-1/+1
|
* MFH: Added missing safe_mode checks.Ilia Alshanetsky2005-10-061-1/+1
|
* MFH: Missing safe_mode/open_basedir checks for file uploads.Ilia Alshanetsky2005-10-051-1/+6
|
* MFH: Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).Ilia Alshanetsky2005-09-081-2/+0
|
* Fix crash with e.g. stream_get_meta_data()foobar2005-08-251-1/+1
|
* - Bumber up yearfoobar2005-08-034-4/+4
|
* Cleanup buffers on handle re-use.Ilia Alshanetsky2005-07-181-5/+1
|
* Added 2 missing cURL options available in all versions.Ilia Alshanetsky2005-07-161-0/+4
|
* Darwin seems to like this much better.George Schlossnagle2005-07-152-2/+5
|
* Fixed bug #33475 (cURL handle is not closed on curl_close().Ilia Alshanetsky2005-06-262-1/+4
|
* fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-022-6/+22
| | | | | fix segfaults when CURL callback functions throw exception.
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-1/+1
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"