summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Add more constants to curl_getinfo(), dependent on cURL version installed so ...Scott MacVicar2010-12-101-0/+27
* curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows ...Eyal Teutsch2010-12-085-9/+9
* Same as beforeIlia Alshanetsky2010-11-301-2/+0
* Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).Ilia Alshanetsky2010-11-302-14/+31
* Fixed bug #52828 (curl_setopt does not accept persistent streams).Ilia Alshanetsky2010-11-291-1/+1
* Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).Adam Harvey2010-09-142-1/+32
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
* - Fix testFelipe Pena2010-08-061-0/+1
* - Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken d...Felipe Pena2010-08-061-0/+5
* Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE.Pierrick Charron2010-05-141-0/+12
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+186
* Removed safe_modeKalle Sommer Nielsen2010-04-264-18/+18
* - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleadingPierre Joye2010-04-222-2/+2
* - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleadingPierre Joye2010-04-221-1/+1
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-186/+0
* fix buildAntony Dovgal2010-04-201-1/+1
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-5/+3
* - Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl ver...Felipe Pena2010-03-101-1/+1
* Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an...Ilia Alshanetsky2010-03-021-0/+5
* - Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.)Sriram Natarajan2010-01-232-0/+61
* - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulat...Jani Taskinen2010-01-191-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
* Pierre added certinfo to the curl info array, but that isRasmus Lerdorf2009-11-231-1/+7
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-161-1/+1
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-151-1/+1
* Fixed bug #49921 (Curl post upload functions changed).Ilia Alshanetsky2009-10-261-1/+1
* Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after ...Ilia Alshanetsky2009-09-302-3/+30
* Fixed testIlia Alshanetsky2009-09-281-1/+0
* - Fix testFelipe Pena2009-09-251-1/+2
* - Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).Sriram Natarajan2009-09-241-0/+8
* - Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FI...Felipe Pena2009-09-231-1/+2
* Fixed compiler warningIlia Alshanetsky2009-09-231-1/+1
* Fixed build with older version of libcurlIlia Alshanetsky2009-09-221-6/+6
* Fixed testsDmitry Stogov2009-09-211-1/+1
* - Fixed ZTS buildFelipe Pena2009-09-161-5/+3
* - #49253, add support for libcurl's CERTINFO optionPierre Joye2009-09-151-0/+114
* - fix #49372, segfault in php_curl_option_urlPierre Joye2009-08-261-1/+1
* Test from 2009 testfestZoe Slattery2009-08-263-0/+106
* Make test more genericIlia Alshanetsky2009-08-061-2/+2
* - Fix ZTS buildFelipe Pena2009-07-261-1/+1
* The test for bug #46739 doesn't actually need the remoteRasmus Lerdorf2009-07-261-3/+0
* - Fix tests to be more comptatible AND to test what they are supposed to testJani Taskinen2009-07-254-21/+23
* - Opss, fix the fix...Felipe Pena2009-07-251-1/+1
* - Fix testFelipe Pena2009-07-251-1/+1
* Fix dumb typo in the skipifRasmus Lerdorf2009-07-251-1/+1
* - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..)Jani Taskinen2009-07-251-1/+1
* - Fixed bug #48637 ("file" wrapper is overwritten when using --with-curlwrapp...Jani Taskinen2009-07-251-1/+12
* - Making Valgrind happyFelipe Pena2009-07-251-1/+1
* - Fix bad environment usageJani Taskinen2009-07-251-2/+2
* - Fix test when responder is something like lighttpdJani Taskinen2009-07-251-4/+4