History log of /PHP-7.2/ext/curl/php_curl.h (Results 101 – 119 of 119)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.5
# 425c7144 28-Apr-2001 Sterling Hughes

# Actually fix the bug this time (I fixed another bug last time :)


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 2f0238dc 15-Feb-2001 Sterling Hughes

Change e-mail address

# Can I get someone to change my cvsusers e-mail address to
# sterling@designmultimedia.com?


# 0e6fe301 12-Jan-2001 Sterling Hughes

Make daniel's changes work in ZTS mode...


# 490cca07 12-Jan-2001 Daniel Beulshausen

take out emtpy struct
# vc chokes on them


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# b36afe29 22-Nov-2000 Stanislav Malyshev

Fix memory leaks in cURL.
cURL doesn't free strings we pass to him, so let PHP do it.


# 70f262d0 27-Oct-2000 Sterling Hughes

New e-mail address.


# 6b8faeb1 20-Oct-2000 Sterling Hughes

Fix CURLOPT_REFERER.

@ Added the curl_getinfo() function to find out information about a CURL
transfer. This function requires cURL 4.0 or above. (Sterling)

@ Added the CURLOPT

Fix CURLOPT_REFERER.

@ Added the curl_getinfo() function to find out information about a CURL
transfer. This function requires cURL 4.0 or above. (Sterling)

@ Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE,
CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options.
(Sterling)

show more ...


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 36dc3e1c 30-Sep-2000 Sterling Hughes

@ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post
parameters. (Sterling)
@ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP
headers to a re

@ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post
parameters. (Sterling)
@ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP
headers to a remote site from cURL. (Sterling)
@ Add the curl_error() and curl_errno() functions. (Sterling)

Buncha other changes...

- Changed if () else if () in curl_setopt to switch .. case
- Fixed a couple crashes in certain cases.
- Finally a decent error reporting scheme.
- A few formatting changes.

show more ...


Revision tags: php-4.0.2
# 6e10dc54 27-Aug-2000 Sterling Hughes

Fix up the implementation.

# it was getting hacky already.


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# cd599d17 20-Aug-2000 Sterling Hughes

Bunch o' changes..
- Add the ability to return the web page into a variable
by setting the CURLOPT_RETURNTRANSFER constant to 1.
- Make everything conform to the n

Bunch o' changes..
- Add the ability to return the web page into a variable
by setting the CURLOPT_RETURNTRANSFER constant to 1.
- Make everything conform to the naming guidelines.
- Delete the resource id from the file_id table when a
resource is closed.

show more ...


# c80f2bcb 18-Aug-2000 Sterling Hughes

Purely cosmetic.


# 8a8b5dac 17-Aug-2000 Sterling Hughes

ts issues.


# 185f6e95 15-Aug-2000 Sterling Hughes

Leftovers...


# d06c4b2e 15-Aug-2000 Sterling Hughes

This fixes to problems:

- Apache not having the output go to stdout in some cases.
- Output being displayed before the header is displayed.

And causes the following:

-

This fixes to problems:

- Apache not having the output go to stdout in some cases.
- Output being displayed before the header is displayed.

And causes the following:

- *Slightly* slower cURL transfers.

show more ...


# bba7086a 13-Aug-2000 Sterling Hughes

- Fix spacing.
- Add error constants.


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 19687ea1 25-Jul-2000 Kristian Köhntopp

Trivial change to add access to CURL version information for
user programs in order to have them react appropriately.


# cb44d1b3 24-Jul-2000 Sterling Hughes

1. Move from experimental -> production
2. Thread safety
3. Set some initial options
4. Redo the placement of some functions and options.


# 67870714 16-Jul-2000 Sterling Hughes

Add CURL support (http://curl.haxx.se).

# Currently pretty experimental, and labeled so, it
# only really works with the CGI version. I wanted
# to get the sources in CVS, so I coul

Add CURL support (http://curl.haxx.se).

# Currently pretty experimental, and labeled so, it
# only really works with the CGI version. I wanted
# to get the sources in CVS, so I could give a
# reference point for some issues, and get more
# extensive testing...
#
# Does anyone know how long it is going to be till
# the next minor release?

show more ...


12345