Archive for February, 2007

New PDO Behavior In PHP 5.2.1

Tuesday, February 27th, 2007 (21:41)

In PHP 5.2.1, PDO no longer allows you to bind a single parameter to multiple identical named placeholders. Read on for a way to get around this, at least when it comes to binding **values** to SQL statements.

TypeKey and Big-Number Math: Yay Wez!

Sunday, February 18th, 2007 (11:42)

Wez Furlong gives us good news about implementing the math functions needed to support TypeKey and OpenID more directly within PHP.
Solar users have had integrated TypeKey support via Solar_Auth_Adapter_Typekey for almost 6 months now. This is
in addition to all our other auth adapters (SQL database, LDAP, .htpasswd, even .ini file).
The internals of our TypeKey [...]