When I make the call:
$sdb->putAttributes('mydomain', $item_name,
array('v1'=> array('value' => 'myv1', 'replace' => false) );
I see the error:
SimpleDB::putAttributes(): InvalidParameterValue: Value (1) for parameter Replace is invalid. The Replace flag should be either true or false in includes/sdb.php on line 636
When I...
2009-07-22 18:35:11 UTC in Amazon SimpleDB PHP Class