summaryrefslogtreecommitdiff
path: root/ext/curl/config.m4
Commit message (Expand)AuthorAgeFilesLines
...
* 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