Age | Commit message (Collapse) | Author |
|
strequal.o as well!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
standard PHP comment. Also wrap the code in <?php and ?> and finally
add getbinarypageinvar.php to Makefile.am and README
|
|
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the
CURLOPT_RETURNTRANSFER option.
|
|
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
|
|
|
|
set of available flags
|
|
|
|
|
|
|
|
|
|
be defined as many include files as possible (Solaris req)
|
|
|
|
|
|
specify exactly what global parts to init. Thanks to Sterling Hughes really
for arguing wisely.
|
|
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! :-(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autoconf/automake files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|