m6w6/ext-http
10 years agotypo
Michael Wallner [Fri, 4 Apr 2014 12:14:43 +0000 (14:14 +0200)] 
typo

10 years agoMerge branch 'R_2_0'
Michael Wallner [Fri, 4 Apr 2014 12:14:24 +0000 (14:14 +0200)] 
Merge branch 'R_2_0'

Conflicts:
php_http.h

10 years agoback to dev
Michael Wallner [Fri, 4 Apr 2014 12:13:26 +0000 (14:13 +0200)] 
back to dev

10 years agomerge php_http.h with touch
Michael Wallner [Fri, 4 Apr 2014 12:12:05 +0000 (14:12 +0200)] 
merge php_http.h with touch

10 years agoMerge branch 'R_2_0'
Michael Wallner [Fri, 4 Apr 2014 12:05:55 +0000 (14:05 +0200)] 
Merge branch 'R_2_0'

Conflicts:
php_http.h

10 years agorelease 2.0.5 RELEASE_2_0_5
Michael Wallner [Fri, 4 Apr 2014 12:03:31 +0000 (14:03 +0200)] 
release 2.0.5

10 years agogitattributes
Michael Wallner [Fri, 17 Jan 2014 15:37:56 +0000 (16:37 +0100)] 
gitattributes

10 years agofix test
Michael Wallner [Fri, 17 Jan 2014 15:37:46 +0000 (16:37 +0100)] 
fix test

10 years agoMerge branch 'R_2_0'
Michael Wallner [Fri, 17 Jan 2014 15:08:09 +0000 (16:08 +0100)] 
Merge branch 'R_2_0'

10 years agoFix a rare crash with unitialized CURLOPT_HTTPHEADER
Michael Wallner [Fri, 17 Jan 2014 14:41:02 +0000 (15:41 +0100)] 
Fix a rare crash with unitialized CURLOPT_HTTPHEADER

10 years agolet the build with external libs work
Michael Wallner [Fri, 17 Jan 2014 14:32:46 +0000 (15:32 +0100)] 
let the build with external libs work

not sure what all that cruft was about; where are the comments!?

10 years agoproper character escaping
Michael Wallner [Fri, 17 Jan 2014 14:31:53 +0000 (15:31 +0100)] 
proper character escaping

10 years agofix regression
Michael Wallner [Thu, 16 Jan 2014 22:49:28 +0000 (23:49 +0100)] 
fix regression

10 years ago2.1.0dev
Michael Wallner [Thu, 16 Jan 2014 21:19:15 +0000 (22:19 +0100)] 
2.1.0dev

10 years agoadd tests
Michael Wallner [Thu, 16 Jan 2014 21:11:10 +0000 (22:11 +0100)] 
add tests

10 years agocompleted rfc5987 support
Michael Wallner [Thu, 16 Jan 2014 21:10:55 +0000 (22:10 +0100)] 
completed rfc5987 support

10 years agofix skipif
Michael Wallner [Thu, 16 Jan 2014 21:10:10 +0000 (22:10 +0100)] 
fix skipif

10 years agorfc5987 support
Michael Wallner [Thu, 16 Jan 2014 15:20:54 +0000 (16:20 +0100)] 
rfc5987 support

10 years agorfc5987 preparations
Michael Wallner [Wed, 15 Jan 2014 10:09:02 +0000 (11:09 +0100)] 
rfc5987 preparations

10 years agofix SKIPIF
Michael Wallner [Fri, 3 Jan 2014 12:28:46 +0000 (13:28 +0100)] 
fix SKIPIF

10 years agodev
Michael Wallner [Fri, 3 Jan 2014 12:28:25 +0000 (13:28 +0100)] 
dev

10 years agoFix build with -Werror=format-security
Remi Collet [Thu, 2 Jan 2014 16:19:18 +0000 (17:19 +0100)] 
Fix build with -Werror=format-security

10 years agorelease 2.0.4 RELEASE_2_0_4
Michael Wallner [Thu, 2 Jan 2014 15:09:55 +0000 (16:09 +0100)] 
release 2.0.4

10 years agobump year
Michael Wallner [Thu, 2 Jan 2014 15:07:59 +0000 (16:07 +0100)] 
bump year

10 years agofix bug #66388 (Crash on POST with Content-Length:0 and untouched body)
Michael Wallner [Thu, 2 Jan 2014 15:03:59 +0000 (16:03 +0100)] 
fix bug #66388 (Crash on POST with Content-Length:0 and untouched body)

10 years agoremove pecl/event conflict
Michael Wallner [Tue, 10 Dec 2013 09:29:51 +0000 (10:29 +0100)] 
remove pecl/event conflict

10 years agofix typo; wtf? RELEASE_2_0_3
Michael Wallner [Tue, 10 Dec 2013 08:54:34 +0000 (09:54 +0100)] 
fix typo; wtf?

10 years agofix description RELEASE_2_0_2
Michael Wallner [Tue, 10 Dec 2013 08:41:17 +0000 (09:41 +0100)] 
fix description

10 years agoFixed bug #66250 (shutdown crash as shared extension)
Michael Wallner [Tue, 10 Dec 2013 08:38:43 +0000 (09:38 +0100)] 
Fixed bug #66250 (shutdown crash as shared extension)

the curl clients MSHUTDOWN was missing an raphf cleanup call

10 years agorelease 2.0.1 RELEASE_2_0_1
Michael Wallner [Tue, 26 Nov 2013 10:42:26 +0000 (11:42 +0100)] 
release 2.0.1

10 years agofix ws
Michael Wallner [Tue, 26 Nov 2013 10:34:23 +0000 (11:34 +0100)] 
fix ws

10 years agofixed a bug with multiple ob_start() on http\Env\Response while replacing it's body
Michael Wallner [Mon, 25 Nov 2013 22:01:23 +0000 (23:01 +0100)] 
fixed a bug with multiple ob_start() on http\Env\Response while replacing it's body

10 years agofixed some tests for windows
Anatoliy Belsky [Sat, 23 Nov 2013 10:15:56 +0000 (10:15 +0000)] 
fixed some tests for windows

10 years agofixed event2 headers inclusion once more
Anatoliy Belsky [Sat, 23 Nov 2013 09:39:13 +0000 (09:39 +0000)] 
fixed event2 headers inclusion once more

10 years agofixed ZTS
Anatoliy Belsky [Sat, 23 Nov 2013 09:38:01 +0000 (09:38 +0000)] 
fixed ZTS

10 years agofix headers again, avoid header clashing including event2/*.h
Anatoliy Belsky [Sat, 23 Nov 2013 08:38:45 +0000 (08:38 +0000)] 
fix headers again, avoid header clashing including event2/*.h

10 years agoadded missing header in order struct event could be used as non pointer
Anatoliy Belsky [Fri, 22 Nov 2013 22:43:45 +0000 (22:43 +0000)] 
added missing header in order struct event could be used as non pointer

10 years agoattempt to fix windows build
Michael Wallner [Fri, 22 Nov 2013 10:42:42 +0000 (10:42 +0000)] 
attempt to fix windows build

10 years ago2.0.0 stable
Michael Wallner [Fri, 22 Nov 2013 09:55:49 +0000 (09:55 +0000)] 
2.0.0 stable

10 years agofix tests with short_open_tags off
Michael Wallner [Fri, 22 Nov 2013 09:26:12 +0000 (09:26 +0000)] 
fix tests with short_open_tags off

10 years agolet DEV_2 be trunk
Michael Wallner [Thu, 21 Nov 2013 10:25:13 +0000 (10:25 +0000)] 
let DEV_2 be trunk

10 years agorelease 1.7.6
Michael Wallner [Thu, 20 Jun 2013 13:20:43 +0000 (13:20 +0000)] 
release 1.7.6

10 years agofix php 5.4 build
Remi Collet [Mon, 22 Apr 2013 17:58:30 +0000 (17:58 +0000)] 
fix php 5.4 build

11 years agofix bug #64380 (http_message_object.c build fails in 5.5.0alpha6)
Michael Wallner [Fri, 8 Mar 2013 12:59:52 +0000 (12:59 +0000)] 
fix bug #64380 (http_message_object.c build fails in 5.5.0alpha6)

11 years agorelease 1.7.5
Michael Wallner [Sun, 3 Mar 2013 07:14:52 +0000 (07:14 +0000)] 
release 1.7.5

11 years ago* Fixed Bug #64310 (weak etags W/"abc" are quoted as "W/"abc"")
Michael Wallner [Sat, 2 Mar 2013 20:13:19 +0000 (20:13 +0000)] 
* Fixed Bug #64310 (weak etags W/"abc" are quoted as "W/"abc"")

12 years agofix bug #61372 (undefined symbol: Z_ADDREF_P - possibly wrong dependency?)
Michael Wallner [Mon, 2 Apr 2012 09:42:38 +0000 (09:42 +0000)] 
fix bug #61372 (undefined symbol: Z_ADDREF_P - possibly wrong dependency?)

12 years ago* Fixed Bug #61310: Bundled pecl_http-1.7.2.tgz is invalid
Michael Wallner [Thu, 8 Mar 2012 08:44:32 +0000 (08:44 +0000)] 
* Fixed Bug #61310: Bundled pecl_http-1.7.2.tgz is invalid

12 years agoprepare 1.7.2 release
Michael Wallner [Tue, 21 Feb 2012 10:07:05 +0000 (10:07 +0000)] 
prepare 1.7.2 release

12 years agoallow underscores in methods
Michael Wallner [Tue, 21 Feb 2012 10:05:52 +0000 (10:05 +0000)] 
allow underscores in methods

Fixes bug #59974 methodRegister doesn't allow "_" to be in method name

12 years agofix http_get_request_body_stream() the same way like http_get_request_body()
Michael Wallner [Tue, 21 Feb 2012 10:05:05 +0000 (10:05 +0000)] 
fix http_get_request_body_stream() the same way like http_get_request_body()
(SAPI may hang at shutdown if request body is larger than 4k)

12 years agofix tests
Michael Wallner [Tue, 21 Feb 2012 10:04:25 +0000 (10:04 +0000)] 
fix tests

12 years agohack PHP_5_4 compatibility into v1
Michael Wallner [Fri, 17 Feb 2012 21:13:24 +0000 (21:13 +0000)] 
hack PHP_5_4 compatibility into v1

12 years ago- Fixed output stuff
Felipe Pena [Fri, 10 Jun 2011 22:13:08 +0000 (22:13 +0000)] 
- Fixed output stuff

12 years ago- Fixed build with 5.4+
Felipe Pena [Fri, 10 Jun 2011 22:03:12 +0000 (22:03 +0000)] 
- Fixed build with 5.4+

12 years agoProperly pass TSRMLS to php_ob_handler_used
David Soria Parra [Sun, 22 May 2011 11:45:01 +0000 (11:45 +0000)] 
Properly pass TSRMLS to php_ob_handler_used

12 years agoFixed Bug #17896 Make failed
Michael Wallner [Thu, 5 May 2011 06:43:10 +0000 (06:43 +0000)] 
Fixed Bug #17896    Make failed

12 years agorealease 1.7.1
Michael Wallner [Thu, 5 May 2011 06:35:46 +0000 (06:35 +0000)] 
realease 1.7.1

12 years agoFix Bug #17806 Segmentation fault when passing invalid url to http_get()
Michael Wallner [Thu, 5 May 2011 06:02:50 +0000 (06:02 +0000)] 
Fix Bug #17806  Segmentation fault when passing invalid url to http_get()

13 years agofix hang in SAPI deactivate when body is 4096 bytes or more
Rob Richards [Mon, 18 Apr 2011 08:24:49 +0000 (08:24 +0000)] 
fix hang in SAPI deactivate when body is 4096 bytes or more

13 years agofix error in http_get_request_body spottet by rob
Michael Wallner [Fri, 25 Mar 2011 16:17:58 +0000 (16:17 +0000)] 
fix error in http_get_request_body spottet by rob

13 years agofix http_exit_ex when zlib output compression is active
Michael Wallner [Thu, 24 Mar 2011 09:53:35 +0000 (09:53 +0000)] 
fix http_exit_ex when zlib output compression is active

13 years agofix logic error in HttpMessage::setResponseStatus
Michael Wallner [Thu, 24 Mar 2011 09:26:11 +0000 (09:26 +0000)] 
fix logic error in HttpMessage::setResponseStatus

13 years agoFixed double-free when auto-decompressing pages
Ilia Alshanetsky [Mon, 22 Nov 2010 20:17:41 +0000 (20:17 +0000)] 
Fixed double-free when auto-decompressing pages

13 years agoFixed a bug when the status component of the HTTP response is missing
Ilia Alshanetsky [Tue, 26 Oct 2010 15:27:36 +0000 (15:27 +0000)] 
Fixed a bug when the status component of the HTTP response is missing

13 years agosilly mistake
Michael Wallner [Wed, 9 Jun 2010 08:30:34 +0000 (08:30 +0000)] 
silly mistake

13 years ago* Added generic http_negotiate() function (FR#17338)
Michael Wallner [Wed, 9 Jun 2010 07:29:35 +0000 (07:29 +0000)] 
* Added generic http_negotiate() function (FR#17338)

13 years ago* revert incomplete trunk-compatibility-patch
Michael Wallner [Wed, 9 Jun 2010 06:23:16 +0000 (06:23 +0000)] 
* revert incomplete trunk-compatibility-patch

13 years ago- Fix crash with non string property
Felipe Pena [Sat, 5 Jun 2010 17:50:09 +0000 (17:50 +0000)] 
- Fix crash with non string property

13 years ago- Fixed build on php-trunk
Felipe Pena [Fri, 4 Jun 2010 23:54:40 +0000 (23:54 +0000)] 
- Fixed build on php-trunk

13 years agoahem
Michael Wallner [Mon, 3 May 2010 08:29:31 +0000 (08:29 +0000)] 
ahem

13 years agoattempt to fix trunk build
Michael Wallner [Mon, 3 May 2010 08:26:38 +0000 (08:26 +0000)] 
attempt to fix trunk build

13 years agofix memleak
Michael Wallner [Wed, 28 Apr 2010 06:53:08 +0000 (06:53 +0000)] 
fix memleak

13 years agofixed bug #16893 Content not decoded with zlib support and compress enabled
Michael Wallner [Wed, 28 Apr 2010 06:50:06 +0000 (06:50 +0000)] 
fixed bug #16893 Content not decoded with zlib support and compress enabled

13 years agofxed bug #17169 wrong return value of HttpMessage::getHttpVersion()
Michael Wallner [Wed, 28 Apr 2010 06:39:22 +0000 (06:39 +0000)] 
fxed bug #17169 wrong return value of HttpMessage::getHttpVersion()

13 years agofixed bug #17087 http_build_cookie() exhausts memory if cookie value is NULL
Michael Wallner [Tue, 27 Apr 2010 13:42:32 +0000 (13:42 +0000)] 
fixed bug #17087    http_build_cookie() exhausts memory if cookie value is NULL

13 years agofix TS build, thanks Felipe
Michael Wallner [Mon, 26 Apr 2010 12:03:12 +0000 (12:03 +0000)] 
fix TS build, thanks Felipe

13 years agouse heap instead of stack
Michael Wallner [Mon, 26 Apr 2010 11:47:29 +0000 (11:47 +0000)] 
use heap instead of stack

13 years agodon't limit header length to 1k
Michael Wallner [Mon, 26 Apr 2010 11:46:55 +0000 (11:46 +0000)] 
don't limit header length to 1k

13 years agofix access og HttpMessage properties
Michael Wallner [Mon, 26 Apr 2010 11:46:35 +0000 (11:46 +0000)] 
fix access og HttpMessage properties

14 years agofix doublefree with certinfo
Michael Wallner [Tue, 5 Jan 2010 08:48:52 +0000 (08:48 +0000)] 
fix doublefree with certinfo

14 years agoyear bump
Michael Wallner [Thu, 31 Dec 2009 08:48:57 +0000 (08:48 +0000)] 
year bump

14 years agoallow setting of the message class used by HttpRequest
Michael Wallner [Wed, 30 Dec 2009 15:01:00 +0000 (15:01 +0000)] 
allow setting of the message class used by HttpRequest

14 years ago* attempt to fix pecl Bug #16826 http_date strange behavior and crash
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

14 years ago* 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

14 years ago- Fixed memory leak when HttpUtil::Inflate() fails
Felipe Pena [Wed, 30 Dec 2009 13:38:45 +0000 (13:38 +0000)] 
- Fixed memory leak when HttpUtil::Inflate() fails

14 years ago- Fixed ZTS build
Felipe Pena [Wed, 30 Dec 2009 12:50:17 +0000 (12:50 +0000)] 
- Fixed ZTS build

14 years agoadd curlCode property to HttpRequestException
Michael Wallner [Wed, 30 Dec 2009 12:38:03 +0000 (12:38 +0000)] 
add curlCode property to HttpRequestException

14 years agofacilitate zend_exception_set_previous() of PHP 5.3
Michael Wallner [Wed, 30 Dec 2009 12:31:03 +0000 (12:31 +0000)] 
facilitate zend_exception_set_previous() of PHP 5.3

14 years agoreleae 1.7.0b2
Michael Wallner [Tue, 29 Dec 2009 12:44:27 +0000 (12:44 +0000)] 
releae 1.7.0b2

14 years agomore typos
Michael Wallner [Tue, 29 Dec 2009 12:30:43 +0000 (12:30 +0000)] 
more typos

14 years agoJFC
Michael Wallner [Tue, 29 Dec 2009 12:22:51 +0000 (12:22 +0000)] 
JFC

14 years agoMFPHP: choke on Z_OK if we expect Z_STREAM_END
Michael Wallner [Tue, 29 Dec 2009 12:21:24 +0000 (12:21 +0000)] 
MFPHP: choke on Z_OK if we expect Z_STREAM_END

14 years agonote libcurls inability to reset (proxy) auth information
Michael Wallner [Tue, 29 Dec 2009 12:20:38 +0000 (12:20 +0000)] 
note libcurls inability to reset (proxy) auth information

14 years agofix tests
Michael Wallner [Tue, 29 Dec 2009 12:20:03 +0000 (12:20 +0000)] 
fix tests

14 years agodon't enable curls cookie engine by default & accident
Michael Wallner [Tue, 29 Dec 2009 12:19:49 +0000 (12:19 +0000)] 
don't enable curls cookie engine by default & accident

14 years ago- PECL #16803, fix NTS build with vc6
Pierre Joye [Fri, 27 Nov 2009 09:12:17 +0000 (09:12 +0000)] 
- PECL #16803, fix NTS build with vc6

14 years ago- update to package.xml v2
Pierre Joye [Thu, 5 Nov 2009 16:48:17 +0000 (16:48 +0000)] 
- update to package.xml v2

14 years ago- Fix memory leak
Felipe Pena [Sat, 17 Oct 2009 22:10:24 +0000 (22:10 +0000)] 
- Fix memory leak

14 years ago- Fix build
Felipe Pena [Sat, 17 Oct 2009 22:00:02 +0000 (22:00 +0000)] 
- Fix build