summary |
shortlog | log |
commit |
commitdiff |
tree |
github
first ⋅ prev ⋅ next
Michael Wallner [Wed, 18 Mar 2015 06:37:06 +0000 (07:37 +0100)]
release 1.0.0
Michael Wallner [Thu, 12 Mar 2015 06:45:25 +0000 (07:45 +0100)]
extend handled content types
Michael Wallner [Thu, 12 Mar 2015 06:39:32 +0000 (07:39 +0100)]
release 1.0.0RC2
Peter Cowburn [Tue, 10 Mar 2015 13:22:16 +0000 (13:22 +0000)]
Handle application/json as well
Michael Wallner [Tue, 10 Mar 2015 12:30:02 +0000 (13:30 +0100)]
release 1.0.0RC1
Michael Wallner [Thu, 5 Mar 2015 19:28:57 +0000 (20:28 +0100)]
PHP7 support
Remi Collet [Thu, 5 Mar 2015 14:06:11 +0000 (15:06 +0100)]
Fix PHP 5.3 build
But can't test, all tests are skipped (reason: CGI not available..)
Remi Collet [Thu, 5 Mar 2015 13:41:37 +0000 (14:41 +0100)]
Split tests.
001: most types, return as array
002: bigint return as float member of an objet (32 bits only)
003: bigint return as string member of an objet (32 bits only)
004: bigint return as integer member of an objet (64 bits only)
The bigint value used is >32bits but <64bits which doesn't exists
in real world (to avoid issue with jsonc used in free distro)
Michael Wallner [Thu, 5 Mar 2015 06:51:15 +0000 (07:51 +0100)]
split off pecl_http
Hannes Magnusson [Wed, 4 Mar 2015 19:54:46 +0000 (11:54 -0800)]
Initial commit