13a5e16f | 31-May-2001 |
Sterling Hughes |
update the comment style from '#' to '//' which is the "un-official" standard PHP comment. Also wrap the code in <?php and ?> and finally add getbinarypageinvar.php to Makefile.am and README |
3d54ba1b | 31-May-2001 |
Sterling Hughes |
Add the getbinarypageinvar.php, which shows how to use the CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the CURLOPT_RETURNTRANSFER option. |
e051f904 | 31-May-2001 |
Sterling Hughes |
Test and substance patch. This is my first CVS commit :), what it does: - Makes sure that parts of the cURL library don't get initialized twice - Makes sure that we only free wh
Test and substance patch. This is my first CVS commit :), what it does: - Makes sure that parts of the cURL library don't get initialized twice - Makes sure that we only free what we initialize
show more ...
|
f8d94a38 | 31-May-2001 |
Daniel Stenberg |
Added CVS $Id$ keyword for inline version tracking |
ac691cae | 31-May-2001 |
Daniel Stenberg |
updated to again set the flags of what to init, and now also feature a set of available flags |
43d0d756 | 31-May-2001 |
Daniel Stenberg |
fixed the dlopen check |
77f34915 | 31-May-2001 |
Daniel Stenberg |
removed _REENTRANT define |
72b89931 | 31-May-2001 |
Daniel Stenberg |
re-generated |
6b9bd96c | 31-May-2001 |
Daniel Stenberg |
include setup.h _before_ system includes |
6532f737 | 31-May-2001 |
Daniel Stenberg |
if NEED_REENTRANT is set, define _REENTRANT already here since it has to be defined as many include files as possible (Solaris req) |
928ff543 | 31-May-2001 |
Daniel Stenberg |
includes setup.h, and thus I could remove the _REENTRANT define |
95c94bf6 | 31-May-2001 |
Daniel Stenberg |
the CURL_GLOBAL flags are now used to set what parts to init globally |
7f295939 | 31-May-2001 |
Daniel Stenberg |
went back to the version where the flags argument to curl_global_init() specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely. |
aa27db69 | 31-May-2001 |
Daniel Stenberg |
removed the prototype and made it include string.h instead If your system, such as Solaris 2.7, lacks the strtok_r() prototype in string.h, then you'll face a bunch of warnings on
removed the prototype and made it include string.h instead If your system, such as Solaris 2.7, lacks the strtok_r() prototype in string.h, then you'll face a bunch of warnings on all instances where strtok_r() is used. There's not much we can do about it. Adding a prototype here screws everything up on other platforms! :-(
show more ...
|
4ce5fa3e | 31-May-2001 |
Daniel Stenberg |
Sterling Hughes suggested we set 'static' before size_t... |
ffa7c131 | 30-May-2001 |
Daniel Stenberg |
libcurl now has MUTE and NOPROGRESS set by default |
fbca7a83 | 30-May-2001 |
Daniel Stenberg |
7.8-pre2 |
870bacd6 | 30-May-2001 |
Daniel Stenberg |
include strtok.h to get the prototype |
d9f39cc9 | 30-May-2001 |
Daniel Stenberg |
finally fixed the 'ret' compiler warning |
f2e6d235 | 30-May-2001 |
Daniel Stenberg |
removed python interface, there is one now! ;-) |
baa220c1 | 30-May-2001 |
Daniel Stenberg |
-# fix, thread fix, easy.c compile fix and more |
cabef473 | 30-May-2001 |
Daniel Stenberg |
made the automake line re-build from _all_ Makefile.am files in the source tree |
cab90bf9 | 30-May-2001 |
Daniel Stenberg |
english fix |
ab449cce | 30-May-2001 |
Daniel Stenberg |
now uses CURL_GLOBAL_DEFAULT |
b541537c | 30-May-2001 |
Daniel Stenberg |
curl_global_init() support for CURL_GLOBAL_NOT_SSL |