php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63961 Compilation error.
Submitted: 2013-01-10 14:14 UTC Modified: 2020-12-20 04:22 UTC
Votes:6
Avg. Score:3.5 ± 0.5
Reproduced:5 of 5 (100.0%)
Same Version:3 (60.0%)
Same OS:1 (20.0%)
From: kakserpompoyaitsam at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: igbinary (PECL)
PHP Version: 5.4.10 OS: Fedora 17
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
3 + 29 = ?
Subscribe to this entry?

 
 [2013-01-10 14:14 UTC] kakserpompoyaitsam at gmail dot com
Description:
------------
/bin/sh /root/igbinary-1.1.1/libtool --mode=compile cc -Wall -Wpointer-arith -
Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wshadow -Wwrite-strings -
Wswitch -Winline -finline-limit=10000 --param large-function-growth=10000 --param 
inline-unit-growth=10000 -I. -I/root/igbinary-1.1.1 -DPHP_ATOM_INC -
I/root/igbinary-1.1.1/include -I/root/igbinary-1.1.1/main -I/root/igbinary-1.1.1 -
I/opt/include/php -I/opt/include/php/main -I/opt/include/php/TSRM -
I/opt/include/php/Zend -I/opt/include/php/ext -I/opt/include/php/ext/date/lib  -
DHAVE_CONFIG_H  -g -O0   -c /root/igbinary-1.1.1/igbinary.c -o igbinary.lo 
 cc -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -
Wshadow -Wwrite-strings -Wswitch -Winline -finline-limit=10000 --param large-
function-growth=10000 --param inline-unit-growth=10000 -I. -I/root/igbinary-1.1.1 
-DPHP_ATOM_INC -I/root/igbinary-1.1.1/include -I/root/igbinary-1.1.1/main -
I/root/igbinary-1.1.1 -I/opt/include/php -I/opt/include/php/main -
I/opt/include/php/TSRM -I/opt/include/php/Zend -I/opt/include/php/ext -
I/opt/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O0 -c /root/igbinary-
1.1.1/igbinary.c  -fPIC -DPIC -o .libs/igbinary.o
In file included from /root/igbinary-1.1.1/igbinary.c:18:0:
/opt/include/php/main/php.h:298:46: warning: function declaration isn’t a 
prototype [-Wstrict-prototypes]
In file included from /root/igbinary-1.1.1/igbinary.c:27:0:
/root/igbinary-1.1.1/apc_serializer.h: In function ‘apc_register_serializer’:
/root/igbinary-1.1.1/apc_serializer.h:57:5: error: too few arguments to function 
‘zend_get_constant’
In file included from /opt/include/php/main/php.h:404:0,
                 from /root/igbinary-1.1.1/igbinary.c:18:
/opt/include/php/Zend/zend_constants.h:63:14: note: declared here
/root/igbinary-1.1.1/igbinary.c: At top level:
/root/igbinary-1.1.1/igbinary.c:246:1: warning: no previous prototype for 
‘get_module’ [-Wmissing-prototypes]
/root/igbinary-1.1.1/igbinary.c:252:2: warning: initialization discards ‘const’ 
qualifier from pointer target type [enabled by default]
/root/igbinary-1.1.1/igbinary.c:252:2: warning: initialization discards ‘const’ 
qualifier from pointer target type [enabled by default]
/root/igbinary-1.1.1/igbinary.c: In function ‘igbinary_unserialize_array’:
/root/igbinary-1.1.1/igbinary.c:1673:9: warning: assignment discards ‘const’ 
qualifier from pointer target type [enabled by default]
make: *** [igbinary.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-12-09 18:33 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-12-09 18:33 UTC] cmb@php.net
Is that still an issue with the latest igbinary?
 [2020-12-20 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC