Michael Wallner [Wed, 30 Dec 2009 15:01:00 +0000 (15:01 +0000)]
allow setting of the message class used by HttpRequest
Michael Wallner [Wed, 30 Dec 2009 15:00:36 +0000 (15:00 +0000)]
* attempt to fix pecl Bug #16826 http_date strange behavior and crash
Michael Wallner [Wed, 30 Dec 2009 14:57:04 +0000 (14:57 +0000)]
* attempt to fix pecl Bug #16826 http_date strange behavior and crash
Felipe Pena [Wed, 30 Dec 2009 13:38:45 +0000 (13:38 +0000)]
- Fixed memory leak when HttpUtil::Inflate() fails
Felipe Pena [Wed, 30 Dec 2009 12:50:17 +0000 (12:50 +0000)]
- Fixed ZTS build
Michael Wallner [Wed, 30 Dec 2009 12:38:03 +0000 (12:38 +0000)]
add curlCode property to HttpRequestException
Michael Wallner [Wed, 30 Dec 2009 12:31:03 +0000 (12:31 +0000)]
facilitate zend_exception_set_previous() of PHP 5.3
Michael Wallner [Tue, 29 Dec 2009 12:44:27 +0000 (12:44 +0000)]
releae 1.7.0b2
Michael Wallner [Tue, 29 Dec 2009 12:30:43 +0000 (12:30 +0000)]
more typos
Michael Wallner [Tue, 29 Dec 2009 12:22:51 +0000 (12:22 +0000)]
JFC
Michael Wallner [Tue, 29 Dec 2009 12:21:24 +0000 (12:21 +0000)]
MFPHP: choke on Z_OK if we expect Z_STREAM_END
Michael Wallner [Tue, 29 Dec 2009 12:20:38 +0000 (12:20 +0000)]
note libcurls inability to reset (proxy) auth information
Michael Wallner [Tue, 29 Dec 2009 12:20:03 +0000 (12:20 +0000)]
fix tests
Michael Wallner [Tue, 29 Dec 2009 12:19:49 +0000 (12:19 +0000)]
don't enable curls cookie engine by default & accident
Pierre Joye [Fri, 27 Nov 2009 09:12:17 +0000 (09:12 +0000)]
- PECL #16803, fix NTS build with vc6
Pierre Joye [Thu, 5 Nov 2009 16:48:17 +0000 (16:48 +0000)]
- update to package.xml v2
Felipe Pena [Sat, 17 Oct 2009 22:10:24 +0000 (22:10 +0000)]
- Fix memory leak
Felipe Pena [Sat, 17 Oct 2009 22:00:02 +0000 (22:00 +0000)]
- Fix build
Michael Wallner [Thu, 8 Oct 2009 08:39:56 +0000 (08:39 +0000)]
* fix pecl bug #16533 (http_redirect fails with url->port==0)
Michael Wallner [Fri, 25 Sep 2009 13:01:19 +0000 (13:01 +0000)]
fix bug with request_pool+libevent+add-requests-while-running
Pierre Joye [Wed, 2 Sep 2009 14:36:08 +0000 (14:36 +0000)]
- make it work with 5.3+ libs
Michael Wallner [Wed, 2 Sep 2009 12:07:00 +0000 (12:07 +0000)]
Fixed pecl bug #16817 (Proxy-Auth. and WWW-Auth. credentials mixed after connection reuse)
Michael Wallner [Fri, 21 Aug 2009 08:30:24 +0000 (08:30 +0000)]
fix caching bug, thankt to rrichards
Michael Wallner [Thu, 20 Aug 2009 11:20:23 +0000 (11:20 +0000)]
fixed pecl bug #14382 PHP crash after casting scalar argument to an array in HttpQueryString
Michael Wallner [Thu, 20 Aug 2009 11:17:31 +0000 (11:17 +0000)]
fix type
Michael Wallner [Fri, 31 Jul 2009 08:28:01 +0000 (08:28 +0000)]
package.xml updates
Michael Wallner [Fri, 31 Jul 2009 08:27:15 +0000 (08:27 +0000)]
add some more hacks
Michael Wallner [Fri, 31 Jul 2009 08:26:52 +0000 (08:26 +0000)]
Added postredir request options constants
Michael Wallner [Fri, 31 Jul 2009 08:25:52 +0000 (08:25 +0000)]
MFB: fix http_get_request_body[_stream]() with FastCGI SAPI
Michael Wallner [Wed, 22 Jul 2009 14:37:55 +0000 (14:37 +0000)]
* Added request options:
- proxytunnel: enable tunelling through the HTTP proxy
- noproxy: comma separatet list of hosts (* means all hosts) not to use a proxy for (libcurl >= 7.19.4)
* Added authtype request option constant:
- HTTP_AUTH_DIGEST_IE
* Added proxytype request option constant:
- HTTP_PROXY_HTTP_1_0
* Added request info member:
- condition_unmet (libcurl >= 7.19.4)
Michael Wallner [Wed, 22 Jul 2009 09:28:10 +0000 (09:28 +0000)]
fix bug #16700
Gwynne Raskind [Mon, 13 Jul 2009 12:15:13 +0000 (12:15 +0000)]
fix a huge number of wrong MIME types. UGH.
Michael Wallner [Fri, 12 Jun 2009 10:01:27 +0000 (10:01 +0000)]
MFB
Michael Wallner [Wed, 18 Mar 2009 10:21:53 +0000 (10:21 +0000)]
what a bloddy piece of code
Michael Wallner [Wed, 18 Mar 2009 10:21:40 +0000 (10:21 +0000)]
better fix for robs issue
Michael Wallner [Tue, 17 Mar 2009 07:59:57 +0000 (07:59 +0000)]
add test file to package.xml
Michael Wallner [Tue, 17 Mar 2009 07:56:39 +0000 (07:56 +0000)]
fix HttpMessage::toMessageTypeObject()
Michael Wallner [Tue, 10 Mar 2009 17:25:22 +0000 (17:25 +0000)]
fix php4 build
Michael Wallner [Mon, 16 Feb 2009 15:55:58 +0000 (15:55 +0000)]
back to dev
Michael Wallner [Mon, 16 Feb 2009 15:51:27 +0000 (15:51 +0000)]
release 1.7.0b1
Michael Wallner [Mon, 16 Feb 2009 15:43:47 +0000 (15:43 +0000)]
* Implement Request #15775 (recursive http_request_body_encode)
Michael Wallner [Thu, 12 Feb 2009 16:50:54 +0000 (16:50 +0000)]
MFB: Fixed Bug #15813 Requests not removed from multi stack when fatal errors occur
Michael Wallner [Thu, 12 Feb 2009 13:11:05 +0000 (13:11 +0000)]
Fixed bug #15800
Michael Wallner [Tue, 13 Jan 2009 09:51:45 +0000 (09:51 +0000)]
fix Bug #15509 HttpMessage::rewind memory leaks
Michael Wallner [Mon, 12 Jan 2009 10:12:10 +0000 (10:12 +0000)]
fix bug#15499 HttpRequest::addHeaders segfaults when passing array(1)
Michael Wallner [Mon, 12 Jan 2009 10:03:16 +0000 (10:03 +0000)]
fix Bug #15497 HttpInflateStream::finish segfaults when passing NULL
Michael Wallner [Mon, 12 Jan 2009 09:43:06 +0000 (09:43 +0000)]
fix bug#15495 HttpMessage::setHttpVersion segfault
Michael Wallner [Fri, 12 Dec 2008 10:50:23 +0000 (10:50 +0000)]
fix certinfo
Michael Wallner [Thu, 11 Dec 2008 16:35:21 +0000 (16:35 +0000)]
add new proxy constants to HttpRequest, too
Michael Wallner [Thu, 11 Dec 2008 14:23:59 +0000 (14:23 +0000)]
* Added request options:
- postredir: enforcing RFC conformig POST after redirect (libcurl >= 7.17.1)
- address_scope: RFC4007 zone_id (libcurl >= 7.19.0)
- ssl->issuercert: validate peer certificate issuer (libcurl >= 7.19.0)
- ssl->crlfile: require CRL check (libcurl >= 7.19.0 with openssl)
- ssl->certinfo: enable the certinfo gatherer (libcurl >= 7.19.1 with openssl)
* Added proxytype request option constants:
- HTTP_PROXY_SOCKS4A
- HTTP_PROXY_SOCKS5_HOSTNAME
* Added request info members:
- redirect_url (libcurl >= 7.18.2)
- primary_ip (libcurl >= 7.19.0)
- appconnect_time (libcurl >= 7.19.0)
- certinfo (libcurl >= 7.19.1 with openssl)
Michael Wallner [Fri, 5 Dec 2008 09:37:57 +0000 (09:37 +0000)]
* start 1.7.0-dev
* Implement Request #14408 (Add a customizable timeout for HttpRequestPool::socketSelect)
Michael Wallner [Fri, 5 Dec 2008 09:31:18 +0000 (09:31 +0000)]
release 1.6.2
Michael Wallner [Fri, 5 Dec 2008 09:30:16 +0000 (09:30 +0000)]
update package.xml
Michael Wallner [Fri, 5 Dec 2008 09:29:42 +0000 (09:29 +0000)]
add test & prepare release
Michael Wallner [Fri, 5 Dec 2008 09:25:09 +0000 (09:25 +0000)]
BFN
Michael Wallner [Fri, 5 Dec 2008 09:14:55 +0000 (09:14 +0000)]
jesus, set a reasonable version
Michael Wallner [Fri, 5 Dec 2008 09:12:45 +0000 (09:12 +0000)]
fix bug #15223 (http_parse_message cust off more than message headers);
fix compile warnings;
Michael Wallner [Fri, 21 Nov 2008 10:14:34 +0000 (10:14 +0000)]
fixed another new 5_3 incompatibility (bug #15065)
Michael Wallner [Mon, 20 Oct 2008 13:46:37 +0000 (13:46 +0000)]
* fix bug#14826 (Race condition in http_request_dtor)
Michael Wallner [Wed, 24 Sep 2008 12:25:57 +0000 (12:25 +0000)]
PHP-5.3 zend_hash API compatibility fix
Michael Wallner [Wed, 24 Sep 2008 11:30:39 +0000 (11:30 +0000)]
reinitilaize http message prior throwing error
Michael Wallner [Fri, 15 Aug 2008 11:41:38 +0000 (11:41 +0000)]
fix memory curruption, thanks to Rob
Antony Dovgal [Fri, 8 Aug 2008 10:06:39 +0000 (10:06 +0000)]
ifdef unused variables
Michael Wallner [Tue, 5 Aug 2008 07:46:20 +0000 (07:46 +0000)]
fix 5.3 build once again
Michael Wallner [Sun, 27 Jul 2008 12:00:16 +0000 (12:00 +0000)]
fix MSVC >6 warnings and errors
Michael Wallner [Thu, 24 Jul 2008 08:50:41 +0000 (08:50 +0000)]
disable build with libmagic
Michael Wallner [Wed, 23 Jul 2008 08:28:06 +0000 (08:28 +0000)]
release 1.6.1
Michael Wallner [Sat, 12 Jul 2008 17:31:14 +0000 (17:31 +0000)]
* Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles)
* update package.xml
Michael Wallner [Fri, 11 Jul 2008 16:45:11 +0000 (16:45 +0000)]
fix bug #14218 Class' extending HttpMessage properties not accessible
Antony Dovgal [Tue, 1 Jul 2008 07:34:37 +0000 (07:34 +0000)]
int -> long
Michael Wallner [Thu, 15 May 2008 12:20:06 +0000 (12:20 +0000)]
fix tests
Michael Wallner [Thu, 3 Apr 2008 13:25:03 +0000 (13:25 +0000)]
fix segv with invalid url
Michael Wallner [Thu, 3 Apr 2008 13:24:33 +0000 (13:24 +0000)]
fix segtv with 5_3
Steph Fox [Mon, 31 Mar 2008 09:42:47 +0000 (09:42 +0000)]
- Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.
Michael Wallner [Wed, 12 Mar 2008 07:46:32 +0000 (07:46 +0000)]
no more PG(error_handling) in PHP-5.3
Michael Wallner [Fri, 8 Feb 2008 10:28:09 +0000 (10:28 +0000)]
5.3->5.2.5
Michael Wallner [Thu, 7 Feb 2008 15:10:57 +0000 (15:10 +0000)]
fix gc issues
Michael Wallner [Thu, 7 Feb 2008 15:09:50 +0000 (15:09 +0000)]
upgrade test suite to 5.3
Michael Wallner [Mon, 4 Feb 2008 15:48:32 +0000 (15:48 +0000)]
fix PHP_5_3 build
Michael Wallner [Mon, 26 Nov 2007 14:54:38 +0000 (14:54 +0000)]
stability "stable"
Michael Wallner [Mon, 26 Nov 2007 14:45:51 +0000 (14:45 +0000)]
prepare release 1.6.0
Michael Wallner [Fri, 5 Oct 2007 12:01:29 +0000 (12:01 +0000)]
- release 1.6.0RC1
Michael Wallner [Fri, 5 Oct 2007 10:30:43 +0000 (10:30 +0000)]
- remove unnecessary separation crud
Michael Wallner [Fri, 5 Oct 2007 07:36:08 +0000 (07:36 +0000)]
- add HttpRequest::flushCookies() (libcurl>=7.17.1)
- fix HttpRequest's resetCookies() and enableCookies() to only trigger
the error if libcurl version is insufficient
- don't use zval_is_true, which converts the zval to boolean
- remove all refs to HAVE_CURL_GETFORMDATA
Michael Wallner [Wed, 3 Oct 2007 10:55:13 +0000 (10:55 +0000)]
- provide persistent storage for things curl might use on curl_easy_cleanup
Michael Wallner [Wed, 3 Oct 2007 06:26:02 +0000 (06:26 +0000)]
- fix SEGV on prematurely called HttpMessage::next()
Michael Wallner [Fri, 28 Sep 2007 09:54:31 +0000 (09:54 +0000)]
- add missing PHP closing tag
Michael Wallner [Fri, 28 Sep 2007 09:54:15 +0000 (09:54 +0000)]
- fix garbage cleanup crash in http_parse_params() with PHP4
(add_property_zval in ZE2 automatically increases refcount while ZE1 doesn't)
Michael Wallner [Fri, 28 Sep 2007 07:21:28 +0000 (07:21 +0000)]
- take advantage of constified ZEND_API
Michael Wallner [Fri, 28 Sep 2007 07:04:27 +0000 (07:04 +0000)]
- AC found the header if HTTP_HAVE_[OPENSSL|GNUTLS] is defined
Michael Wallner [Thu, 27 Sep 2007 12:32:18 +0000 (12:32 +0000)]
- release 1.6.0b2
Michael Wallner [Wed, 26 Sep 2007 15:44:40 +0000 (15:44 +0000)]
- changelog
Michael Wallner [Wed, 26 Sep 2007 15:19:47 +0000 (15:19 +0000)]
- revert moronic fix and supply a real one, obviously PHP4 only
- add test
Michael Wallner [Wed, 26 Sep 2007 06:18:50 +0000 (06:18 +0000)]
- fix typo which may cause a crash
- improve debugging code
Michael Wallner [Wed, 26 Sep 2007 06:18:00 +0000 (06:18 +0000)]
- fixup tests
Michael Wallner [Tue, 25 Sep 2007 17:11:41 +0000 (17:11 +0000)]
- fix SKIPIF for PHP4
Michael Wallner [Tue, 18 Sep 2007 19:13:51 +0000 (19:13 +0000)]
- error message has changed again
Michael Wallner [Tue, 18 Sep 2007 19:13:37 +0000 (19:13 +0000)]
- PHP4 does not define PHP_LIBDIR
Michael Wallner [Tue, 18 Sep 2007 12:12:36 +0000 (12:12 +0000)]
- fix some cc warnings on x64
Michael Wallner [Mon, 17 Sep 2007 19:37:29 +0000 (19:37 +0000)]
- don't use environment for constructing request urls and
introduce HTTP_URL_FROM_ENV which is added to the default
flags of http_build_url()