summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* fix the test for curl 7.29.0+Anatol Belski2013-02-191-1/+1
* Happy New Year~Xinchen Hui2013-01-014-4/+4
* Fixed segfault due to libcurl connection cachingPierrick Charron2012-12-222-0/+80
* Fixed bug #63352 (Can't enable hostname validation when using curl stream wra...Pierrick Charron2012-12-211-2/+2
* CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)Pierrick Charron2012-12-213-1/+78
* Fixed bug #55438 (Curlwapper is not sending http header randomly)Pierrick Charron2012-12-192-13/+10
* Remove executable permission on phptXinchen Hui2012-10-103-0/+0
* FD_ZERO file descriptors before calling curl_multi_fdsetPierrick Charron2012-09-281-0/+4
* Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-0/+3
* Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)Xinchen Hui2012-09-181-1/+1
* Fixed bug #62839Pierrick Charron2012-08-162-2/+20
* Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false)Xinchen Hui2012-07-092-2/+2
* Fixed bug #62149 Test Bug - ext/curl/tests/bug61948Matt Ficken2012-05-252-1/+29
* Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)Xinchen Hui2012-05-062-1/+21
* 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