summaryrefslogtreecommitdiff
path: root/ext/curl/curl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo in constant definitions and a possible crash in curl_setopt().foobar2001-02-161-5/+13
* Change e-mail addressSterling Hughes2001-02-151-1/+1
* Make daniel's changes work in ZTS mode...Sterling Hughes2001-01-121-8/+2
* 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-221-0/+8
* Hmmm, that wasn't good.Sterling Hughes2000-11-221-1/+0
* 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-271-1/+1
* 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-201-20/+184
* 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-301-242/+328
* removed redefinesDaniel Beulshausen2000-09-261-3/+0
* @- 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-271-103/+84
* Bunch o' changes..Sterling Hughes2000-08-201-29/+82
* Purely cosmetic.Sterling Hughes2000-08-181-5/+7
* - It should be #ifdef PHP_WIN32Andi Gutmans2000-08-171-1/+1
* ts issues.Sterling Hughes2000-08-171-14/+27
* Add Win32 support for cURL.Sterling Hughes2000-08-151-1/+6
* This fixes to problems:Sterling Hughes2000-08-151-10/+87
* - Fix spacing.Sterling Hughes2000-08-131-91/+232
* 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-251-1/+10
* 1. Move from experimental -> productionSterling Hughes2000-07-241-27/+37
* Add CURL support (http://curl.haxx.se).Sterling Hughes2000-07-161-0/+253