summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* If AC_CHECK_LIB fails, assume that --with-openssl is neededfoobar2001-03-111-1/+6
* add a warn not available for curl_getinfo().Sterling Hughes2001-03-031-28/+26
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Fixed a typo in constant definitions and a possible crash in curl_setopt().foobar2001-02-161-5/+13
* Change e-mail addressSterling Hughes2001-02-152-2/+2
* Make daniel's changes work in ZTS mode...Sterling Hughes2001-01-122-18/+2
* take out emtpy structDaniel Beulshausen2001-01-121-2/+0
* Fix pr #8305.foobar2001-01-031-1/+1
* Heads up people!Zeev Suraski2000-12-221-3/+2
* Kill warningStanislav Malyshev2000-12-131-1/+1
* Fixed bug #8145foobar2000-12-071-0/+1
* close the filehandle if it is a tempfile.Sterling Hughes2000-12-041-2/+14
* Revert bad commit.foobar2000-11-231-2/+2
* Fixed some compile warnings.foobar2000-11-231-2/+3
* Fix memory leaks in cURL.Stanislav Malyshev2000-11-222-0/+9
* Hmmm, that wasn't good.Sterling Hughes2000-11-221-1/+0
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Remove duplicates (when curl-7.4.1 is used).foobar2000-11-091-2/+0
* Fix the other part...Sterling Hughes2000-11-051-2/+2
* This should fix the garbage.Sterling Hughes2000-11-051-2/+2
* Fix crash from #7577 (torben@php.net)Stanislav Malyshev2000-11-051-0/+4
* New e-mail address.Sterling Hughes2000-10-272-2/+2
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Makes curl extension compile again plus some typo fixes.foobar2000-10-221-2/+5
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+3
* Fix CURLOPT_REFERER.Sterling Hughes2000-10-202-21/+188
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-2/+2
* Tiny change in copying of buffer.Sterling Hughes2000-10-021-1/+1
* @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP postSterling Hughes2000-09-302-290/+334
* removed redefinesDaniel Beulshausen2000-09-261-3/+0
* cleanup, added configurations for ssl as wellDaniel Beulshausen2000-09-261-2/+64
* @- Fix bug with curl places extra data in the output. (medvitz@medvitz.net)Sterling Hughes2000-09-111-1/+4
* Fix up the implementation.Sterling Hughes2000-08-272-109/+91
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-2/+2
* win32 projectfile for the curl extensionDaniel Beulshausen2000-08-231-0/+115
* Bunch o' changes..Sterling Hughes2000-08-202-32/+87
* Purely cosmetic.Sterling Hughes2000-08-182-9/+10
* - It should be #ifdef PHP_WIN32Andi Gutmans2000-08-171-1/+1
* ts issues.Sterling Hughes2000-08-172-15/+34
* Leftovers...Sterling Hughes2000-08-151-1/+2
* Add Win32 support for cURL.Sterling Hughes2000-08-151-1/+6
* This fixes to problems:Sterling Hughes2000-08-152-10/+89
* - Fix spacing.Sterling Hughes2000-08-132-98/+285
* Add CURLOPT_TRANSFERTEXT option to curl_setopt().Sterling Hughes2000-07-261-1/+2
* Trivial change to add access to CURL version information forKristian Köhntopp2000-07-252-2/+12
* 1. Move from experimental -> productionSterling Hughes2000-07-243-28/+52
* Add CURL support (http://curl.haxx.se).Sterling Hughes2000-07-164-0/+339