summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Purely cosmetic.Sterling Hughes2000-08-181-4/+3
* ts issues.Sterling Hughes2000-08-171-1/+7
* Leftovers...Sterling Hughes2000-08-151-1/+2
* This fixes to problems:Sterling Hughes2000-08-151-0/+2
* - Fix spacing.Sterling Hughes2000-08-131-7/+53
* Trivial change to add access to CURL version information forKristian Köhntopp2000-07-251-1/+2
* 1. Move from experimental -> productionSterling Hughes2000-07-241-0/+14
* Add CURL support (http://curl.haxx.se).Sterling Hughes2000-07-161-0/+45