summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after ...Ilia Alshanetsky2009-09-301-0/+2
* - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).Sriram Natarajan2009-07-211-0/+1
* - Fix build for winblowsJani Taskinen2009-05-281-1/+1
* - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)Jani Taskinen2009-05-261-0/+1
* - [DOC] #41712, implement progress callbackPierre Joye2009-05-031-0/+7
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Fixed bug #45161 (Reusing a curl handle leaks memory)Jani Taskinen2008-12-171-0/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* decrement ch->uses (or destroy handle) when destroying multi handleAntony Dovgal2006-10-051-0/+1
* bump year and license versionfoobar2006-01-011-3/+3
* Added curl_setopt_array(), allowing setting of multiple cURL options.Ilia Alshanetsky2005-08-091-0/+7
* - Bumber up yearfoobar2005-08-031-1/+1
* Darwin seems to like this much better.George Schlossnagle2005-07-151-2/+2
* fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-021-0/+1
* add the curl_copy_handle() function which will exactly duplicate a cURL handle.Sterling Hughes2004-03-121-0/+1
* Fixed memory leak in the multi interface.Ilia Alshanetsky2004-03-111-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Fix the buildfoobar2003-08-051-2/+2
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-11/+11
* ZTS FixesEdin Kadribasic2003-06-191-1/+1
* Win32 build fixesEdin Kadribasic2003-06-191-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* switch over to using fast_call_user_function() with the callbacksSterling Hughes2003-05-211-9/+11
* use the new TSRMLS_FETCH_FROM_CTX() macroSterling Hughes2003-04-271-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* add multi support and reorganize things a bit...Sterling Hughes2002-11-131-4/+35
* add support for curl 7.10.* constants (at least most of them)Sterling Hughes2002-11-081-0/+1
* Implement curl based wrappers.Wez Furlong2002-08-121-0/+32
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* fix compileSterling Hughes2001-09-221-0/+1
* @ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)Sterling Hughes2001-06-251-1/+1
* winsock is already initialized in an higher version by phpDaniel Beulshausen2001-05-171-1/+0
* Add a compile check for the cURL version and fix the compile in general.Sterling Hughes2001-05-161-0/+1
* leftovers.....Sterling Hughes2001-05-141-0/+1
* Make it compile with the latest cURL cvs, heck it even works.Sterling Hughes2001-05-041-4/+6
* # Ok, big ass change list. Most of the changes are NEW's worthy, soSterling Hughes2001-04-301-10/+39
* # Actually fix the bug this time (I fixed another bug last time :)Sterling Hughes2001-04-281-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Change e-mail addressSterling Hughes2001-02-151-1/+1
* Make daniel's changes work in ZTS mode...Sterling Hughes2001-01-121-10/+0
* take out emtpy structDaniel Beulshausen2001-01-121-2/+0
* Fix memory leaks in cURL.Stanislav Malyshev2000-11-221-0/+1
* New e-mail address.Sterling Hughes2000-10-271-1/+1
* Fix CURLOPT_REFERER.Sterling Hughes2000-10-201-1/+4
* @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP postSterling Hughes2000-09-301-48/+6
* Fix up the implementation.Sterling Hughes2000-08-271-6/+7
* Bunch o' changes..Sterling Hughes2000-08-201-3/+5