Export to GitHub

php-reader - issue #46

library/Zend/Media/Mpeg/Ps.php contains echo statement


Posted on Dec 10, 2010 by Massive Cat

library/Zend/Media/Mpeg/Ps.php contains an echo statement that should probably be removed.

Version: 1.8 and trunk

$ fgrep -nR "STARTCOD" * Zend/Media/Mpeg/Ps.php:88: echo "STARTCODE: $startCode\n";

Comment #1

Posted on Dec 28, 2010 by Happy Panda

Statement removed and committed to trunk. Thanks for reporting!!

Status: Fixed

Labels:
Type-Defect Priority-Medium