summaryrefslogtreecommitdiff
path: root/ext/curl/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Remove curl gnutls lockingNikita Popov2019-04-111-3/+1
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* Migrate ext/zlib to use pkg-configNikita Popov2018-12-261-3/+1
* ext/curl: port to pkg-config macro and consistently require its useEli Schwartz2018-12-091-85/+17
* 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-251-3/+1
* Bump libcurl requirement to 7.15.5Nikita Popov2018-02-031-6/+6
* Bump libcurl requirement to 7.12.1Nikita Popov2017-12-191-5/+5
* Fixed bug #75614Nikita Popov2017-12-161-1/+1
* Fix LDFLAGS getting overwritten (ext/curl)Dylan K. Taylor2017-09-121-1/+1
* Improve pkg-config usageRemi Collet2017-08-271-2/+6
* Switch from curl-config to pkg-config for curl extensionRemi Collet2017-08-251-54/+76
* Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-08-181-0/+3
|\
| * Fixed bug #75093 OpenSSL support not detectedRemi Collet2017-08-181-0/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-251-3/+19
|\ \ | |/
| * Fixed finding CURL on systems with multiarch supportCarsten Brandt2017-07-251-3/+19
* | Include strings.h for strncasecmpSara Golemon2016-12-121-0/+2
|/
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* Remove curl wrappersPierrick Charron2013-04-231-9/+1
* Implement fix for bug #46439 - add CURLFile class for safer uploadsStanislav Malyshev2013-01-281-1/+1
* Remove dead codePierrick Charron2011-12-141-7/+0
* Clean / Improve the curl extensionPierrick Charron2011-12-011-1/+1
* Revert commit r319729 until I have a clean version for non-ZTSPierrick Charron2011-11-241-1/+1
* Implemented FR #55540, added functions curl_share_init(), curl_share_setopt()...Pierrick Charron2011-11-231-1/+1
* - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..)Jani Taskinen2009-07-251-1/+1
* - Fixed bug #48132 (configure fails to test curl ssl support if --disable-rpa...Jani Taskinen2009-05-021-57/+62
* - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)Felipe Pena2008-11-071-1/+1
* - fix typoMichael Wallner2007-05-251-1/+1
* MFB: first check the SSL lib string in libcurl and then the headerMichael Wallner2007-05-211-36/+37
* - fix compiler/linker agnostic runpath switchMichael Wallner2007-05-191-1/+1
* MFB: r1.28.2.3.2.4Michael Wallner2007-05-161-26/+57
* missing part of the fix for #38844Antony Dovgal2006-09-151-0/+6
* fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)Antony Dovgal2006-09-151-0/+8
* Be overly picky: CURL->cURLHannes Magnusson2006-09-091-2/+2
* MF51: fix #35341 (Fix for bug #33760 breaks build with older curl)Antony Dovgal2005-11-221-1/+1
* fix configure helpfoobar2005-11-101-3/+3
* Fix configurefoobar2005-10-261-4/+4
* - thread safe SSL crypto locks, fixes bug #33760Michael Wallner2005-10-251-0/+32
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-1/+1
* Fix for bug #31901Rasmus Lerdorf2005-02-091-2/+2
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-3/+3
* - Fixed bug #23751: Confusing configure warning concerning required cURLDerick Rethans2003-05-221-1/+1
* ilia's request is my commandSterling Hughes2003-05-211-2/+2
* Fix curl detection when multiple installations existWez Furlong2003-03-231-0/+1
* Re-enable the curlwrappers configure option.Wez Furlong2002-11-181-5/+5
* add multi support and reorganize things a bit...Sterling Hughes2002-11-131-5/+5
* - Make it rely on cURL version 7.9.8 again, so that we can start with theDerick Rethans2002-11-101-3/+3
* add check for curl 7.10.2Sterling Hughes2002-11-091-3/+3
* Really disable curlwrappers configure option.Wez Furlong2002-11-071-3/+3