Adding Support t return versions like: 1.1 or 2.4.9 for Util\Common::getLastVersion(...) and its unit test

This commit is contained in:
Erik Amaru Ortiz
2014-03-06 10:16:14 -04:00
parent 2e80216aa0
commit cf0881302b
8 changed files with 31 additions and 8 deletions

View File

@@ -301,10 +301,6 @@ class HttpStream
header(sprintf('HTTP/%s %s %s', $this->version, $this->statusCode, $this->statusText));
// headers
//print_r($this->headers); die;
foreach ($this->headers as $name => $value) {
if (is_array($value)) {
foreach ($value as $v) {