Monthly Archives: February 2007

New PDO Behavior In PHP 5.2.1

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. Continue reading

Posted in PHP | 12 Comments

TypeKey and Big-Number Math: Yay Wez!

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 … Continue reading

Posted in PHP | 1 Comment