m6w6/ext-http
18 years ago- solve that another way
Michael Wallner [Sun, 5 Feb 2006 08:32:58 +0000 (08:32 +0000)] 
- solve that another way

18 years ago- fix win32 build, really, for now
Michael Wallner [Sun, 5 Feb 2006 07:54:31 +0000 (07:54 +0000)] 
- fix win32 build, really, for now

18 years ago- attempt to fix win32 build; not sure, though, if it's going to work...
Michael Wallner [Sat, 4 Feb 2006 20:53:42 +0000 (20:53 +0000)] 
- attempt to fix win32 build; not sure, though, if it's going to work...

18 years ago- fix win32 build
Michael Wallner [Fri, 3 Feb 2006 09:45:22 +0000 (09:45 +0000)] 
- fix win32 build

18 years ago- prepare v.22 release
Michael Wallner [Fri, 3 Feb 2006 09:39:32 +0000 (09:39 +0000)] 
- prepare v.22 release

18 years ago- fix endless loop in http_build_url() with urls like "/.foo"
Michael Wallner [Fri, 3 Feb 2006 09:06:51 +0000 (09:06 +0000)] 
- fix endless loop in http_build_url() with urls like "/.foo"
- reset HTTP_GLOBALS->read_post_data for each request
- allow HttpQueryString objects as param its methods

18 years ago- fix ::set() arginfo
Michael Wallner [Thu, 2 Feb 2006 16:43:15 +0000 (16:43 +0000)] 
- fix ::set() arginfo

18 years agoupdate
Michael Wallner [Tue, 31 Jan 2006 18:54:37 +0000 (18:54 +0000)] 
update

18 years ago- fix bug #6645: doesn't compile with zlib 1.2.2 (undefined Z_FIXED)
Michael Wallner [Tue, 31 Jan 2006 18:52:50 +0000 (18:52 +0000)] 
- fix bug #6645: doesn't compile with zlib 1.2.2 (undefined Z_FIXED)

18 years agoupdate
Michael Wallner [Mon, 30 Jan 2006 20:48:26 +0000 (20:48 +0000)] 
update

18 years ago- remove HttpQueryString::del() and ::mod() can be done with ::set()
Michael Wallner [Mon, 30 Jan 2006 20:46:55 +0000 (20:46 +0000)] 
- remove HttpQueryString::del() and ::mod() can be done with ::set()
- add optional second param to constructor

18 years agoupdate docs
Michael Wallner [Mon, 30 Jan 2006 17:57:26 +0000 (17:57 +0000)] 
update docs

18 years agows
Michael Wallner [Mon, 30 Jan 2006 17:38:37 +0000 (17:38 +0000)] 
ws

18 years ago- add accessors by type
Michael Wallner [Mon, 30 Jan 2006 17:31:43 +0000 (17:31 +0000)] 
- add accessors by type

18 years agows
Michael Wallner [Mon, 30 Jan 2006 14:56:22 +0000 (14:56 +0000)] 
ws

18 years ago- make sure queryArray is actually an array
Michael Wallner [Mon, 30 Jan 2006 14:55:45 +0000 (14:55 +0000)] 
- make sure queryArray is actually an array

18 years ago- fix some typos
Michael Wallner [Mon, 30 Jan 2006 14:28:33 +0000 (14:28 +0000)] 
- fix some typos
- add HttpQueryString class and tests

18 years ago- fix win32 build
Michael Wallner [Fri, 27 Jan 2006 10:35:18 +0000 (10:35 +0000)] 
- fix win32 build

18 years ago- add/update tests
Michael Wallner [Fri, 27 Jan 2006 10:17:30 +0000 (10:17 +0000)] 
- add/update tests

18 years ago- add flag parameter to http_build_url(); slightly breaks parameter order
Michael Wallner [Fri, 27 Jan 2006 10:17:13 +0000 (10:17 +0000)] 
- add flag parameter to http_build_url(); slightly breaks parameter order

18 years ago- ws
Michael Wallner [Fri, 27 Jan 2006 10:16:29 +0000 (10:16 +0000)] 
- ws

18 years agoMF-curl: problems with other libraries setting ssl crypto locking callbacks
Michael Wallner [Fri, 27 Jan 2006 10:15:27 +0000 (10:15 +0000)] 
MF-curl: problems with other libraries setting ssl crypto locking callbacks

18 years agoadd addref param to RETURN_OBJVAL() etc
Michael Wallner [Fri, 20 Jan 2006 16:48:12 +0000 (16:48 +0000)] 
add addref param to RETURN_OBJVAL() etc

18 years agochangelog
Michael Wallner [Fri, 20 Jan 2006 14:54:53 +0000 (14:54 +0000)] 
changelog

18 years ago- add HttpMessage::toMessageTypeObject()
Michael Wallner [Fri, 20 Jan 2006 14:23:08 +0000 (14:23 +0000)] 
- add HttpMessage::toMessageTypeObject()
- add Iterator interface to HttpMessage

18 years ago- fix ce
Michael Wallner [Thu, 19 Jan 2006 18:47:27 +0000 (18:47 +0000)] 
- fix ce
- no add_ref in detach()

18 years agoclass has to extend HttpMessage
Michael Wallner [Thu, 19 Jan 2006 18:44:05 +0000 (18:44 +0000)] 
class has to extend HttpMessage

18 years ago- honor class of the current object
Michael Wallner [Thu, 19 Jan 2006 18:33:05 +0000 (18:33 +0000)] 
- honor class of the current object
- add optional class_name param to HttpMessage::fromString()

18 years ago- add internal http_message_set_info()
Michael Wallner [Thu, 19 Jan 2006 18:07:29 +0000 (18:07 +0000)] 
- add internal http_message_set_info()
- add HttpMessage::detach(), HttpMessage::prepend() and tests

18 years agoimprove default settings for configure
Michael Wallner [Thu, 19 Jan 2006 14:16:12 +0000 (14:16 +0000)] 
improve default settings for configure

18 years ago- some housekeeping
Michael Wallner [Thu, 19 Jan 2006 11:42:08 +0000 (11:42 +0000)] 
- some housekeeping
- use sapi_get_request_time() where reasonable

18 years agomove (re)setting of request methods to http_request_defaults()
Michael Wallner [Thu, 19 Jan 2006 10:34:04 +0000 (10:34 +0000)] 
move (re)setting of request methods to http_request_defaults()

18 years ago- reset CURLOPT_CUSTOMREQUEST at the correct places
Michael Wallner [Fri, 13 Jan 2006 14:30:46 +0000 (14:30 +0000)] 
- reset CURLOPT_CUSTOMREQUEST at the correct places

18 years agoDon't forget to reset CUSTOMREQUEST on method change and defaults restore.
Ilia Alshanetsky [Fri, 13 Jan 2006 02:57:21 +0000 (02:57 +0000)] 
Don't forget to reset CUSTOMREQUEST on method change and defaults restore.

18 years ago- fix http_get_request_body()
Michael Wallner [Wed, 11 Jan 2006 16:35:22 +0000 (16:35 +0000)] 
- fix http_get_request_body()
- add http_get_request_body_stream()

# TODO: locate everything that accepts a stream context and fix it up

18 years ago- use http_get_request_body() on the server side
Michael Wallner [Tue, 10 Jan 2006 19:04:43 +0000 (19:04 +0000)] 
- use http_get_request_body() on the server side

18 years ago- nuke lots of warnings by removing useless calls to zend_object_store_get_object()
Michael Wallner [Tue, 10 Jan 2006 16:05:40 +0000 (16:05 +0000)] 
- nuke lots of warnings by removing useless calls to zend_object_store_get_object()

18 years ago- enable zlib by default
Michael Wallner [Tue, 10 Jan 2006 15:55:13 +0000 (15:55 +0000)] 
- enable zlib by default
- simplify request method info
- fix tests; run-tests ENV support has changed drastically

18 years ago- version bump
Michael Wallner [Sun, 8 Jan 2006 16:21:45 +0000 (16:21 +0000)] 
- version bump
- changelog

18 years ago- improve http_redirect()
Michael Wallner [Sat, 7 Jan 2006 19:17:05 +0000 (19:17 +0000)] 
- improve http_redirect()

18 years ago- clarify http_curl_init(), it cannot be used with anything else than http_request
Michael Wallner [Sat, 7 Jan 2006 18:46:38 +0000 (18:46 +0000)] 
- clarify http_curl_init(), it cannot be used with anything else than http_request
- move http_request_defaults() to http_curl_init()

18 years agoDon't send user-agent if the user sets it to NULL or ''
Ilia Alshanetsky [Sat, 7 Jan 2006 18:31:06 +0000 (18:31 +0000)] 
Don't send user-agent if the user sets it to NULL or ''

18 years ago- initialize opts zval ptr to NULL as it's an optional parameter
Michael Wallner [Sat, 7 Jan 2006 17:46:48 +0000 (17:46 +0000)] 
- initialize opts zval ptr to NULL as it's an optional parameter

18 years ago- avoid "Content-Length: 0" header on custom requests
Michael Wallner [Sat, 7 Jan 2006 17:41:48 +0000 (17:41 +0000)] 
- avoid "Content-Length: 0" header on custom requests

18 years ago- don't bail out on allocated but empty request body
Michael Wallner [Sat, 7 Jan 2006 17:22:58 +0000 (17:22 +0000)] 
- don't bail out on allocated but empty request body

18 years ago- fix cloning if there's no curl handle yet
Michael Wallner [Sat, 7 Jan 2006 17:19:39 +0000 (17:19 +0000)] 
- fix cloning if there's no curl handle yet

18 years ago- create a request body only if there's something to feed into http_request_body_fill()
Michael Wallner [Sat, 7 Jan 2006 17:02:27 +0000 (17:02 +0000)] 
- create a request body only if there's something to feed into http_request_body_fill()

18 years ago- set curl options that won't change only at initialization time
Michael Wallner [Sat, 7 Jan 2006 15:57:38 +0000 (15:57 +0000)] 
- set curl options that won't change only at initialization time

18 years ago- PHP4 always sends 302 on redirects
Michael Wallner [Fri, 6 Jan 2006 23:43:39 +0000 (23:43 +0000)] 
- PHP4 always sends 302 on redirects

18 years ago- http_request_defaults() already takes care of resetting curl options so check strin...
Michael Wallner [Fri, 6 Jan 2006 23:34:45 +0000 (23:34 +0000)] 
- http_request_defaults() already takes care of resetting curl options so check string length in the conditional where reasonable
- move redirect constants and init to http_send_api
- register global version constants
- php_stream_open_wrapper already takes care of open_basedir on http_log()
- add HTTP_REDIRECT_AUTO being PHP default behaviour and make it default for http_redirect()
- fix tests

18 years agoSet options to NULL if no value is provided, this prevents empty headers
Ilia Alshanetsky [Fri, 6 Jan 2006 23:12:27 +0000 (23:12 +0000)] 
Set options to NULL if no value is provided, this prevents empty headers
from being set on unset options.

18 years agoAdded "protocol" option that allows changing of the HTTP protocol used for
Ilia Alshanetsky [Fri, 6 Jan 2006 21:23:02 +0000 (21:23 +0000)] 
Added "protocol" option that allows changing of the HTTP protocol used for
requests.
Do not try to send POST request components when making an OPTIONS request.

18 years ago- zlib's compress has nothing to do with *nix compress
Michael Wallner [Fri, 6 Jan 2006 10:07:32 +0000 (10:07 +0000)] 
- zlib's compress has nothing to do with *nix compress

18 years agoMF-curl: unknown constant GCRY_THREAD_OPTIONS_USER
Michael Wallner [Fri, 6 Jan 2006 09:01:05 +0000 (09:01 +0000)] 
MF-curl: unknown constant GCRY_THREAD_OPTIONS_USER

18 years ago- prepare release 0.21.0
Michael Wallner [Tue, 3 Jan 2006 19:09:49 +0000 (19:09 +0000)] 
- prepare release 0.21.0

18 years ago- CURLOPT_COOKIELIST requires 7.14.1 not 7.15.x
Michael Wallner [Mon, 2 Jan 2006 16:33:22 +0000 (16:33 +0000)] 
- CURLOPT_COOKIELIST requires 7.14.1 not 7.15.x

18 years ago- add note about deflate/inflate
Michael Wallner [Mon, 2 Jan 2006 16:04:25 +0000 (16:04 +0000)] 
- add note about deflate/inflate

18 years ago- happy new year
Michael Wallner [Mon, 2 Jan 2006 15:36:58 +0000 (15:36 +0000)] 
- happy new year
- add HttpRequest::onFinish() callback method lookup
- add test

18 years ago- cleanup property access macros arguments
Michael Wallner [Sat, 31 Dec 2005 10:58:38 +0000 (10:58 +0000)] 
- cleanup property access macros arguments

18 years ago- fix access of private properties
Michael Wallner [Sat, 31 Dec 2005 10:37:54 +0000 (10:37 +0000)] 
- fix access of private properties
- fix progress callback
- change onprogress callback param to be an array instead of 4 single params
- add progress callback if not set and inherited request object defines onProgress()

18 years ago- s/uri/url/gi
Michael Wallner [Fri, 30 Dec 2005 19:15:45 +0000 (19:15 +0000)] 
- s/uri/url/gi

18 years ago- add another stream filter test
Michael Wallner [Fri, 30 Dec 2005 16:06:06 +0000 (16:06 +0000)] 
- add another stream filter test

18 years ago- allow to disable zlib support
Michael Wallner [Fri, 30 Dec 2005 15:14:55 +0000 (15:14 +0000)] 
- allow to disable zlib support
- enable zlib and curl support by default

18 years ago- finish work on encoding api
Michael Wallner [Fri, 30 Dec 2005 14:30:20 +0000 (14:30 +0000)] 
- finish work on encoding api

18 years ago- no fatal ereallocs please
Michael Wallner [Thu, 29 Dec 2005 21:06:55 +0000 (21:06 +0000)] 
- no fatal ereallocs please

18 years ago- another typo
Michael Wallner [Thu, 29 Dec 2005 20:42:49 +0000 (20:42 +0000)] 
- another typo

18 years ago- typos
Michael Wallner [Thu, 29 Dec 2005 20:38:28 +0000 (20:38 +0000)] 
- typos

18 years ago- PHP only reads the request body if the request method is POST
Michael Wallner [Thu, 29 Dec 2005 18:09:29 +0000 (18:09 +0000)] 
- PHP only reads the request body if the request method is POST

18 years ago- no need to check for COMPILE_DL_SESSION
Michael Wallner [Thu, 29 Dec 2005 14:53:12 +0000 (14:53 +0000)] 
- no need to check for COMPILE_DL_SESSION

18 years ago- revised request_method api
Michael Wallner [Thu, 29 Dec 2005 14:28:27 +0000 (14:28 +0000)] 
- revised request_method api

18 years ago- add test
Michael Wallner [Wed, 28 Dec 2005 22:34:18 +0000 (22:34 +0000)] 
- add test

18 years ago- fix put requests
Michael Wallner [Wed, 28 Dec 2005 22:21:01 +0000 (22:21 +0000)] 
- fix put requests

18 years ago- fix crash with custom content-type when no other options are set
Michael Wallner [Wed, 28 Dec 2005 21:48:03 +0000 (21:48 +0000)] 
- fix crash with custom content-type when no other options are set
- add xmlrpc test

18 years ago- return zvals directly and don'T assume a type
Michael Wallner [Wed, 28 Dec 2005 14:16:27 +0000 (14:16 +0000)] 
- return zvals directly and don'T assume a type
- fix crash with http_request_body_fill(NULL,NULL,NULL)
- add test

18 years ago- hopefully some more appropriate fixes for the zval separation issues
Michael Wallner [Wed, 28 Dec 2005 13:45:38 +0000 (13:45 +0000)] 
- hopefully some more appropriate fixes for the zval separation issues

18 years ago- add missing constants to HttpDeflateStream
Michael Wallner [Tue, 27 Dec 2005 15:30:11 +0000 (15:30 +0000)] 
- add missing constants to HttpDeflateStream
- add parse_url errors

18 years ago- update package
Michael Wallner [Tue, 27 Dec 2005 11:38:05 +0000 (11:38 +0000)] 
- update package

18 years ago- of course, return false if parameter parsing fails
Michael Wallner [Tue, 27 Dec 2005 11:18:15 +0000 (11:18 +0000)] 
- of course, return false if parameter parsing fails

18 years ago- add flush() to HttpDeflateStream and HttpInflateStream
Michael Wallner [Tue, 27 Dec 2005 10:57:58 +0000 (10:57 +0000)] 
- add flush() to HttpDeflateStream and HttpInflateStream

18 years ago- ws
Michael Wallner [Mon, 26 Dec 2005 21:21:32 +0000 (21:21 +0000)] 
- ws

18 years ago- add HttpDeflateStream and HttpInflateStream objects
Michael Wallner [Mon, 26 Dec 2005 21:15:05 +0000 (21:15 +0000)] 
- add HttpDeflateStream and HttpInflateStream objects

18 years ago- avoid NULL urls
Michael Wallner [Mon, 26 Dec 2005 19:44:58 +0000 (19:44 +0000)] 
- avoid NULL urls
- fix tests

18 years ago- fix build
Michael Wallner [Mon, 26 Dec 2005 18:30:36 +0000 (18:30 +0000)] 
- fix build

18 years ago- fix build
Michael Wallner [Mon, 26 Dec 2005 17:16:46 +0000 (17:16 +0000)] 
- fix build

18 years ago- ws
Michael Wallner [Mon, 26 Dec 2005 16:44:01 +0000 (16:44 +0000)] 
- ws

18 years ago- fix flags mask
Michael Wallner [Mon, 26 Dec 2005 10:26:39 +0000 (10:26 +0000)] 
- fix flags mask

18 years ago- add ob_(deflate|inflate)handler
Michael Wallner [Mon, 26 Dec 2005 10:15:55 +0000 (10:15 +0000)] 
- add ob_(deflate|inflate)handler

18 years ago- gcc didn't like those changes
Michael Wallner [Fri, 23 Dec 2005 13:01:40 +0000 (13:01 +0000)] 
- gcc didn't like those changes

18 years ago- add phpstr_shrink()
Michael Wallner [Fri, 23 Dec 2005 12:42:34 +0000 (12:42 +0000)] 
- add phpstr_shrink()
- fix some warnings

18 years ago- require libz >= 1.2.0.4
Michael Wallner [Fri, 23 Dec 2005 11:29:03 +0000 (11:29 +0000)] 
- require libz >= 1.2.0.4

18 years ago- add flush() to encoding stream (filters)
Michael Wallner [Thu, 22 Dec 2005 21:30:53 +0000 (21:30 +0000)] 
- add flush() to encoding stream (filters)

18 years agoAllow cookie array to contain multiple dimensions and ensure that values
Ilia Alshanetsky [Thu, 22 Dec 2005 21:25:26 +0000 (21:25 +0000)] 
Allow cookie array to contain multiple dimensions and ensure that values
are urlencoded.

18 years ago- fix leak with post files
Michael Wallner [Thu, 22 Dec 2005 19:16:46 +0000 (19:16 +0000)] 
- fix leak with post files

18 years ago- fix resetting post fields
Michael Wallner [Thu, 22 Dec 2005 19:07:36 +0000 (19:07 +0000)] 
- fix resetting post fields
- add test

18 years ago- fix addRawPostData corruption
Michael Wallner [Thu, 22 Dec 2005 16:43:40 +0000 (16:43 +0000)] 
- fix addRawPostData corruption

18 years ago- separation of the postFields array
Michael Wallner [Thu, 22 Dec 2005 16:36:01 +0000 (16:36 +0000)] 
- separation of the postFields array

18 years ago- typo
Michael Wallner [Thu, 22 Dec 2005 16:35:13 +0000 (16:35 +0000)] 
- typo

18 years ago- here goes the same with cookies
Michael Wallner [Thu, 22 Dec 2005 16:33:29 +0000 (16:33 +0000)] 
- here goes the same with cookies

18 years ago- create another copy of the header zval
Michael Wallner [Thu, 22 Dec 2005 16:20:27 +0000 (16:20 +0000)] 
- create another copy of the header zval

18 years ago- cleanup
Michael Wallner [Thu, 22 Dec 2005 11:25:40 +0000 (11:25 +0000)] 
- cleanup