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
Michael Wallner [Mon, 20 Nov 2006 11:15:06 +0000 (11:15 +0000)]
- improve internal array handling
- fix HttpMessage's header handling
Michael Wallner [Sun, 19 Nov 2006 16:54:26 +0000 (16:54 +0000)]
- win32 build now has libcurl v7.16.0
Michael Wallner [Sun, 19 Nov 2006 14:34:23 +0000 (14:34 +0000)]
- check for curls bundled ca certs
Michael Wallner [Thu, 9 Nov 2006 13:42:28 +0000 (13:42 +0000)]
- fix bug #9282 (bad configure check for libcurl version)
Michael Wallner [Mon, 6 Nov 2006 10:31:24 +0000 (10:31 +0000)]
- added missing ssl version constants
Michael Wallner [Mon, 6 Nov 2006 07:53:46 +0000 (07:53 +0000)]
- fix PUT abort when neither putData nor putFile is set
Michael Wallner [Sun, 5 Nov 2006 19:01:49 +0000 (19:01 +0000)]
- changelog
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
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
Michael Wallner [Sat, 4 Nov 2006 14:05:27 +0000 (14:05 +0000)]
- version bump
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
Michael Wallner [Sat, 4 Nov 2006 14:00:20 +0000 (14:00 +0000)]
- improve request/response line parser
Michael Wallner [Sat, 4 Nov 2006 13:59:49 +0000 (13:59 +0000)]
- fix gcc-4.1 warning
Michael Wallner [Fri, 27 Oct 2006 12:30:15 +0000 (12:30 +0000)]
- release 1.3.3
Michael Wallner [Fri, 27 Oct 2006 08:28:55 +0000 (08:28 +0000)]
- changelog
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
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
Michael Wallner [Wed, 25 Oct 2006 08:17:43 +0000 (08:17 +0000)]
- prepare 1.3.3
Michael Wallner [Wed, 25 Oct 2006 07:27:39 +0000 (07:27 +0000)]
- fix build --without-http-curl-requests
Michael Wallner [Mon, 23 Oct 2006 14:31:54 +0000 (14:31 +0000)]
- allow options parameter to be NULL
Michael Wallner [Tue, 17 Oct 2006 19:20:36 +0000 (19:20 +0000)]
- fypo tix
Michael Wallner [Tue, 17 Oct 2006 19:17:46 +0000 (19:17 +0000)]
- fix build with PHP < 4.3.10
Michael Wallner [Tue, 17 Oct 2006 19:13:16 +0000 (19:13 +0000)]
- fix crash if *val == NULL
Michael Wallner [Tue, 17 Oct 2006 14:29:59 +0000 (14:29 +0000)]
- fix unsetting response headers
Michael Wallner [Tue, 10 Oct 2006 19:37:35 +0000 (19:37 +0000)]
- release 1.3.2
Michael Wallner [Tue, 10 Oct 2006 19:35:01 +0000 (19:35 +0000)]
- CS
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"
Michael Wallner [Tue, 10 Oct 2006 09:32:11 +0000 (09:32 +0000)]
- attempt to fix PHP-5.0 build at pecl4win
Michael Wallner [Mon, 9 Oct 2006 11:01:22 +0000 (11:01 +0000)]
- use way less memory by not duplicating response headers and bodies
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
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
Michael Wallner [Mon, 2 Oct 2006 14:12:40 +0000 (14:12 +0000)]
- release 1.3.1
Michael Wallner [Mon, 2 Oct 2006 11:59:53 +0000 (11:59 +0000)]
- don't convert original $_SERVER entry to string
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
Michael Wallner [Fri, 29 Sep 2006 09:07:03 +0000 (09:07 +0000)]
- fix tests
Michael Wallner [Fri, 29 Sep 2006 09:06:53 +0000 (09:06 +0000)]
- simplify
Michael Wallner [Fri, 29 Sep 2006 09:06:42 +0000 (09:06 +0000)]
- regen
Michael Wallner [Fri, 29 Sep 2006 09:06:32 +0000 (09:06 +0000)]
- cookielist -> cookies
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
Michael Wallner [Mon, 25 Sep 2006 13:32:03 +0000 (13:32 +0000)]
- fix compiler warnings
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_*()
Michael Wallner [Mon, 25 Sep 2006 08:36:15 +0000 (08:36 +0000)]
- remove unused bits
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)
Michael Wallner [Wed, 20 Sep 2006 07:59:36 +0000 (07:59 +0000)]
- version bump
Michael Wallner [Tue, 19 Sep 2006 22:55:34 +0000 (22:55 +0000)]
- attempt to fix gcc-2.95 build
Michael Wallner [Tue, 19 Sep 2006 14:59:06 +0000 (14:59 +0000)]
- release 1.3.0
Michael Wallner [Sat, 16 Sep 2006 11:57:32 +0000 (11:57 +0000)]
- enable dns data sharing for the global request datashare by default
- ensure request objects easy handle is initialized
- use curl_easy_strerror() for rc of curl_easy_setopt()
Michael Wallner [Thu, 14 Sep 2006 17:59:53 +0000 (17:59 +0000)]
- fix PHP4 build
Michael Wallner [Wed, 13 Sep 2006 22:09:07 +0000 (22:09 +0000)]
- (non-)ZTS fixes
Michael Wallner [Wed, 13 Sep 2006 12:56:56 +0000 (12:56 +0000)]
- fix typo
- the global datashare should really use the global handle
Michael Wallner [Wed, 13 Sep 2006 12:45:27 +0000 (12:45 +0000)]
- add HttpRequestDataShare (interface to curl_share)
Michael Wallner [Sun, 10 Sep 2006 13:07:01 +0000 (13:07 +0000)]
- separate sleeping functionality to _http_sleep()
- use curl suggested select timeout
- sleep if there are no fds ready for select
- add some missing request options
Michael Wallner [Sat, 9 Sep 2006 14:03:20 +0000 (14:03 +0000)]
- add pipelining support to HttpRequestPool (libcurl >= 7.16.0)
Michael Wallner [Sat, 26 Aug 2006 08:05:28 +0000 (08:05 +0000)]
- release 1.2.1
Michael Wallner [Fri, 25 Aug 2006 14:59:46 +0000 (14:59 +0000)]
- disallow detaching requests while executing progress callbacks
- hopefully the final fix for nested exceptions
Michael Wallner [Thu, 24 Aug 2006 14:41:45 +0000 (14:41 +0000)]
- added HttpException::__toString() which takes care about any inner exceptions
Michael Wallner [Thu, 24 Aug 2006 08:18:19 +0000 (08:18 +0000)]
- add test for crash when detaching request from pool in callbacks
Michael Wallner [Thu, 24 Aug 2006 08:01:16 +0000 (08:01 +0000)]
- finalize nexted exception fix
Michael Wallner [Wed, 23 Aug 2006 21:58:14 +0000 (21:58 +0000)]
- nested exception order was fine
Michael Wallner [Wed, 23 Aug 2006 13:42:24 +0000 (13:42 +0000)]
- fix nested exception suppression and order
- allow detaching from request pool within onfinish() callback
by adding llist safe request pool apply functions
- fix newly introduced leak in request method api
Michael Wallner [Mon, 21 Aug 2006 07:16:16 +0000 (07:16 +0000)]
- fix a load of issues with inheritance and cloning
Michael Wallner [Fri, 18 Aug 2006 12:25:39 +0000 (12:25 +0000)]
- release 1.2.0
Michael Wallner [Fri, 18 Aug 2006 08:40:16 +0000 (08:40 +0000)]
- attempt to fix ext deps
Michael Wallner [Thu, 27 Jul 2006 08:58:15 +0000 (08:58 +0000)]
- move constructor code into http_querystring_instantiate()
Edin Kadribasic [Mon, 24 Jul 2006 23:19:42 +0000 (23:19 +0000)]
Simplify detection of core php extension
Michael Wallner [Mon, 24 Jul 2006 22:27:46 +0000 (22:27 +0000)]
- attempt to fix hash dep check
Michael Wallner [Fri, 21 Jul 2006 16:51:53 +0000 (16:51 +0000)]
- set property default send buffer to 0 too
Michael Wallner [Fri, 21 Jul 2006 16:08:33 +0000 (16:08 +0000)]
- add http_build_cookie
- improve response performance: no need for ob and only chunk response if a buffer size is actually set
Michael Wallner [Mon, 17 Jul 2006 16:30:52 +0000 (16:30 +0000)]
- release 1.1.0
Michael Wallner [Mon, 17 Jul 2006 09:28:44 +0000 (09:28 +0000)]
- fix overload guards leaks
Michael Wallner [Thu, 13 Jul 2006 10:39:00 +0000 (10:39 +0000)]
- fix WONKY build
Michael Wallner [Mon, 10 Jul 2006 12:50:07 +0000 (12:50 +0000)]
- changelog
- don't forget about win32 build
Michael Wallner [Mon, 10 Jul 2006 12:47:22 +0000 (12:47 +0000)]
- fix endless loop in http_build_url("..")
- check for gethostname, getdomainname, getservbyport, getservbyname in configure
Michael Wallner [Sat, 8 Jul 2006 16:31:47 +0000 (16:31 +0000)]
- fix HttpQueryString failures with objects as argument
Michael Wallner [Sat, 8 Jul 2006 12:28:25 +0000 (12:28 +0000)]
- HttpQueryString implements ArrayAccess
Michael Wallner [Fri, 7 Jul 2006 11:49:30 +0000 (11:49 +0000)]
- add HttpMessage::get(string $name)
Michael Wallner [Thu, 6 Jul 2006 18:19:23 +0000 (18:19 +0000)]
- add HttpQueryString::mod()
Michael Wallner [Wed, 5 Jul 2006 11:08:11 +0000 (11:08 +0000)]
- fix HttpResponse::capture() failure if buffered output exceeds 40k
Rasmus Lerdorf [Fri, 30 Jun 2006 11:13:44 +0000 (11:13 +0000)]
A bit of a Yahoo'ism, but it makes adding pecl/http to our automatic pecl
extension builds so much easier. I hope you don't mind. It shouldn't
break anything elsewhere.
Michael Wallner [Mon, 26 Jun 2006 11:33:05 +0000 (11:33 +0000)]
- release 1.0.1
Michael Wallner [Sat, 24 Jun 2006 16:58:50 +0000 (16:58 +0000)]
- curl_formget() patch was accepted into libcurl-7.15.5
- move code into http_request_body_encode() function
Michael Wallner [Thu, 22 Jun 2006 05:51:33 +0000 (05:51 +0000)]
- re-add mysteriously missing file
Michael Wallner [Wed, 21 Jun 2006 11:48:28 +0000 (11:48 +0000)]
- changelog
- no longer EXPERIMENTAL
Michael Wallner [Tue, 20 Jun 2006 18:42:04 +0000 (18:42 +0000)]
- plug a rather huge leak
# many thanks to Thomas Landrø Johnsen
Michael Wallner [Sun, 11 Jun 2006 16:40:41 +0000 (16:40 +0000)]
- attempt to fix gcc-2.95 build by using less HTTP_HAVE_$EXT magic
Michael Wallner [Thu, 8 Jun 2006 22:10:32 +0000 (22:10 +0000)]
- fix version
Michael Wallner [Thu, 8 Jun 2006 22:07:39 +0000 (22:07 +0000)]
- add HttpMessage::guessContentType()
- release 1.0.0
Michael Wallner [Thu, 8 Jun 2006 15:48:43 +0000 (15:48 +0000)]
- fix ext/hash detection and dependency
Michael Wallner [Wed, 7 Jun 2006 21:05:34 +0000 (21:05 +0000)]
- SPL cannot be built shared, so no need to check
- fix grepping for shared extensions
- re-add config.m4 stub for phpize/pear
Michael Wallner [Wed, 7 Jun 2006 14:47:12 +0000 (14:47 +0000)]
- typo
Michael Wallner [Wed, 7 Jun 2006 14:42:04 +0000 (14:42 +0000)]
- config.m4 moved to config9.m4
- implement --with[out]-http-shared-deps properly
Marcus Boerger [Tue, 6 Jun 2006 22:39:36 +0000 (22:39 +0000)]
- Fix language
Michael Wallner [Tue, 6 Jun 2006 21:43:22 +0000 (21:43 +0000)]
- allow to avoid deps on shared extensions on build time
- upgrade xmlrpc tools
Michael Wallner [Fri, 2 Jun 2006 19:03:45 +0000 (19:03 +0000)]
- move some cruft of http_request_api.c to php_http_request_int.h
- simplify exception wrapper
- check that curl is properly initialized in http_request_{enable|reset}_cookies()
Michael Wallner [Thu, 1 Jun 2006 14:47:41 +0000 (14:47 +0000)]
+ Added INI entries: http.log.not_found, http.send.not_found_404
* Fixed empty Cache-Control header if not customly set with HttpResponse
* Reset Content-Disposition and Content-Type if file is not found by http_send_file() etc
Michael Wallner [Wed, 31 May 2006 17:39:13 +0000 (17:39 +0000)]
- fix build on Debian systems where access to Curl_* functions is prohibited
Michael Wallner [Sun, 28 May 2006 15:56:17 +0000 (15:56 +0000)]
- fix log ini entries in docs
Michael Wallner [Sun, 28 May 2006 15:48:00 +0000 (15:48 +0000)]
- release RC5
Michael Wallner [Sat, 27 May 2006 22:33:50 +0000 (22:33 +0000)]
- improve inflate performance