summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3'Pierrick Charron2018-09-171-1/+17
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Pierrick Charron2018-09-171-1/+17
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-09-171-1/+17
| | |\
| | | * Fix 76480: Use curl_multi_wait() so that timeouts are respectedPierrick Charron2018-09-171-1/+17
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-09-051-1/+16
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-09-051-1/+16
| | |\ \ | | | |/
| | | * Sync with recent changes to default libcurl buildAnatol Belski2018-09-051-1/+16
* | | | Sync with recent changes to default libcurl buildAnatol Belski2018-09-051-1/+16
* | | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* | | | Make PHP development tools files and scripts executablePeter Kokot2018-08-291-0/+1
* | | | Make more tests run on LinuxGabriel Caruso2018-08-287-102/+58
* | | | Fix SKIPIF conditions for online testsGabriel Caruso2018-08-055-9/+0
|/ / /
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-4/+4
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-8/+8
* | | Remove unused Git attributes identPeter Kokot2018-07-257-14/+1
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* | | Add missing INI directives to curl phpinfoPeter Kokot2018-07-071-0/+2
* | | Use zval_ptr_dtor_nogc() instead of zval_dtor() inplaces where circular-refer...Dmitry Stogov2018-07-051-1/+1
* | | only warning when the flag is trueXinchen Hui2018-06-171-1/+1
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-5/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-5/+5
* | | Merge branch 'PHP-7.2'Anatol Belski2018-05-183-9/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-183-9/+15
| |\ \ | | |/
| | * Fix curl tests wrt. AppVeyor and curl updatesAnatol Belski2018-05-183-9/+15
| | * Fix potential memory leak in curl extensionThomas Punt2018-04-291-1/+1
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-2/+2
* | | Use int instead of long in protosGabriel Caruso2018-02-231-1/+1
* | | remove support for string|unicode in testsGabriel Caruso2018-02-222-3/+3
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2039-39/+39
* | | Remove empty sections in testsGabriel Caruso2018-02-143-11/+8
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-2/+2
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-042-8/+8
* | | Cleanup some tests - remove unnecessary sectionsStanislav Malyshev2018-02-041-1/+1
* | | Bump libcurl requirement to 7.15.5Nikita Popov2018-02-035-137/+22
* | | Script to check the sync of cURL constants with online docsBenjamin Morel2018-02-031-0/+321
* | | Add CURLOPT_REQUEST_TARGET constantBenjamin Morel2018-02-031-0/+7
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-121-1/+1
| |\ \ | | |/
| | * Unify EOLAnatol Belski2018-01-121-53/+53
| | * Extend test, latest cURL ships also with smb and smbsAnatol Belski2018-01-121-1/+1
| | * year++Xinchen Hui2018-01-025-5/+5
| * | year++Xinchen Hui2018-01-025-5/+5
* | | remove false dupXinchen Hui2018-01-081-10/+5
* | | Use GC_ADDREFXinchen Hui2018-01-071-7/+7
* | | year++Xinchen Hui2018-01-025-5/+5
* | | Bump libcurl requirement to 7.12.1Nikita Popov2017-12-195-61/+12
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-161-1/+1
|\ \ \ | |/ /
| * | Fixed bug #75614Nikita Popov2017-12-161-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1