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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ayanosuge at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 11:01:31 2025 UTC