[commits] Horde branch master updated. 672c5b9fc67702c785bc50b193db5eb61fd4dc3f

Michael J. Rubinsky mrubinsk at horde.org
Wed Jun 15 22:14:21 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 9af7925af8e62a909721457d2f5f689c85bc2ec6

3bd64cd Bug: 9889  Fix integer overflow from certain facebook responses.
672c5b9 BFN

-----------------------------------------------------------------------

commit 3bd64cd882e9a9266364f93658227930d125d1fb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 15 18:08:24 2011 -0400

    Bug: 9889  Fix integer overflow from certain facebook responses.
    
    FB sometimes sends single numeric-like values back, in stead of json
    encoded arrays. These are always converted to floats by json_decode().
    Work around this by either the JSON_BIGINT_AS_STRING constant or
    sniffing out the numeric type.

 framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php |   10 ++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3bd64cd882e9a9266364f93658227930d125d1fb

-----------------------------------------------------------------------

commit 672c5b9fc67702c785bc50b193db5eb61fd4dc3f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 15 18:13:42 2011 -0400

    BFN

 framework/Service_Facebook/package.xml |    4 ++--
 horde/docs/CHANGES                     |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/672c5b9fc67702c785bc50b193db5eb61fd4dc3f




More information about the commits mailing list