php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58106 compile error
Submitted: 2008-03-18 03:39 UTC Modified: 2016-10-12 16:01 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ayanosuge at gmail dot com Assigned:
Status: Suspended Package: oggvorbis (PECL)
PHP Version: 5.2.1 OS: Mac OS X
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2008-03-18 03:39 UTC] ayanosuge at gmail dot com
Description:
------------
unable to compile this extension and don't know how to fix 
it.

Reproduce code:
---------------
/usr/local/php/ext/oggvorbis/oggvorbis.c: In function 'php_oggvorbis_init_writestream':
/usr/local/php/ext/oggvorbis/oggvorbis.c:204: error: label at end of compound statement
/usr/local/php/ext/oggvorbis/oggvorbis.c:231: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/usr/local/php/ext/oggvorbis/oggvorbis.c:232: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/usr/local/php/ext/oggvorbis/oggvorbis.c: In function 'php_oggvorbis_write':
/usr/local/php/ext/oggvorbis/oggvorbis.c:315: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/usr/local/php/ext/oggvorbis/oggvorbis.c:316: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/usr/local/php/ext/oggvorbis/oggvorbis.c: In function 'php_oggvorbis_close':
/usr/local/php/ext/oggvorbis/oggvorbis.c:625: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/usr/local/php/ext/oggvorbis/oggvorbis.c:626: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
make: *** [oggvorbis.lo] Error 1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-10-12 16:01 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2016-10-12 16:01 UTC] cmb@php.net
The development of the oggvorbis extension appears to have been
suspended, so I'm suspending this ticket as well.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC