File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ PHP_CodeCoverage 1.1
33
44This is the list of changes for the PHP_CodeCoverage 1.1 release series.
55
6+ PHP_CodeCoverage 1.1.3
7+ ----------------------
8+
9+ * Fixed #94 : Functions created using the runkit extension caused warnings.
10+
611PHP_CodeCoverage 1.1.2
712----------------------
813
Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ public function isFile($filename)
275275 if ($ filename == '- ' ||
276276 strpos ($ filename , 'eval() \'d code ' ) !== FALSE ||
277277 strpos ($ filename , 'runtime-created function ' ) !== FALSE ||
278+ strpos ($ filename , 'runkit created function ' ) !== FALSE ||
278279 strpos ($ filename , 'assert code ' ) !== FALSE ||
279280 strpos ($ filename , 'regexp code ' ) !== FALSE ) {
280281 return FALSE ;
You can’t perform that action at this time.
0 commit comments