m6w6/ext-http
17 years ago- 1.5.0RC1
Michael Wallner [Thu, 8 Feb 2007 13:34:02 +0000 (13:34 +0000)] 
- 1.5.0RC1

17 years ago- add pers. handles test
Michael Wallner [Wed, 7 Feb 2007 16:10:39 +0000 (16:10 +0000)] 
- add pers. handles test

17 years ago- fix hash keys
Michael Wallner [Wed, 7 Feb 2007 16:07:24 +0000 (16:07 +0000)] 
- fix hash keys

17 years ago- fix PHP4 build
Michael Wallner [Wed, 7 Feb 2007 15:31:50 +0000 (15:31 +0000)] 
- fix PHP4 build
- use zend_hash_func instead of zend_get_hash_value

17 years ago- fix copyright year
Michael Wallner [Wed, 7 Feb 2007 11:50:27 +0000 (11:50 +0000)] 
- fix copyright year

17 years ago- fix pers. handles phpinfo
Michael Wallner [Wed, 7 Feb 2007 11:50:00 +0000 (11:50 +0000)] 
- fix pers. handles phpinfo

17 years ago- remove arginfo on ctor
Michael Wallner [Tue, 6 Feb 2007 10:31:38 +0000 (10:31 +0000)] 
- remove arginfo on ctor

17 years ago- fix pers. handles ident string setting
Michael Wallner [Tue, 6 Feb 2007 10:30:42 +0000 (10:30 +0000)] 
- fix pers. handles ident string setting

17 years ago- simplifications
Michael Wallner [Tue, 6 Feb 2007 10:30:19 +0000 (10:30 +0000)] 
- simplifications

17 years ago- add dbg output
Michael Wallner [Mon, 5 Feb 2007 14:22:24 +0000 (14:22 +0000)] 
- add dbg output
- fix typo

17 years ago- update flags and fix PHP4 Win32 build
Michael Wallner [Mon, 5 Feb 2007 14:20:01 +0000 (14:20 +0000)] 
- update flags and fix PHP4 Win32 build

17 years ago- reimplement persistent handle code
Michael Wallner [Sun, 4 Feb 2007 22:10:51 +0000 (22:10 +0000)] 
- reimplement persistent handle code

17 years ago- simplify
Michael Wallner [Sun, 4 Feb 2007 15:32:00 +0000 (15:32 +0000)] 
- simplify

17 years ago - fix chicken&egg problem with ZTS + persistent handles + global request datashare
Michael Wallner [Sun, 4 Feb 2007 15:27:02 +0000 (15:27 +0000)] 
 - fix chicken&egg problem with ZTS + persistent handles + global request datashare

17 years ago- deprecate HttpRequest::*RawPostData() in favour of ::*Body()
Michael Wallner [Fri, 2 Feb 2007 19:59:42 +0000 (19:59 +0000)] 
- deprecate HttpRequest::*RawPostData() in favour of ::*Body()

17 years ago- use a HashTable to stat persistent handles
Michael Wallner [Wed, 31 Jan 2007 12:14:07 +0000 (12:14 +0000)] 
- use a HashTable to stat persistent handles
- show p. handles with phpinfo

17 years ago- move some definitions around
Michael Wallner [Wed, 31 Jan 2007 08:32:33 +0000 (08:32 +0000)] 
- move some definitions around

17 years ago- better dbg code
Michael Wallner [Wed, 31 Jan 2007 08:32:03 +0000 (08:32 +0000)] 
- better dbg code

17 years ago- make ist behave like a stack, not like a queue
Michael Wallner [Wed, 31 Jan 2007 08:31:33 +0000 (08:31 +0000)] 
- make ist behave like a stack, not like a queue

17 years ago- persistent handles for curl_share and curl_multi
Michael Wallner [Sun, 28 Jan 2007 10:49:47 +0000 (10:49 +0000)] 
- persistent handles for curl_share and curl_multi

17 years ago- fix compiler warning
Michael Wallner [Sun, 28 Jan 2007 10:43:55 +0000 (10:43 +0000)] 
- fix compiler warning

17 years ago- add persistent cURL handle support
Michael Wallner [Sat, 27 Jan 2007 13:34:47 +0000 (13:34 +0000)] 
- add persistent cURL handle support

17 years ago- typo
Michael Wallner [Thu, 25 Jan 2007 14:38:50 +0000 (14:38 +0000)] 
- typo

17 years ago- fix build failure when strncmp() is a macro
Michael Wallner [Thu, 25 Jan 2007 14:37:16 +0000 (14:37 +0000)] 
- fix build failure when strncmp() is a macro

17 years ago- more fixes for empty message info
Michael Wallner [Wed, 24 Jan 2007 11:08:09 +0000 (11:08 +0000)] 
- more fixes for empty message info
- fixup tests

17 years ago- fix segvs with incompletely initialiezed HttpMessages
Michael Wallner [Wed, 24 Jan 2007 09:34:18 +0000 (09:34 +0000)] 
- fix segvs with incompletely initialiezed HttpMessages
- fix possible leaks when changing message type
- add HttpMessage::setInfo() and ::getInfo()

17 years ago- changelog
Michael Wallner [Tue, 23 Jan 2007 15:49:04 +0000 (15:49 +0000)] 
- changelog

17 years ago- add HttpMessage::fromEnv(int type[, string class_name])
Michael Wallner [Tue, 23 Jan 2007 15:47:13 +0000 (15:47 +0000)] 
- add HttpMessage::fromEnv(int type[, string class_name])

17 years ago- allow response codes up to 599
Michael Wallner [Tue, 23 Jan 2007 15:37:59 +0000 (15:37 +0000)] 
- allow response codes up to 599
- release 1.4.0

17 years ago- minimum required curl versions curl-config doesn't understand --features
Michael Wallner [Sun, 21 Jan 2007 17:42:37 +0000 (17:42 +0000)] 
- minimum required curl versions curl-config doesn't understand --features

17 years ago- release 1.4.0RC2
Michael Wallner [Fri, 19 Jan 2007 22:19:48 +0000 (22:19 +0000)] 
- release 1.4.0RC2

17 years ago- add a KUDOS file
Michael Wallner [Mon, 15 Jan 2007 08:02:24 +0000 (08:02 +0000)] 
- add a KUDOS file

17 years ago- use const php_hash_ops*
Michael Wallner [Mon, 15 Jan 2007 08:02:03 +0000 (08:02 +0000)] 
- use const php_hash_ops*

17 years ago- improve handling of xmlrpc request/response options
Michael Wallner [Mon, 15 Jan 2007 08:01:35 +0000 (08:01 +0000)] 
- improve handling of xmlrpc request/response options

17 years ago- use sizeof() for snprintf
Michael Wallner [Mon, 15 Jan 2007 07:59:41 +0000 (07:59 +0000)] 
- use sizeof() for snprintf

17 years ago- rm dbg outpu
Michael Wallner [Fri, 12 Jan 2007 14:53:17 +0000 (14:53 +0000)] 
- rm dbg outpu

17 years ago- better fix
Michael Wallner [Fri, 12 Jan 2007 14:31:40 +0000 (14:31 +0000)] 
- better fix

17 years ago- version bump
Michael Wallner [Fri, 12 Jan 2007 12:15:36 +0000 (12:15 +0000)] 
- version bump
- better wrong param count error messages
- fix greedy response message parsing with proxy CONNECT requests

17 years ago- fix infinite loop with http_parse_params("=")
Michael Wallner [Tue, 19 Dec 2006 14:26:47 +0000 (14:26 +0000)] 
- fix infinite loop with http_parse_params("=")

17 years ago- check CRYPTO_get_id_callback() whether someone else already set thread lock callbacks
Michael Wallner [Thu, 7 Dec 2006 10:11:36 +0000 (10:11 +0000)] 
- check CRYPTO_get_id_callback() whether someone else already set thread lock callbacks
# this might also be of interest to ext/curl

17 years ago- curl folks seem to have identified the MSVC quirks regarding DST offsets
Michael Wallner [Thu, 7 Dec 2006 10:10:25 +0000 (10:10 +0000)] 
- curl folks seem to have identified the MSVC quirks regarding DST offsets

17 years ago- release 1.4.0RC1
Michael Wallner [Mon, 4 Dec 2006 18:19:54 +0000 (18:19 +0000)] 
- release 1.4.0RC1

17 years ago- missing part of HAVE_CURL_FORMGET
Michael Wallner [Mon, 4 Dec 2006 18:16:13 +0000 (18:16 +0000)] 
- missing part of HAVE_CURL_FORMGET

17 years ago- fix SEGV when there's an exception in HttpRequest::onFinish()
Michael Wallner [Mon, 4 Dec 2006 17:13:46 +0000 (17:13 +0000)] 
- fix SEGV when there's an exception in HttpRequest::onFinish()

17 years ago- HttpRequest::encodeBody() is also available if curl_formget() is in libcurl
Michael Wallner [Mon, 4 Dec 2006 13:37:58 +0000 (13:37 +0000)] 
- HttpRequest::encodeBody() is also available if curl_formget() is in libcurl

17 years ago- fix object leakage when utilizing HttpRequest::onProgress()
Michael Wallner [Mon, 4 Dec 2006 13:36:04 +0000 (13:36 +0000)] 
- fix object leakage when utilizing HttpRequest::onProgress()

17 years ago- fix SEGV on un/serializing HttpRequests
Michael Wallner [Mon, 4 Dec 2006 08:21:55 +0000 (08:21 +0000)] 
- fix SEGV on un/serializing HttpRequests

17 years ago- fix win32 warnings
Michael Wallner [Wed, 29 Nov 2006 08:55:37 +0000 (08:55 +0000)] 
- fix win32 warnings
- fix WONKY build

17 years ago- fix win32 build
Michael Wallner [Tue, 28 Nov 2006 07:40:25 +0000 (07:40 +0000)] 
- fix win32 build

17 years ago- attempt to fix win32 build
Michael Wallner [Fri, 24 Nov 2006 14:23:45 +0000 (14:23 +0000)] 
- attempt to fix win32 build

17 years ago- attempt to fix win32 build
Michael Wallner [Thu, 23 Nov 2006 15:39:15 +0000 (15:39 +0000)] 
- attempt to fix win32 build

17 years ago- shrink protos
Michael Wallner [Thu, 23 Nov 2006 15:34:47 +0000 (15:34 +0000)] 
- shrink protos

17 years ago- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
Michael Wallner [Thu, 23 Nov 2006 15:33:43 +0000 (15:33 +0000)] 
- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
- shrink protos
- add factory methods

17 years agohoppla
Michael Wallner [Wed, 22 Nov 2006 12:26:00 +0000 (12:26 +0000)] 
hoppla

17 years ago- update test files
Michael Wallner [Wed, 22 Nov 2006 12:22:18 +0000 (12:22 +0000)] 
- update test files

17 years ago- no more PHP-5.0 only tests
Michael Wallner [Wed, 22 Nov 2006 12:18:39 +0000 (12:18 +0000)] 
- no more PHP-5.0 only tests

17 years ago- improve response performance
Michael Wallner [Wed, 22 Nov 2006 10:50:11 +0000 (10:50 +0000)] 
- improve response performance
  . flag streams non-buffered
  . bypass sapi input filter
  . flush explicitly only if throttling is used
- fix tests

17 years ago- improve internal array handling
Michael Wallner [Mon, 20 Nov 2006 11:15:06 +0000 (11:15 +0000)] 
- improve internal array handling
- fix HttpMessage's header handling

17 years ago- win32 build now has libcurl v7.16.0
Michael Wallner [Sun, 19 Nov 2006 16:54:26 +0000 (16:54 +0000)] 
- win32 build now has libcurl v7.16.0

17 years ago- check for curls bundled ca certs
Michael Wallner [Sun, 19 Nov 2006 14:34:23 +0000 (14:34 +0000)] 
- check for curls bundled ca certs

17 years ago- fix bug #9282 (bad configure check for libcurl version)
Michael Wallner [Thu, 9 Nov 2006 13:42:28 +0000 (13:42 +0000)] 
- fix bug #9282 (bad configure check for libcurl version)

17 years ago- added missing ssl version constants
Michael Wallner [Mon, 6 Nov 2006 10:31:24 +0000 (10:31 +0000)] 
- added missing ssl version constants

17 years ago- fix PUT abort when neither putData nor putFile is set
Michael Wallner [Mon, 6 Nov 2006 07:53:46 +0000 (07:53 +0000)] 
- fix PUT abort when neither putData nor putFile is set

17 years ago- changelog
Michael Wallner [Sun, 5 Nov 2006 19:01:49 +0000 (19:01 +0000)] 
- changelog

17 years ago- add "ipresolve" request option
Michael Wallner [Sun, 5 Nov 2006 18:22:31 +0000 (18:22 +0000)] 
- add "ipresolve" request option
- add HTTP_IPRESOLVE_{ANY|V4|V6} HttpRequest::IPRESOLVE_{ANY|V4|V6} constants

17 years ago- fix crash in http_request_prepare() when HttpRequest::addHeaders(array("foo"))...
Michael Wallner [Sun, 5 Nov 2006 17:39:40 +0000 (17:39 +0000)] 
- fix crash in http_request_prepare() when HttpRequest::addHeaders(array("foo")) was used

17 years ago- version bump
Michael Wallner [Sat, 4 Nov 2006 14:05:27 +0000 (14:05 +0000)] 
- version bump

17 years ago- servers may return a header multiple times, join them in http_message_header()
Michael Wallner [Sat, 4 Nov 2006 14:04:34 +0000 (14:04 +0000)] 
- servers may return a header multiple times, join them in http_message_header()
- separate body soaking to http_message_body_parse()
- string pointer safety checks

17 years ago- improve request/response line parser
Michael Wallner [Sat, 4 Nov 2006 14:00:20 +0000 (14:00 +0000)] 
- improve request/response line parser

17 years ago- fix gcc-4.1 warning
Michael Wallner [Sat, 4 Nov 2006 13:59:49 +0000 (13:59 +0000)] 
- fix gcc-4.1 warning

17 years ago- release 1.3.3
Michael Wallner [Fri, 27 Oct 2006 12:30:15 +0000 (12:30 +0000)] 
- release 1.3.3

17 years ago- changelog
Michael Wallner [Fri, 27 Oct 2006 08:28:55 +0000 (08:28 +0000)] 
- changelog

17 years ago- fix leak in HttpResponse::setData()
Michael Wallner [Fri, 27 Oct 2006 07:57:59 +0000 (07:57 +0000)] 
- fix leak in HttpResponse::setData()
- allow array parameters to be NULL in several methods

17 years ago- fix leak in http_send_data()
Michael Wallner [Fri, 27 Oct 2006 07:41:54 +0000 (07:41 +0000)] 
- fix leak in http_send_data()
- allow array parameters to be NULL in several functions

17 years ago- prepare 1.3.3
Michael Wallner [Wed, 25 Oct 2006 08:17:43 +0000 (08:17 +0000)] 
- prepare 1.3.3

17 years ago- fix build --without-http-curl-requests
Michael Wallner [Wed, 25 Oct 2006 07:27:39 +0000 (07:27 +0000)] 
- fix build --without-http-curl-requests

17 years ago- allow options parameter to be NULL
Michael Wallner [Mon, 23 Oct 2006 14:31:54 +0000 (14:31 +0000)] 
- allow options parameter to be NULL

17 years ago- fypo tix
Michael Wallner [Tue, 17 Oct 2006 19:20:36 +0000 (19:20 +0000)] 
- fypo tix

17 years ago- fix build with PHP < 4.3.10
Michael Wallner [Tue, 17 Oct 2006 19:17:46 +0000 (19:17 +0000)] 
- fix build with PHP < 4.3.10

17 years ago- fix crash if *val == NULL
Michael Wallner [Tue, 17 Oct 2006 19:13:16 +0000 (19:13 +0000)] 
- fix crash if *val == NULL

17 years ago- fix unsetting response headers
Michael Wallner [Tue, 17 Oct 2006 14:29:59 +0000 (14:29 +0000)] 
- fix unsetting response headers

17 years ago- release 1.3.2
Michael Wallner [Tue, 10 Oct 2006 19:37:35 +0000 (19:37 +0000)] 
- release 1.3.2

17 years ago- CS
Michael Wallner [Tue, 10 Oct 2006 19:35:01 +0000 (19:35 +0000)] 
- CS

17 years ago- a service implemented with libxmlrpc-c3 chokes on a request content type
Michael Wallner [Tue, 10 Oct 2006 19:34:52 +0000 (19:34 +0000)] 
- a service implemented with libxmlrpc-c3 chokes on a request content type
  other than sole "text/xml"

17 years ago- attempt to fix PHP-5.0 build at pecl4win
Michael Wallner [Tue, 10 Oct 2006 09:32:11 +0000 (09:32 +0000)] 
- attempt to fix PHP-5.0 build at pecl4win

17 years ago- use way less memory by not duplicating response headers and bodies
Michael Wallner [Mon, 9 Oct 2006 11:01:22 +0000 (11:01 +0000)] 
- use way less memory by not duplicating response headers and bodies

17 years ago- attempt to fix bug #8872 (build fails --without-http-zlib-compression)
Michael Wallner [Sat, 7 Oct 2006 12:46:22 +0000 (12:46 +0000)] 
- attempt to fix bug #8872 (build fails --without-http-zlib-compression)
- finally fix invalid detection wheter a deflated response should be started

17 years ago- don't raise notice when checking If-Range header for a last modification date
Michael Wallner [Sat, 7 Oct 2006 12:45:10 +0000 (12:45 +0000)] 
- don't raise notice when checking If-Range header for a last modification date

17 years ago- release 1.3.1
Michael Wallner [Mon, 2 Oct 2006 14:12:40 +0000 (14:12 +0000)] 
- release 1.3.1

17 years ago- don't convert original $_SERVER entry to string
Michael Wallner [Mon, 2 Oct 2006 11:59:53 +0000 (11:59 +0000)] 
- don't convert original $_SERVER entry to string

17 years ago- improve http_get_request_headers()
Michael Wallner [Mon, 2 Oct 2006 11:48:37 +0000 (11:48 +0000)] 
- improve http_get_request_headers()
- remove redundant HTTP_CURL_OPT_EX macro

17 years ago- fix tests
Michael Wallner [Fri, 29 Sep 2006 09:07:03 +0000 (09:07 +0000)] 
- fix tests

17 years ago- simplify
Michael Wallner [Fri, 29 Sep 2006 09:06:53 +0000 (09:06 +0000)] 
- simplify

17 years ago- regen
Michael Wallner [Fri, 29 Sep 2006 09:06:42 +0000 (09:06 +0000)] 
- regen

17 years ago- cookielist -> cookies
Michael Wallner [Fri, 29 Sep 2006 09:06:32 +0000 (09:06 +0000)] 
- cookielist -> cookies

17 years ago- portable ctype (http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=34632)
Michael Wallner [Wed, 27 Sep 2006 09:29:56 +0000 (09:29 +0000)] 
- portable ctype (netbsd.org/cgi-bin/query-pr-single.pl?number=34632)
- update KnownIssues

17 years ago- fix compiler warnings
Michael Wallner [Mon, 25 Sep 2006 13:32:03 +0000 (13:32 +0000)] 
- fix compiler warnings

17 years ago- fix segv with http.send.deflate.start_auto=1 and http_send_*()
Michael Wallner [Mon, 25 Sep 2006 10:45:41 +0000 (10:45 +0000)] 
- fix segv with http.send.deflate.start_auto=1 and http_send_*()

17 years ago- remove unused bits
Michael Wallner [Mon, 25 Sep 2006 08:36:15 +0000 (08:36 +0000)] 
- remove unused bits

17 years ago* Fixed bug in HttpRequestPool where a negative timeout was passed to select()
Michael Wallner [Mon, 25 Sep 2006 08:27:32 +0000 (08:27 +0000)] 
* Fixed bug in HttpRequestPool where a negative timeout was passed to select()
* Improve performace of http_request_info() (auto-generated)