PHP OpenID

Build openid on PHP 5.2.4:#171

Buildslave:

limp

Reason:

The web-page 'rebuild' button was pressed by '':

SourceStamp:

Results:

build successful

Resubmit Build:

This tree was built from a specific set of source files, and can be rebuilt exactly

Your name:
Reason for re-running build:

Steps and Logfiles:

  1. darcs [update]
    1. stdio
  2. OpenID on build no-math [test no-math]
    1. stdio
  3. OpenID on build gmp [test gmp]
    1. stdio
  4. OpenID on build bcmath [test bcmath]
    1. stdio

Blamelist:

  1. dAniel hAhler <php-openid@thequod.de>
  2. http://j3h.us/

All Changes

  1. Changed by: dAniel hAhler <php-openid@thequod.de>
    Changed at: Wed 25 Jun 2008 11:27:08
    Branch: 2.x.x
    Revision: 20080622141537-86b15-6cdbda99ce07a7906435378800f876a2d6874c4f.gz

    Changed files:

    • Auth/Yadis/ParanoidHTTPFetcher.php
    Comments:
    ParanoidHTTPFetcher-strpos-instead-of-preg_match-and-code-improvements
    
    ParanoidHTTPFetcher:
     - Fix corner case in get() and post() for headers without any value
        (e.g. 'Expires:')
     - Use strpos() instead of preg_match() when looking for ":" (and
       look for ": " now instead)
    

  2. Changed by: http://j3h.us/
    Changed at: Fri 20 Jun 2008 15:44:08
    Branch: 2.x.x
    Revision: 20080620224043-07b98-8af9d8494b03936f0a5cba84ce02333348dfe5b1.gz

    Changed files:

    • Auth/OpenID/HMAC.php
    • Tests/Auth/OpenID/HMAC.php
    • Tests/Auth/OpenID/data/hmac-sha256.txt
    Comments:
    Test and fix HMAC-SHA256
    

  3. Changed by: http://j3h.us/
    Changed at: Fri 20 Jun 2008 15:57:15
    Branch: 2.x.x
    Revision: 20080620225609-07b98-60240d39be903dae220bbaffd3a7cabc42f4d688.gz

    Changed files:

    • Tests/Auth/OpenID/HMAC.php
    Comments:
    Do not attempt HMAC-SHA256 tests if HMAC-SHA256 is not supported
    

  4. Changed by: http://j3h.us/
    Changed at: Fri 20 Jun 2008 15:51:05
    Branch: 2.x.x
    Revision: 20080620224649-07b98-2fc122f54525269292ea2889df5868cb7a4050a2.gz

    Changed files:

    • Auth/OpenID/Consumer.php
    Comments:
    Fix Consumer's OpenID 1 checkid_immediate failure handling (thanks to Evan Prodromou)