summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix #69643Xinchen Hui2015-05-291-2/+2
* Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* Sorry, missed here should be checkedXinchen Hui2015-05-081-2/+3
* Remove not necessary checksXinchen Hui2015-05-081-3/+2
* Reorder fields of curlXinchen Hui2015-05-082-32/+32
* revert previously change to thisXinchen Hui2015-05-081-1/+2
* Fixed commentXinchen Hui2015-05-061-1/+1
* use zval_get_longXinchen Hui2015-05-062-6/+3
* micro optimizationsXinchen Hui2015-05-051-30/+16
* Fixed bug #69485 (Double free on zend_list_dtor).Xinchen Hui2015-04-202-1/+23
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-142-0/+50
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-142-0/+50
| |\
| | * fix testStanislav Malyshev2015-04-131-0/+6
| | * Merge branch 'PHP-5.4.40' into PHP-5.5-securityStanislav Malyshev2015-04-052-0/+44
| | |\
| | | * Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/...Stanislav Malyshev2015-04-052-0/+51
| | | * add missing test fileStanislav Malyshev2014-12-161-0/+7
| * | | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-04-011-0/+1
| |\ \ \ | | |/ /
| | * | Fixed bug #68739 (Missing break / control flow in curl)Xinchen Hui2015-04-011-0/+1
* | | | cleaning up the version macrosAnatol Belski2015-03-232-1/+4
* | | | fix warning & improve error handling in CURLStanislav Malyshev2015-03-221-2/+11
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-221-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-221-0/+6
| |\ \ \ | | |/ /
| | * | add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2Masaki Kagaya2015-03-221-0/+6
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-122-3/+3
* | | | Remove unsafe curl file uploadsNikita Popov2015-03-095-101/+24
* | | | Merge branch 'PHP-5.6'Julien Pauli2015-02-231-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-02-231-0/+5
| |\ \ \ | | |/ /
| | * | curl: add new proxy constantsLinus Unnebäck2015-02-231-0/+5
* | | | Merge branch 'PHP-5.6'Anatol Belski2015-02-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-02-221-1/+1
| |\ \ \ | | |/ /
| | * | Fix Win32 SSPI initialization for digest authentication in cURLGrant Pannell2015-02-221-1/+1
| | * | Bump yearXinchen Hui2015-01-155-5/+5
| * | | bump yearXinchen Hui2015-01-155-5/+5
* | | | Fixed possible memory leakDmitry Stogov2015-02-111-0/+1
* | | | Don't convert options in-place. They may be elements of constant array.Dmitry Stogov2015-02-111-35/+53
* | | | found type is unnecessaryXinchen Hui2015-02-021-7/+6
* | | | Cleanup resource handling APIsXinchen Hui2015-02-023-46/+98
* | | | Revert "Revert "Fixed warning "(null)(): supplied resource is not a valid cUR...Xinchen Hui2015-02-022-3/+29
* | | | Revert "Fixed warning "(null)(): supplied resource is not a valid cURL handle...Xinchen Hui2015-01-302-29/+3
* | | | Fixed warning "(null)(): supplied resource is not a valid cURL handle resourc...Xinchen Hui2015-01-302-3/+29
* | | | indentXinchen Hui2015-01-301-1/+1
* | | | Add more test for bug #68937Xinchen Hui2015-01-301-0/+33
* | | | Fixed bug #68937 (Segfault in curl_multi_exec)Xinchen Hui2015-01-302-2/+38
* | | | zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-222-6/+7
* | | | int -> size_tRasmus Lerdorf2015-01-201-1/+2
* | | | bump yearXinchen Hui2015-01-155-5/+5
* | | | trailing whitespace removalStanislav Malyshev2015-01-103-14/+14
* | | | Fixed bug #68739 #68740 #68741Xinchen Hui2015-01-081-0/+1
* | | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-212-8/+8
* | | | remove the thread ctx from curlAnatol Belski2014-12-172-9/+0