summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-02-191-1/+1
|\
| * fix the test for curl 7.29.0+Anatol Belski2013-02-191-1/+1
| * Happy New Year~Xinchen Hui2013-01-014-4/+4
* | Happy New YearXinchen Hui2013-01-014-4/+4
* | Fixed #63859 Memory leak when reusing curl-handlePierrick Charron2012-12-271-0/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-12-222-0/+80
|\ \ | |/
| * Fixed segfault due to libcurl connection cachingPierrick Charron2012-12-222-0/+80
* | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-12-214-8/+48
|\ \ | |/
| * 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
* | Fix testPierrick Charron2012-12-211-0/+5
* | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-12-192-13/+10
|\ \ | |/
| * Fixed bug #55438 (Curlwapper is not sending http header randomly)Pierrick Charron2012-12-192-13/+10
* | Unused variable copystrXinchen Hui2012-11-211-4/+0
* | Notice if CURLOPT_SSL_VERIFYHOST is set to trueJohn Jawed (JJ)2012-10-252-1/+34
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-103-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-103-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-09-281-0/+4
|\ \ | |/
| * FD_ZERO file descriptors before calling curl_multi_fdsetPierrick Charron2012-09-281-0/+4
* | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-09-221-0/+3
|\ \ | |/
| * Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-0/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-181-1/+1
|\ \ | |/
| * Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)Xinchen Hui2012-09-181-1/+1
* | Fixed bug #62912 (CURLINFO_PRIMARY_IP is not exposed)Pierrick Charron2012-08-241-3/+13
* | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-08-162-2/+20
|\ \ | |/
| * Fixed bug #62839Pierrick Charron2012-08-162-2/+20
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-092-2/+2
|\ \ | |/
| * Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false)Xinchen Hui2012-07-092-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-252-1/+29
|\ \ | |/
| * Fixed bug #62149 Test Bug - ext/curl/tests/bug61948Matt Ficken2012-05-252-1/+29
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-061-0/+20
|\ \ | |/
| * 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