Gets the PHP version extra part.
public function getPhpVersionExtra() : ?string { return $this->data['php_version_extra'] ?? null; }