Of course, RPM are already available, see PHP version 5.5.0 final !

New features

foreach ($users as list($firstname, $lastname)) {
echo "User: $firstname $lastname";
}
try {
return 2;
} finally {
echo "Always displayed";
}
echo "Never displayed";
echo array(1, 2, 3)[0];
echo (empty(foo()) ? "vide" : "plein");
yield $i;
$hash = password_hash($password);
$ok = password_verify($password, $hash);
$it = getsome_SplObjectStorage(); foreach ($it as $key => $value) ...

Deprecated features

Plus d'information