php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57154 default switch label needs break
Submitted: 2006-07-25 06:15 UTC Modified: 2017-01-10 08:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: cweiske@php.net Assigned:
Status: Suspended Package: oggvorbis (PECL)
PHP Version: 5.1.2 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-07-25 06:15 UTC] cweiske@php.net
Description:
------------
compilation hangs in oggvorbis.c line 202 with message:
-----------------
/home/cweiske/compilethings/oggvorbis-0.2/oggvorbis.c: In function `php_oggvorbis_init_writestream':
/home/cweiske/compilethings/oggvorbis-0.2/oggvorbis.c:204: error: label at end of compound statement
make: *** [oggvorbis.lo] Error 1
-----------------

when adding a "break" after "default:", it works.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-10 08:34 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-01-10 08:34 UTC] kalle@php.net
This extension have not had any activity for almost 14 years, suspending
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC