summaryrefslogtreecommitdiff
path: root/ext/curl/config.m4
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Disable --with-curlwrappers.Wez Furlong2002-11-061-2/+9
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-1/+1
* @- PHP's cURL extention now requires cURL version 7.9.8 (Derick)Derick Rethans2002-08-251-3/+3
* Implement curl based wrappers.Wez Furlong2002-08-121-1/+9
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
* Unified the configure messages.foobar2001-11-301-1/+2
* add a 7.9 version checkSterling Hughes2001-09-251-3/+3
* fix curl build for curl >= 7.8André Langhorst2001-09-081-0/+4
* Fixes commit / link problems with certain compilers.foobar2001-09-051-1/+1
* Fixed bug: #12597.foobar2001-08-061-0/+2
* curl-config tells us which libraries it has compiled with. So we should use it.foobar2001-05-271-3/+4
* Add a compile check for the cURL version and fix the compile in general.Sterling Hughes2001-05-161-0/+15
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* If AC_CHECK_LIB fails, assume that --with-openssl is neededfoobar2001-03-111-1/+6
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-2/+2
* 1. Move from experimental -> productionSterling Hughes2000-07-241-1/+1
* Add CURL support (http://curl.haxx.se).Sterling Hughes2000-07-161-0/+34