summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Allow alternative curl output shown in several qa.php.net/reports logsChristopher Jones2012-02-061-1/+1
* - Year++Felipe Pena2012-01-014-4/+4
* Fix curl_copy_handle_basic_008.phpt when display_errors is OnPierrick Charron2011-12-081-1/+2
* Fix testPierrick Charron2011-12-071-1/+1
* Add new test for CURLOPT_POSTFIELDSPierrick Charron2011-12-072-0/+53
* Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNC...Pierrick Charron2011-12-042-0/+32
* Cleans up test filePierrick Charron2011-12-021-0/+1
* Fix test to remove dependancy over php.netPierrick Charron2011-11-221-17/+14
* Fix this test to work with all version (even old) of libcurlPierrick Charron2011-11-221-1/+1
* Fix memory leak when using libcurl < 7.17.0Pierrick Charron2011-11-222-23/+17
* Fix memory leakPierrick Charron2011-11-211-0/+12
* Fix test to use PHP_CURL_HTTP_REMOTE_SERVERPierrick Charron2011-11-211-3/+4
* Fixed issues when streams were closed before curl read/write from them, or cl...Hannes Magnusson2011-09-129-57/+124
* Being smart and cleanup/rename/modify tests seconds before committing isn't v...Hannes Magnusson2011-09-091-5/+5
* Merge tests from trunkHannes Magnusson2011-09-094-2/+157
* Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before ca...Hannes Magnusson2011-09-083-2/+91
* Sync tests between branches and fix the getcontent testHannes Magnusson2011-09-071-1/+2
* Update skipif messageHannes Magnusson2011-09-0714-18/+31
* Fixed test randomly failing due to different error messages. Also added a skipMatteo Beccati2011-09-011-5/+13
* Fixed false positive failure on gcovMatteo Beccati2011-08-311-2/+2
* - Fix #55301 (curl part) check if malloc succededPierre Joye2011-07-281-0/+3
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* Fixed notice breaking the test.Shein Alexey2011-05-311-1/+1
* Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LAR...Pierrick Charron2011-04-291-0/+12
* - add CURLINFO_REDIRECT_URLPierre Joye2011-04-011-1/+33
* - Year++Felipe Pena2011-01-014-4/+4
* curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows ...Eyal Teutsch2010-12-085-9/+9
* Missing bits from last commitIlia 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
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...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
* - 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
* fix buildAntony Dovgal2010-04-201-1/+1
* - 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