summary |
shortlog | log |
commit |
commitdiff |
tree |
github
first ⋅ prev ⋅ next
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