php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57187 compile error
Submitted: 2006-08-19 00:34 UTC Modified: 2006-12-17 06:32 UTC
From: roberto at spadim dot com dot br Assigned: val (profile)
Status: Closed Package: bcompiler (PECL)
PHP Version: 5_1 CVS-2006-08-19 OS: linux 2.6.10 php 5.1.5
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 !
Your email address:
MUST BE VALID
Solve the problem:
12 + 37 = ?
Subscribe to this entry?

 
 [2006-08-19 00:34 UTC] roberto at spadim dot com dot br
Description:
------------
phpize
./configure
make

Reproduce code:
---------------
php -m :

[PHP Modules]
apc
bcmath
ctype
curl
date
dba
dom
exif
gd
gettext
hash
iconv
imap
libxml
mbstring
mime_magic
ncurses
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
posix
ps
readline
Reflection
session
SimpleXML
SPL
SQLite
standard
tokenizer
xml
xmlreader
xmlwriter
xsl
zlib

[Zend Modules]

php -v:
PHP 5.1.4 (cli) (built: May 27 2006 13:43:35)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies


Actual result:
--------------
[root@spd_dev bcompiler-0.7]# phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20050922
Zend Extension Api No:   220051025

[root@spd_dev bcompiler-0.7]# ./configure
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext
checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20050922
checking for PHP installed headers prefix... /usr/include/php
checking for re2c... re2c
checking for re2c version... 0.10.1 (ok)
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable bcompiler support... yes, shared
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged


[root@spd_dev bcompiler-0.7]# make
/bin/sh /home/rspadim/php/bcompiler/bcompiler-0.7/libtool --mode=compile gcc  -I. -I/home/rspadim/php/bcompiler/bcompiler-0.7 -DPHP_ATOM_INC -I/home/rspadim/php/bcompiler/bcompiler-0.7/include -I/home/rspadim/php/bcompiler/bcompiler-0.7/main -I/home/rspadim/php/bcompiler/bcompiler-0.7 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext  -DHAVE_CONFIG_H  -g -O2   -c /home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c -o bcompiler.lo
 gcc -I. -I/home/rspadim/php/bcompiler/bcompiler-0.7 -DPHP_ATOM_INC -I/home/rspadim/php/bcompiler/bcompiler-0.7/include -I/home/rspadim/php/bcompiler/bcompiler-0.7/main -I/home/rspadim/php/bcompiler/bcompiler-0.7 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c  -fPIC -DPIC -o .libs/bcompiler.o
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'bz2_aware_stream_open':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:285: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: At top level:
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:580: error: static declaration of 'bcompiler_stdsize_05' follows non-static declaration
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:410: error: previous declaration of 'bcompiler_stdsize_05' was here
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_write_class':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:706: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_write_included_filename':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:734: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_write_function':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:767: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_write_constant':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:800: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function '_bcompiler_write_functions_from_file':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:822: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_write_file':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:924: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:933: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_write_footer':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1083: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_write_exe_footer':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1106: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1261:8: warning: extra tokens at end of #endif directive
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'zif_bcompiler_load_exe':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1268: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'bcompiler_read':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1335: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1436: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_string':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1779: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1785: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1789: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zstring':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1797: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1801: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_create_string':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1809: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_arg_info':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1825: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1828: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1829: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1831: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1835: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1836: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1837: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1838: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_create_arg_info':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1847: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1852: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1854: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1859: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1860: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1861: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1862: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'deserialize_magic':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1935: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_llist':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1981: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1986: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1987: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1989: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1991: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:1992: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_llist':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2006: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2010: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2012: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2015: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2020: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_create_zend_llist':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2037: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_hashtable':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2104: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2112: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2114: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2115: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2116: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2121: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2122: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_hashtable':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2160: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2162: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2178: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2179: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2193: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2194: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_create_hashtable':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2251: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zvalue_value':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2277: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2280: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2286: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2287: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2290: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2300: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zvalue_value':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2334: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2340: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2341: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2344: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2347: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2355: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zval':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2389: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2391: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2392: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zval':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2398: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2400: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2401: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_function_entry':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2424: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2426: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_function_entry':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2442: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2446: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_property_info':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2459: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2461: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2462: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_property_info':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2466: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2468: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2469: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_class_entry':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2546: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2548: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2558: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2561: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2564: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2575: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2579: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2581: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2612: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2628: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2656: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2659: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_class_entry':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2677: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2679: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2682: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2714: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2725: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2727: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2731: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2741: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2750: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2760: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2773: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2784: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2808: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2819: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_znode':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2864: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2884: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2885: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_znode':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2895: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2909: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2910: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_op':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2926: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2950: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2955: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_op':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2961: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2986: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:2987: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_op_array':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3002: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3004: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3013: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3014: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3015: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3036: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3037: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3038: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3044: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3051: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3052: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3058: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3059: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3060: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3062: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3063: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3069: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3070: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3072: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3074: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_op_array':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3099: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3101: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3111: warning: pointer targets in assignment differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3112: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3116: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3117: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3274: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3275: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3276: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3281: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3293: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3294: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3316: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3317: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3318: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3319: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3320: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3326: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3327: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3332: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3334: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_function':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3412: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3418: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3448: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_function':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3478: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3486: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_serialize_zend_constant':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3545: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3548: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3549: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c: In function 'apc_deserialize_zend_constant':
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3555: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3558: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/home/rspadim/php/bcompiler/bcompiler-0.7/bcompiler.c:3559: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
make: *** [bcompiler.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-19 06:58 UTC] gopalv82 at yahoo dot com
This is a bcompiler bug (the function names had a history ...)
 [2006-12-17 06:32 UTC] val@php.net
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/bcompiler

Was fixed on CVS on February 12th, 2006 (bcompiler.c revision 1.102). Release 0.8 contains the bugfix.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC