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()
Michael Wallner [Mon, 17 Sep 2007 19:36:12 +0000 (19:36 +0000)]
- odd shell fixes
Michael Wallner [Wed, 5 Sep 2007 17:15:03 +0000 (17:15 +0000)]
- release 1.6.0b1
Michael Wallner [Wed, 5 Sep 2007 14:03:23 +0000 (14:03 +0000)]
- fix some warnings
Michael Wallner [Wed, 5 Sep 2007 12:15:25 +0000 (12:15 +0000)]
- separate http_boundary()
- odd fixes for libevent support
Michael Wallner [Wed, 29 Aug 2007 19:35:14 +0000 (19:35 +0000)]
- we still want to kn ow correct link flags
Michael Wallner [Wed, 29 Aug 2007 16:21:57 +0000 (16:21 +0000)]
- fix bug #11929 http_negotiate_* does not return default value on non-match
Michael Wallner [Tue, 21 Aug 2007 19:55:13 +0000 (19:55 +0000)]
- no pecl/event for ya
Michael Wallner [Tue, 21 Aug 2007 19:31:14 +0000 (19:31 +0000)]
- fix tests
- add non-ZTS persistent handles test
Michael Wallner [Tue, 21 Aug 2007 18:56:34 +0000 (18:56 +0000)]
- fix curl SSL lib detection by pretending a clean build env
Michael Wallner [Tue, 19 Jun 2007 20:42:11 +0000 (20:42 +0000)]
- don't free twice
Michael Wallner [Tue, 19 Jun 2007 18:13:13 +0000 (18:13 +0000)]
- fix bug #11359 HttpMessage::toMessageTypeObject() does not populate POST fields
# fix some SEGVs while being at it
Michael Wallner [Fri, 8 Jun 2007 08:25:10 +0000 (08:25 +0000)]
- remove LFS dependant parts which caused some real weirdance with curl_share
Michael Wallner [Wed, 6 Jun 2007 10:32:39 +0000 (10:32 +0000)]
- event callbacks should only run if useevents is enabled
Michael Wallner [Wed, 6 Jun 2007 10:32:15 +0000 (10:32 +0000)]
- fix tests
Michael Wallner [Fri, 25 May 2007 12:45:42 +0000 (12:45 +0000)]
- fix typo in LDFLAGS
# sorry Nuno!
Michael Wallner [Mon, 21 May 2007 13:32:03 +0000 (13:32 +0000)]
- first check for the SSL lib string in libcurl and then for the header
Michael Wallner [Sat, 19 May 2007 19:32:04 +0000 (19:32 +0000)]
- atof -> zend_strtod
Michael Wallner [Sat, 19 May 2007 19:31:37 +0000 (19:31 +0000)]
- fix compiler/linker agnostic runpath switch
Michael Wallner [Wed, 16 May 2007 21:03:18 +0000 (21:03 +0000)]
- fix libcurls used SSL library detection
# as of libcurl v7.16.2, curl-config doesn't longer list static deps
Michael Wallner [Wed, 16 May 2007 19:27:23 +0000 (19:27 +0000)]
- this seems to fix most of the issues with the multi_socket API and libevent
Michael Wallner [Wed, 16 May 2007 19:26:26 +0000 (19:26 +0000)]
- libevent diagnostics
Michael Wallner [Wed, 2 May 2007 17:47:36 +0000 (17:47 +0000)]
- changelog
Michael Wallner [Wed, 2 May 2007 17:37:29 +0000 (17:37 +0000)]
- better timeout handling
- add test, now that adding handles while already doing transfers
doesn't screw up curl any longer
Michael Wallner [Sun, 29 Apr 2007 17:36:02 +0000 (17:36 +0000)]
- make libevent usable by choice at runtime
Michael Wallner [Fri, 27 Apr 2007 11:10:19 +0000 (11:10 +0000)]
- still let it be customizable
Michael Wallner [Fri, 27 Apr 2007 11:08:15 +0000 (11:08 +0000)]
- rename the configure option for libevent support and add the possibility
to turn it off
Michael Wallner [Fri, 27 Apr 2007 10:53:29 +0000 (10:53 +0000)]
- final bits incl. timeouts
Michael Wallner [Fri, 27 Apr 2007 06:46:16 +0000 (06:46 +0000)]
- add libevent support
Michael Wallner [Fri, 27 Apr 2007 06:45:46 +0000 (06:45 +0000)]
- add "retry" request option
Michael Wallner [Wed, 25 Apr 2007 08:18:34 +0000 (08:18 +0000)]
sheesh
Michael Wallner [Wed, 25 Apr 2007 08:16:56 +0000 (08:16 +0000)]
- created branch R_1_5
Michael Wallner [Tue, 24 Apr 2007 17:14:26 +0000 (17:14 +0000)]
-flush
Michael Wallner [Tue, 24 Apr 2007 11:31:44 +0000 (11:31 +0000)]
- fix non-ZTS build, thanks Hannes
Michael Wallner [Tue, 24 Apr 2007 10:12:31 +0000 (10:12 +0000)]
* Fixed crashes with repeated registering/unregisitering of request methods (noticed by Andreas Weber)
Michael Wallner [Mon, 23 Apr 2007 18:29:22 +0000 (18:29 +0000)]
- fix typo
Michael Wallner [Fri, 20 Apr 2007 14:43:45 +0000 (14:43 +0000)]
- fix default send buffer size
Michael Wallner [Fri, 20 Apr 2007 09:27:24 +0000 (09:27 +0000)]
- fix tests
Michael Wallner [Thu, 5 Apr 2007 18:26:21 +0000 (18:26 +0000)]
- we're not interested in private properties
Michael Wallner [Thu, 29 Mar 2007 16:42:01 +0000 (16:42 +0000)]
I don't want to document interface methods
Michael Wallner [Thu, 29 Mar 2007 15:34:38 +0000 (15:34 +0000)]
- check all class members
Michael Wallner [Tue, 27 Mar 2007 14:21:46 +0000 (14:21 +0000)]
- add doc progress checker
Michael Wallner [Tue, 27 Mar 2007 12:17:02 +0000 (12:17 +0000)]
- fix proto
Michael Wallner [Sun, 25 Feb 2007 18:01:44 +0000 (18:01 +0000)]
- release 1.5.2
Michael Wallner [Fri, 23 Feb 2007 20:38:34 +0000 (20:38 +0000)]
- fix regressin
- optimize string cmp
Nuno Lopes [Fri, 23 Feb 2007 19:09:46 +0000 (19:09 +0000)]
reduce the amount of work or the gcov machine timesout this test
Michael Wallner [Fri, 23 Feb 2007 08:13:15 +0000 (08:13 +0000)]
- Allow unsetting request options by passing NULL:
$request->setOptions(array("option" => NULL));
Michael Wallner [Fri, 23 Feb 2007 08:03:24 +0000 (08:03 +0000)]
- allow setting proxy to empty string, which ignores env
Michael Wallner [Thu, 22 Feb 2007 11:04:37 +0000 (11:04 +0000)]
- removed error prone macros, fixes bug #10151 (build fails dynamic linking on Mac OS X)
Michael Wallner [Wed, 21 Feb 2007 15:48:00 +0000 (15:48 +0000)]
-release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN misdefinition, thanks Brian
Michael Wallner [Tue, 20 Feb 2007 21:46:57 +0000 (21:46 +0000)]
I lied
Michael Wallner [Tue, 20 Feb 2007 21:42:57 +0000 (21:42 +0000)]
- release 1.5.0
Michael Wallner [Thu, 15 Feb 2007 12:54:37 +0000 (12:54 +0000)]
- missing ZEND_MN
Michael Wallner [Thu, 15 Feb 2007 12:48:47 +0000 (12:48 +0000)]
- add missing source file
Michael Wallner [Mon, 12 Feb 2007 08:22:00 +0000 (08:22 +0000)]
- missing src file
Michael Wallner [Sun, 11 Feb 2007 17:44:35 +0000 (17:44 +0000)]
- tests
Michael Wallner [Sun, 11 Feb 2007 17:44:17 +0000 (17:44 +0000)]
- fix requests for the first byte only
Michael Wallner [Sat, 10 Feb 2007 09:31:44 +0000 (09:31 +0000)]
- release 1.5.0RC2
Michael Wallner [Sat, 10 Feb 2007 08:41:38 +0000 (08:41 +0000)]
- add missing zval type check
Michael Wallner [Fri, 9 Feb 2007 21:35:50 +0000 (21:35 +0000)]
- include everything in http.c
- make INIT/SHUTDOWN sequences readable again
- improve allowed methods check
Michael Wallner [Fri, 9 Feb 2007 16:02:52 +0000 (16:02 +0000)]
- inc. version
Michael Wallner [Fri, 9 Feb 2007 16:02:36 +0000 (16:02 +0000)]
- uctitle
Michael Wallner [Fri, 9 Feb 2007 14:19:40 +0000 (14:19 +0000)]
- finalize persistent handle support (probably)
* make it a system ini option instead of a configure option
= http.persistent.handles.limit controls the maximum of
idle handles lingering around for a single provider
* re-arrange stat() structure
* display verbose phpinfo()
Michael Wallner [Thu, 8 Feb 2007 13:34:02 +0000 (13:34 +0000)]
- 1.5.0RC1
Michael Wallner [Wed, 7 Feb 2007 16:10:39 +0000 (16:10 +0000)]
- add pers. handles test
Michael Wallner [Wed, 7 Feb 2007 16:07:24 +0000 (16:07 +0000)]
- fix hash keys
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
Michael Wallner [Wed, 7 Feb 2007 11:50:27 +0000 (11:50 +0000)]
- fix copyright year
Michael Wallner [Wed, 7 Feb 2007 11:50:00 +0000 (11:50 +0000)]
- fix pers. handles phpinfo
Michael Wallner [Tue, 6 Feb 2007 10:31:38 +0000 (10:31 +0000)]
- remove arginfo on ctor
Michael Wallner [Tue, 6 Feb 2007 10:30:42 +0000 (10:30 +0000)]
- fix pers. handles ident string setting
Michael Wallner [Tue, 6 Feb 2007 10:30:19 +0000 (10:30 +0000)]
- simplifications
Michael Wallner [Mon, 5 Feb 2007 14:22:24 +0000 (14:22 +0000)]
- add dbg output
- fix typo
Michael Wallner [Mon, 5 Feb 2007 14:20:01 +0000 (14:20 +0000)]
- update flags and fix PHP4 Win32 build
Michael Wallner [Sun, 4 Feb 2007 22:10:51 +0000 (22:10 +0000)]
- reimplement persistent handle code
Michael Wallner [Sun, 4 Feb 2007 15:32:00 +0000 (15:32 +0000)]
- simplify
Michael Wallner [Sun, 4 Feb 2007 15:27:02 +0000 (15:27 +0000)]
- fix chicken&egg problem with ZTS + persistent handles + global request datashare
Michael Wallner [Fri, 2 Feb 2007 19:59:42 +0000 (19:59 +0000)]
- deprecate HttpRequest::*RawPostData() in favour of ::*Body()
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