Created
May 31, 2013 22:36
-
-
Save jdoss/5688399 to your computer and use it in GitHub Desktop.
Out put for reporting same issue on https://github.com/php-memcached-dev/php-memcached/issues/69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pecl install memcached | |
downloading memcached-2.1.0.tgz ... | |
Starting to download memcached-2.1.0.tgz (39,095 bytes) | |
..........done: 39,095 bytes | |
11 source files, building | |
running: phpize | |
Configuring for: | |
PHP Api Version: 20100412 | |
Zend Module Api No: 20100525 | |
Zend Extension Api No: 220100525 | |
building in /tmp/pear/temp/pear-build-root3p9IjV/memcached-2.1.0 | |
running: /tmp/pear/temp/memcached/configure | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for a sed that does not truncate output... /bin/sed | |
checking for cc... cc | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... cc -E | |
checking for icc... no | |
checking for suncc... no | |
checking whether cc understands -c and -o together... yes | |
checking for system library directory... lib | |
checking if compiler supports -R... no | |
checking if compiler supports -Wl,-rpath,... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for PHP prefix... /usr/local | |
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib | |
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20100525 | |
checking for PHP installed headers prefix... /usr/local/include/php | |
checking if debug is enabled... no | |
checking if zts is enabled... no | |
checking for re2c... no | |
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. | |
checking for gawk... gawk | |
checking whether to enable memcached support... yes, shared | |
checking for libmemcached... yes, shared | |
checking whether to enable memcached session handler support... yes | |
checking whether to enable memcached igbinary serializer support... no | |
checking whether to enable memcached json serializer support... no | |
checking whether to disable memcached sasl support... no | |
checking for ZLIB... yes, shared | |
checking for zlib location... /usr | |
checking for session includes... /usr/local/include/php | |
checking for memcached session support... enabled | |
checking for memcached igbinary support... disabled | |
checking for libmemcached location... /usr | |
checking for ld used by cc... /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 recognize dependent libraries... pass_all | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking the maximum length of command line arguments... 1966080 | |
checking command to parse /usr/bin/nm -B output from cc object... ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking if cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC | |
checking if cc PIC flag -fPIC works... yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) 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 | |
configure: creating ./config.status | |
config.status: creating config.h | |
running: make | |
/bin/sh /tmp/pear/temp/pear-build-root3p9IjV/memcached-2.1.0/libtool --mode=compile cc -I/usr/local/include/php -I. -I/tmp/pear/temp/memcached -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root3p9IjV/memcached-2.1.0/include -I/tmp/pear/temp/pear-build-root3p9IjV/memcached-2.1.0/main -I/tmp/pear/temp/memcached -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/memcached/php_memcached.c -o php_memcached.lo | |
mkdir .libs | |
cc -I/usr/local/include/php -I. -I/tmp/pear/temp/memcached -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root3p9IjV/memcached-2.1.0/include -I/tmp/pear/temp/pear-build-root3p9IjV/memcached-2.1.0/main -I/tmp/pear/temp/memcached -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/memcached/php_memcached.c -fPIC -DPIC -o .libs/php_memcached.o | |
In file included from /tmp/pear/temp/memcached/php_memcached.h:22, | |
from /tmp/pear/temp/memcached/php_memcached.c:47: | |
/tmp/pear/temp/memcached/php_libmemcached_compat.h:5:40: error: libmemcached-1.0/memcached.h: No such file or directory | |
In file included from /tmp/pear/temp/memcached/php_memcached.c:47: | |
/tmp/pear/temp/memcached/php_memcached.h:103: error: expected specifier-qualifier-list before 'memcached_st' | |
/tmp/pear/temp/memcached/php_memcached.c:191: error: expected specifier-qualifier-list before 'memcached_st' | |
/tmp/pear/temp/memcached/php_memcached.c:224: error: expected specifier-qualifier-list before 'memcached_stat_st' | |
/tmp/pear/temp/memcached/php_memcached.c:306: error: expected declaration specifiers or '...' before 'memcached_return' | |
/tmp/pear/temp/memcached/php_memcached.c:316: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_cache_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:317: error: expected declaration specifiers or '...' before 'memcached_result_st' | |
/tmp/pear/temp/memcached/php_memcached.c:318: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_serverlist_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:319: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_stats_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:320: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_version_callback' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached___construct': | |
/tmp/pear/temp/memcached/php_memcached.c:419: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:420: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:425: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:425: error: (Each undeclared identifier is reported only once | |
/tmp/pear/temp/memcached/php_memcached.c:425: error: for each function it appears in.) | |
/tmp/pear/temp/memcached/php_memcached.c:433: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:434: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:443: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:444: error: 'struct memc_obj' has no member named 'compression_type' | |
/tmp/pear/temp/memcached/php_memcached.c:445: error: 'struct memc_obj' has no member named 'compression' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_get_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:520: error: 'memcached_result_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:520: error: expected ';' before 'result' | |
/tmp/pear/temp/memcached/php_memcached.c:521: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:521: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:537: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:540: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:553: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:553: error: 'MEMCACHED_BEHAVIOR_SUPPORT_CAS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:555: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:558: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:558: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:561: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:564: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:569: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:569: error: 'result' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:571: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:573: error: 'MEMCACHED_END' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:574: error: 'MEMCACHED_NOTFOUND' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:587: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:604: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:619: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:620: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:634: error: expected ';' before 'dummy_status' | |
/tmp/pear/temp/memcached/php_memcached.c:640: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:640: error: 'dummy_status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:643: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:652: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_getMulti_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:702: error: 'memcached_result_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:702: error: expected ';' before 'result' | |
/tmp/pear/temp/memcached/php_memcached.c:703: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:703: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:718: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:750: error: 'MEMCACHED_NOTFOUND' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:760: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:760: error: 'MEMCACHED_BEHAVIOR_SUPPORT_CAS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:762: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:766: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:766: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:768: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:774: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:789: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:789: error: 'result' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:790: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:792: error: 'MEMCACHED_SOME_ERRORS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:793: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:811: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:815: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:816: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_getDelayed_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:878: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:878: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:894: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:920: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:931: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:931: error: 'MEMCACHED_BEHAVIOR_SUPPORT_CAS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:933: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:940: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:940: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:946: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:951: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:961: error: 'memcached_result_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:961: error: expected ';' before 'result' | |
/tmp/pear/temp/memcached/php_memcached.c:963: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:963: error: 'result' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:964: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:965: error: too many arguments to function 'php_memc_do_result_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:966: error: 'MEMCACHED_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:973: error: 'MEMCACHED_END' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:976: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_fetch': | |
/tmp/pear/temp/memcached/php_memcached.c:996: error: 'memcached_result_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:996: error: expected ';' before 'result' | |
/tmp/pear/temp/memcached/php_memcached.c:997: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:997: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1005: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1007: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1007: error: 'result' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1008: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1008: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1009: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:1023: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_fetchAll': | |
/tmp/pear/temp/memcached/php_memcached.c:1053: error: 'memcached_result_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1053: error: expected ';' before 'result' | |
/tmp/pear/temp/memcached/php_memcached.c:1054: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1054: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1062: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1065: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1065: error: 'result' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1067: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1067: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1077: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:1098: error: 'MEMCACHED_END' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1098: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_setMulti_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:1194: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1194: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1195: error: 'MEMCACHED_MAX_KEY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1210: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1230: error: 'struct memc_obj' has no member named 'compression' | |
/tmp/pear/temp/memcached/php_memcached.c:1234: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:1234: error: 'struct memc_obj' has no member named 'compression_type' | |
/tmp/pear/temp/memcached/php_memcached.c:1242: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1242: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1244: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1247: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_HOST_LOOKUP_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_CONNECTION_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_CONNECTION_BIND_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_WRITE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_UNKNOWN_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_PROTOCOL_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_SERVER_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_FAIL_UNIX_SOCKET' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'MEMCACHED_SERVER_MARKED_DEAD' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1248: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_store_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:1340: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1340: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1386: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1389: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1393: error: 'struct memc_obj' has no member named 'compression' | |
/tmp/pear/temp/memcached/php_memcached.c:1407: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1407: error: 'MEMCACHED_BEHAVIOR_BINARY_PROTOCOL' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1412: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:1412: error: 'struct memc_obj' has no member named 'compression_type' | |
/tmp/pear/temp/memcached/php_memcached.c:1422: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1422: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1424: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1431: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1433: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1441: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1443: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1450: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1452: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1459: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1461: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1468: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1470: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1481: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_HOST_LOOKUP_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_CONNECTION_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_CONNECTION_BIND_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_WRITE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_UNKNOWN_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_PROTOCOL_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_SERVER_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_FAIL_UNIX_SOCKET' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'MEMCACHED_SERVER_MARKED_DEAD' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1482: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_cas_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:1508: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1508: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1524: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1527: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1533: error: 'struct memc_obj' has no member named 'compression' | |
/tmp/pear/temp/memcached/php_memcached.c:1537: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:1537: error: 'struct memc_obj' has no member named 'compression_type' | |
/tmp/pear/temp/memcached/php_memcached.c:1544: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1544: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1546: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1549: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_delete_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:1613: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1613: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1631: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1634: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1638: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1638: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1641: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_deleteMulti_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:1658: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1658: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1673: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1693: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1693: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1695: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_incdec_impl': | |
/tmp/pear/temp/memcached/php_memcached.c:1714: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1714: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1731: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1734: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1747: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1747: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1749: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1753: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1755: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1761: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1763: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1767: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1769: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1774: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_HOST_LOOKUP_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_CONNECTION_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_CONNECTION_BIND_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_WRITE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_UNKNOWN_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_PROTOCOL_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_SERVER_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_FAIL_UNIX_SOCKET' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'MEMCACHED_SERVER_MARKED_DEAD' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1775: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_addServer': | |
/tmp/pear/temp/memcached/php_memcached.c:1822: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1822: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1831: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1834: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1834: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1835: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1835: error: 'MEMCACHED_BEHAVIOR_USE_UDP' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1836: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1838: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1841: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_addServers': | |
/tmp/pear/temp/memcached/php_memcached.c:1858: error: 'memcached_server_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1858: error: 'list' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1859: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1859: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:1867: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1912: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1914: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:1923: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1925: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_getServerList': | |
/tmp/pear/temp/memcached/php_memcached.c:1939: error: 'memcached_server_function' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1939: error: expected ';' before 'callbacks' | |
/tmp/pear/temp/memcached/php_memcached.c:1948: error: 'callbacks' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1948: error: 'php_memc_do_serverlist_callback' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1950: error: 'struct callbackContext' has no member named 'return_value' | |
/tmp/pear/temp/memcached/php_memcached.c:1951: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_getServerByKey': | |
/tmp/pear/temp/memcached/php_memcached.c:1961: error: 'memcached_server_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1961: error: 'server' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1962: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1962: error: expected ';' before 'error' | |
/tmp/pear/temp/memcached/php_memcached.c:1970: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1973: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1977: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:1977: error: 'error' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:1979: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_resetServerList': | |
/tmp/pear/temp/memcached/php_memcached.c:2002: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_quit': | |
/tmp/pear/temp/memcached/php_memcached.c:2019: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_getStats': | |
/tmp/pear/temp/memcached/php_memcached.c:2028: error: 'memcached_stat_st' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2028: error: 'stats' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2029: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2029: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:2031: error: 'memcached_server_function' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2031: error: expected ';' before 'callbacks' | |
/tmp/pear/temp/memcached/php_memcached.c:2040: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2045: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2045: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2046: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:2049: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2049: error: 'MEMCACHED_SOME_ERRORS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2050: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2056: error: 'callbacks' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2056: error: 'php_memc_do_stats_callback' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2057: error: 'struct callbackContext' has no member named 'i' | |
/tmp/pear/temp/memcached/php_memcached.c:2058: error: 'struct callbackContext' has no member named 'stats' | |
/tmp/pear/temp/memcached/php_memcached.c:2059: error: 'struct callbackContext' has no member named 'return_value' | |
/tmp/pear/temp/memcached/php_memcached.c:2060: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2062: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_getVersion': | |
/tmp/pear/temp/memcached/php_memcached.c:2070: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2070: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:2072: error: 'memcached_server_function' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2072: error: expected ';' before 'callbacks' | |
/tmp/pear/temp/memcached/php_memcached.c:2083: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2083: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2084: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c:2089: error: 'callbacks' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2089: error: 'php_memc_do_version_callback' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2090: error: 'struct callbackContext' has no member named 'return_value' | |
/tmp/pear/temp/memcached/php_memcached.c:2092: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: At top level: | |
/tmp/pear/temp/memcached/php_memcached.c:2098: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_dump_func_callback' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_getAllKeys': | |
/tmp/pear/temp/memcached/php_memcached.c:2109: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2109: error: expected ';' before 'rc' | |
/tmp/pear/temp/memcached/php_memcached.c:2110: error: 'memcached_dump_func' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2110: error: expected ';' before 'callback' | |
/tmp/pear/temp/memcached/php_memcached.c:2113: error: 'callback' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2113: error: 'php_memc_dump_func_callback' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2117: error: 'rc' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2117: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2118: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_flush': | |
/tmp/pear/temp/memcached/php_memcached.c:2130: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2130: error: expected ';' before 'status' | |
/tmp/pear/temp/memcached/php_memcached.c:2138: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2140: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2140: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2141: error: too many arguments to function 'php_memc_handle_error' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_getOption': | |
/tmp/pear/temp/memcached/php_memcached.c:2155: error: 'memcached_behavior' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2155: error: expected ';' before 'flag' | |
/tmp/pear/temp/memcached/php_memcached.c:2166: error: 'struct memc_obj' has no member named 'compression_type' | |
/tmp/pear/temp/memcached/php_memcached.c:2169: error: 'struct memc_obj' has no member named 'compression' | |
/tmp/pear/temp/memcached/php_memcached.c:2173: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2173: error: expected ';' before 'retval' | |
/tmp/pear/temp/memcached/php_memcached.c:2176: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2176: error: 'MEMCACHED_CALLBACK_PREFIX_KEY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2176: error: 'retval' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2177: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2189: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:2192: error: 'MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2193: error: 'MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2194: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2203: error: 'flag' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2203: error: expected ';' before 'option' | |
/tmp/pear/temp/memcached/php_memcached.c:2204: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_set_option': | |
/tmp/pear/temp/memcached/php_memcached.c:2212: error: 'memcached_behavior' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2212: error: expected ';' before 'flag' | |
/tmp/pear/temp/memcached/php_memcached.c:2218: error: 'struct memc_obj' has no member named 'compression' | |
/tmp/pear/temp/memcached/php_memcached.c:2225: error: 'struct memc_obj' has no member named 'compression_type' | |
/tmp/pear/temp/memcached/php_memcached.c:2253: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2253: error: 'MEMCACHED_CALLBACK_PREFIX_KEY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2253: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2260: error: 'MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2261: error: 'flag' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2261: error: expected ';' before 'option' | |
/tmp/pear/temp/memcached/php_memcached.c:2264: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2264: error: 'MEMCACHED_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2280: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2281: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2304: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:2306: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c:2317: error: expected ';' before 'option' | |
/tmp/pear/temp/memcached/php_memcached.c:2324: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2324: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'zim_Memcached_getResultMessage': | |
/tmp/pear/temp/memcached/php_memcached.c:2453: error: 'MEMCACHED_ERRNO' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2454: error: 'MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2455: error: 'MEMCACHED_UNKNOWN_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2459: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2459: error: 'memcached_return' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2459: error: expected ')' before 'i_obj' | |
/tmp/pear/temp/memcached/php_memcached.c:2465: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2465: error: expected ')' before 'i_obj' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_destroy': | |
/tmp/pear/temp/memcached/php_memcached.c:2516: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2517: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_sess_dtor': | |
/tmp/pear/temp/memcached/php_memcached.c:2568: error: 'memcached_sess' has no member named 'memc_sess' | |
/tmp/pear/temp/memcached/php_memcached.c: At top level: | |
/tmp/pear/temp/memcached/php_memcached.c:2576: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_serverlist_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:2593: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_stats_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:2637: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_version_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:2655: error: expected declaration specifiers or '...' before 'memcached_return' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_handle_error': | |
/tmp/pear/temp/memcached/php_memcached.c:2659: error: 'status' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2660: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2661: error: 'MEMCACHED_STORED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2662: error: 'MEMCACHED_DELETED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2663: error: 'MEMCACHED_STAT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2668: error: 'MEMCACHED_END' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2669: error: 'MEMCACHED_BUFFERED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2675: error: 'MEMCACHED_SOME_ERRORS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:2680: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c:2691: error: 'struct memc_obj' has no member named 'memc' | |
/tmp/pear/temp/memcached/php_memcached.c: At top level: | |
/tmp/pear/temp/memcached/php_memcached.c:3087: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'php_memc_do_cache_callback' | |
/tmp/pear/temp/memcached/php_memcached.c:3170: error: expected declaration specifiers or '...' before 'memcached_result_st' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_do_result_callback': | |
/tmp/pear/temp/memcached/php_memcached.c:3191: error: 'result' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3202: error: 'struct memc_obj' has no member named 'serializer' | |
/tmp/pear/temp/memcached/php_memcached.c: In function 'php_memc_register_constants': | |
/tmp/pear/temp/memcached/php_memcached.c:3667: error: 'MEMCACHED_BEHAVIOR_HASH' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3668: error: 'MEMCACHED_HASH_DEFAULT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3669: error: 'MEMCACHED_HASH_MD5' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3670: error: 'MEMCACHED_HASH_CRC' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3671: error: 'MEMCACHED_HASH_FNV1_64' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3672: error: 'MEMCACHED_HASH_FNV1A_64' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3673: error: 'MEMCACHED_HASH_FNV1_32' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3674: error: 'MEMCACHED_HASH_FNV1A_32' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3675: error: 'MEMCACHED_HASH_HSIEH' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3676: error: 'MEMCACHED_HASH_MURMUR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3677: error: 'MEMCACHED_BEHAVIOR_DISTRIBUTION' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3678: error: 'MEMCACHED_DISTRIBUTION_MODULA' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3679: error: 'MEMCACHED_DISTRIBUTION_CONSISTENT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3683: error: 'MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3684: error: 'MEMCACHED_BEHAVIOR_KETAMA_HASH' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3685: error: 'MEMCACHED_BEHAVIOR_TCP_KEEPALIVE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3686: error: 'MEMCACHED_BEHAVIOR_BUFFER_REQUESTS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3687: error: 'MEMCACHED_BEHAVIOR_BINARY_PROTOCOL' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3688: error: 'MEMCACHED_BEHAVIOR_NO_BLOCK' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3689: error: 'MEMCACHED_BEHAVIOR_TCP_NODELAY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3690: error: 'MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3691: error: 'MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3692: error: 'MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3693: error: 'MEMCACHED_BEHAVIOR_RETRY_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3694: error: 'MEMCACHED_BEHAVIOR_SND_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3695: error: 'MEMCACHED_BEHAVIOR_RCV_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3696: error: 'MEMCACHED_BEHAVIOR_POLL_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3697: error: 'MEMCACHED_BEHAVIOR_CACHE_LOOKUPS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3698: error: 'MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMIT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3699: error: 'MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3700: error: 'MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3701: error: 'MEMCACHED_BEHAVIOR_NOREPLY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3702: error: 'MEMCACHED_BEHAVIOR_SORT_HOSTS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3703: error: 'MEMCACHED_BEHAVIOR_VERIFY_KEY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3704: error: 'MEMCACHED_BEHAVIOR_USE_UDP' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3717: error: 'MEMCACHED_SUCCESS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3718: error: 'MEMCACHED_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3719: error: 'MEMCACHED_HOST_LOOKUP_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3720: error: 'MEMCACHED_UNKNOWN_READ_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3721: error: 'MEMCACHED_PROTOCOL_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3722: error: 'MEMCACHED_CLIENT_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3723: error: 'MEMCACHED_SERVER_ERROR' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3724: error: 'MEMCACHED_WRITE_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3725: error: 'MEMCACHED_DATA_EXISTS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3726: error: 'MEMCACHED_NOTSTORED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3727: error: 'MEMCACHED_NOTFOUND' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3728: error: 'MEMCACHED_PARTIAL_READ' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3729: error: 'MEMCACHED_SOME_ERRORS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3730: error: 'MEMCACHED_NO_SERVERS' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3731: error: 'MEMCACHED_END' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3732: error: 'MEMCACHED_ERRNO' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3733: error: 'MEMCACHED_BUFFERED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3734: error: 'MEMCACHED_TIMEOUT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3735: error: 'MEMCACHED_BAD_KEY_PROVIDED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3736: error: 'MEMCACHED_STORED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3737: error: 'MEMCACHED_DELETED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3738: error: 'MEMCACHED_STAT' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3739: error: 'MEMCACHED_ITEM' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3740: error: 'MEMCACHED_NOT_SUPPORTED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3741: error: 'MEMCACHED_FETCH_NOTFINISHED' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3742: error: 'MEMCACHED_SERVER_MARKED_DEAD' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3743: error: 'MEMCACHED_UNKNOWN_STAT_KEY' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3744: error: 'MEMCACHED_INVALID_HOST_PROTOCOL' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3745: error: 'MEMCACHED_MEMORY_ALLOCATION_FAILURE' undeclared (first use in this function) | |
/tmp/pear/temp/memcached/php_memcached.c:3746: error: 'MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE' undeclared (first use in this function) | |
make: *** [php_memcached.lo] Error 1 | |
ERROR: `make' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment