Public bug reported:

Release: Ubuntu 10.04 LTS
Package: php5-ming Installed: 1:0.4.3-1ubuntu2
Expectation: Should work
Reality: Does not work

Minimal PHP code to reproduce bug.

<?php
$movie = new SWFMovie();
$movie->setFrames($movie->streamMp3(file_get_contents("test.mp3")));
header("Content-type: application/x-shockwave-flash");
$movie->output();
?>

The streamMp3 function seems to have regressed. It used to work in 9.04
now it does not.

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
php5-ming streamMp3 function does not work
https://bugs.launchpad.net/bugs/651770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to