Indefero

Indefero Commit Details


Date:2011-10-27 16:00:14 (13 years 1 month ago)
Author:Thomas Keller
Branch:develop, feature.wiki-default-page, release-1.2, release-1.3
Commit:ae11b1de4ab4bebdc2292cc52b341f676ce846b9
Parents: 6f620e3f5426acd65dad85933753108422aaebe4
Message:split() is deprecated in php 5.3

Changes:

File differences

src/IDF/Scm/Git.php
8787
8888
8989
90
90
9191
9292
9393
$filename = trim(substr($line, 1));
$return->patches[] = $filename;
} else if ($action == 'R') {
$matches = split ("\t", $line);
$matches = preg_split("/\t/", $line);
$return->renames[$matches[1]] = $matches[2];
}
}

Archive Download the corresponding diff file

Page rendered in 0.07586s using 13 queries.