m6w6/ext-http
16 years agoprepare release 1.6.0
Michael Wallner [Mon, 26 Nov 2007 14:45:51 +0000 (14:45 +0000)] 
prepare release 1.6.0

16 years ago- release 1.6.0RC1
Michael Wallner [Fri, 5 Oct 2007 12:01:29 +0000 (12:01 +0000)] 
- release 1.6.0RC1

16 years ago- remove unnecessary separation crud
Michael Wallner [Fri, 5 Oct 2007 10:30:43 +0000 (10:30 +0000)] 
- remove unnecessary separation crud

16 years ago- add HttpRequest::flushCookies() (libcurl>=7.17.1)
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

16 years ago- provide persistent storage for things curl might use on curl_easy_cleanup
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

16 years ago- fix SEGV on prematurely called HttpMessage::next()
Michael Wallner [Wed, 3 Oct 2007 06:26:02 +0000 (06:26 +0000)] 
- fix SEGV on prematurely called HttpMessage::next()

16 years ago- add missing PHP closing tag
Michael Wallner [Fri, 28 Sep 2007 09:54:31 +0000 (09:54 +0000)] 
- add missing PHP closing tag

16 years ago- fix garbage cleanup crash in http_parse_params() with PHP4
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)

16 years ago- take advantage of constified ZEND_API
Michael Wallner [Fri, 28 Sep 2007 07:21:28 +0000 (07:21 +0000)] 
- take advantage of constified ZEND_API

16 years ago- AC found the header if HTTP_HAVE_[OPENSSL|GNUTLS] is defined
Michael Wallner [Fri, 28 Sep 2007 07:04:27 +0000 (07:04 +0000)] 
- AC found the header if HTTP_HAVE_[OPENSSL|GNUTLS] is defined

16 years ago- release 1.6.0b2
Michael Wallner [Thu, 27 Sep 2007 12:32:18 +0000 (12:32 +0000)] 
- release 1.6.0b2

16 years ago- changelog
Michael Wallner [Wed, 26 Sep 2007 15:44:40 +0000 (15:44 +0000)] 
- changelog

16 years ago- revert moronic fix and supply a real one, obviously PHP4 only
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

16 years ago- fix typo which may cause a crash
Michael Wallner [Wed, 26 Sep 2007 06:18:50 +0000 (06:18 +0000)] 
- fix typo which may cause a crash
- improve debugging code

16 years ago- fixup tests
Michael Wallner [Wed, 26 Sep 2007 06:18:00 +0000 (06:18 +0000)] 
- fixup tests

16 years ago- fix SKIPIF for PHP4
Michael Wallner [Tue, 25 Sep 2007 17:11:41 +0000 (17:11 +0000)] 
- fix SKIPIF for PHP4

16 years ago- error message has changed again
Michael Wallner [Tue, 18 Sep 2007 19:13:51 +0000 (19:13 +0000)] 
- error message has changed again

16 years ago- PHP4 does not define PHP_LIBDIR
Michael Wallner [Tue, 18 Sep 2007 19:13:37 +0000 (19:13 +0000)] 
- PHP4 does not define PHP_LIBDIR

16 years ago- fix some cc warnings on x64
Michael Wallner [Tue, 18 Sep 2007 12:12:36 +0000 (12:12 +0000)] 
- fix some cc warnings on x64

16 years ago- don't use environment for constructing request urls and
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()

16 years ago- odd shell fixes
Michael Wallner [Mon, 17 Sep 2007 19:36:12 +0000 (19:36 +0000)] 
- odd shell fixes

16 years ago- release 1.6.0b1
Michael Wallner [Wed, 5 Sep 2007 17:15:03 +0000 (17:15 +0000)] 
- release 1.6.0b1

16 years ago- fix some warnings
Michael Wallner [Wed, 5 Sep 2007 14:03:23 +0000 (14:03 +0000)] 
- fix some warnings

16 years ago- separate http_boundary()
Michael Wallner [Wed, 5 Sep 2007 12:15:25 +0000 (12:15 +0000)] 
- separate http_boundary()
- odd fixes for libevent support

16 years ago- we still want to kn ow correct link flags
Michael Wallner [Wed, 29 Aug 2007 19:35:14 +0000 (19:35 +0000)] 
- we still want to kn ow correct link flags

16 years ago- fix bug #11929 http_negotiate_* does not return default value on non-match
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

16 years ago- no pecl/event for ya
Michael Wallner [Tue, 21 Aug 2007 19:55:13 +0000 (19:55 +0000)] 
- no pecl/event for ya

16 years ago- fix tests
Michael Wallner [Tue, 21 Aug 2007 19:31:14 +0000 (19:31 +0000)] 
- fix tests
- add non-ZTS persistent handles test

16 years ago- fix curl SSL lib detection by pretending a clean build env
Michael Wallner [Tue, 21 Aug 2007 18:56:34 +0000 (18:56 +0000)] 
- fix curl SSL lib detection by pretending a clean build env

16 years ago- don't free twice
Michael Wallner [Tue, 19 Jun 2007 20:42:11 +0000 (20:42 +0000)] 
- don't free twice

16 years ago- fix bug #11359 HttpMessage::toMessageTypeObject() does not populate POST fields
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

16 years ago- remove LFS dependant parts which caused some real weirdance with curl_share
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

16 years ago- event callbacks should only run if useevents is enabled
Michael Wallner [Wed, 6 Jun 2007 10:32:39 +0000 (10:32 +0000)] 
- event callbacks should only run if useevents is enabled

16 years ago- fix tests
Michael Wallner [Wed, 6 Jun 2007 10:32:15 +0000 (10:32 +0000)] 
- fix tests

16 years ago- fix typo in LDFLAGS
Michael Wallner [Fri, 25 May 2007 12:45:42 +0000 (12:45 +0000)] 
- fix typo in LDFLAGS
# sorry Nuno!

16 years ago- first check for the SSL lib string in libcurl and then for the header
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

16 years ago- atof -> zend_strtod
Michael Wallner [Sat, 19 May 2007 19:32:04 +0000 (19:32 +0000)] 
- atof -> zend_strtod

16 years ago- fix compiler/linker agnostic runpath switch
Michael Wallner [Sat, 19 May 2007 19:31:37 +0000 (19:31 +0000)] 
- fix compiler/linker agnostic runpath switch

16 years ago- fix libcurls used SSL library detection
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

16 years ago- this seems to fix most of the issues with the multi_socket API and libevent
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

16 years ago- libevent diagnostics
Michael Wallner [Wed, 16 May 2007 19:26:26 +0000 (19:26 +0000)] 
- libevent diagnostics

16 years ago- changelog
Michael Wallner [Wed, 2 May 2007 17:47:36 +0000 (17:47 +0000)] 
- changelog

16 years ago- better timeout handling
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

16 years ago- make libevent usable by choice at runtime
Michael Wallner [Sun, 29 Apr 2007 17:36:02 +0000 (17:36 +0000)] 
- make libevent usable by choice at runtime

16 years ago- still let it be customizable
Michael Wallner [Fri, 27 Apr 2007 11:10:19 +0000 (11:10 +0000)] 
- still let it be customizable

16 years ago- rename the configure option for libevent support and add the possibility
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

16 years ago- final bits incl. timeouts
Michael Wallner [Fri, 27 Apr 2007 10:53:29 +0000 (10:53 +0000)] 
- final bits incl. timeouts

16 years ago- add libevent support
Michael Wallner [Fri, 27 Apr 2007 06:46:16 +0000 (06:46 +0000)] 
- add libevent support

16 years ago- add "retry" request option
Michael Wallner [Fri, 27 Apr 2007 06:45:46 +0000 (06:45 +0000)] 
- add "retry" request option

16 years agosheesh
Michael Wallner [Wed, 25 Apr 2007 08:18:34 +0000 (08:18 +0000)] 
sheesh

16 years ago- created branch R_1_5
Michael Wallner [Wed, 25 Apr 2007 08:16:56 +0000 (08:16 +0000)] 
- created branch R_1_5

16 years ago -flush
Michael Wallner [Tue, 24 Apr 2007 17:14:26 +0000 (17:14 +0000)] 
 -flush

16 years ago- fix non-ZTS build, thanks Hannes
Michael Wallner [Tue, 24 Apr 2007 11:31:44 +0000 (11:31 +0000)] 
- fix non-ZTS build, thanks Hannes

16 years ago* Fixed crashes with repeated registering/unregisitering of request methods (noticed...
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)

16 years ago- fix typo
Michael Wallner [Mon, 23 Apr 2007 18:29:22 +0000 (18:29 +0000)] 
- fix typo

17 years ago- fix default send buffer size
Michael Wallner [Fri, 20 Apr 2007 14:43:45 +0000 (14:43 +0000)] 
- fix default send buffer size

17 years ago- fix tests
Michael Wallner [Fri, 20 Apr 2007 09:27:24 +0000 (09:27 +0000)] 
- fix tests

17 years ago- we're not interested in private properties
Michael Wallner [Thu, 5 Apr 2007 18:26:21 +0000 (18:26 +0000)] 
- we're not interested in private properties

17 years agoI don't want to document interface methods
Michael Wallner [Thu, 29 Mar 2007 16:42:01 +0000 (16:42 +0000)] 
I don't want to document interface methods

17 years ago- check all class members
Michael Wallner [Thu, 29 Mar 2007 15:34:38 +0000 (15:34 +0000)] 
- check all class members

17 years ago- add doc progress checker
Michael Wallner [Tue, 27 Mar 2007 14:21:46 +0000 (14:21 +0000)] 
- add doc progress checker

17 years ago- fix proto
Michael Wallner [Tue, 27 Mar 2007 12:17:02 +0000 (12:17 +0000)] 
- fix proto

17 years ago- release 1.5.2
Michael Wallner [Sun, 25 Feb 2007 18:01:44 +0000 (18:01 +0000)] 
- release 1.5.2

17 years ago- fix regressin
Michael Wallner [Fri, 23 Feb 2007 20:38:34 +0000 (20:38 +0000)] 
- fix regressin
- optimize string cmp

17 years agoreduce the amount of work or the gcov machine timesout this test
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

17 years ago- Allow unsetting request options by passing NULL:
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));

17 years ago- allow setting proxy to empty string, which ignores env
Michael Wallner [Fri, 23 Feb 2007 08:03:24 +0000 (08:03 +0000)] 
- allow setting proxy to empty string, which ignores env

17 years ago- removed error prone macros, fixes bug #10151 (build fails dynamic linking on Mac...
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)

17 years ago-release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN misdefinition, thanks Brian
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

17 years agoI lied
Michael Wallner [Tue, 20 Feb 2007 21:46:57 +0000 (21:46 +0000)] 
I lied

17 years ago- release 1.5.0
Michael Wallner [Tue, 20 Feb 2007 21:42:57 +0000 (21:42 +0000)] 
- release 1.5.0

17 years ago- missing ZEND_MN
Michael Wallner [Thu, 15 Feb 2007 12:54:37 +0000 (12:54 +0000)] 
- missing ZEND_MN

17 years ago- add missing source file
Michael Wallner [Thu, 15 Feb 2007 12:48:47 +0000 (12:48 +0000)] 
- add missing source file

17 years ago- missing src file
Michael Wallner [Mon, 12 Feb 2007 08:22:00 +0000 (08:22 +0000)] 
- missing src file

17 years ago- tests
Michael Wallner [Sun, 11 Feb 2007 17:44:35 +0000 (17:44 +0000)] 
- tests

17 years ago- fix requests for the first byte only
Michael Wallner [Sun, 11 Feb 2007 17:44:17 +0000 (17:44 +0000)] 
- fix requests for the first byte only

17 years ago- release 1.5.0RC2
Michael Wallner [Sat, 10 Feb 2007 09:31:44 +0000 (09:31 +0000)] 
- release 1.5.0RC2

17 years ago- add missing zval type check
Michael Wallner [Sat, 10 Feb 2007 08:41:38 +0000 (08:41 +0000)] 
- add missing zval type check

17 years ago- include everything in http.c
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

17 years ago- inc. version
Michael Wallner [Fri, 9 Feb 2007 16:02:52 +0000 (16:02 +0000)] 
- inc. version

17 years ago- uctitle
Michael Wallner [Fri, 9 Feb 2007 16:02:36 +0000 (16:02 +0000)] 
- uctitle

17 years ago- finalize persistent handle support (probably)
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()

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