Skip to content

Instantly share code, notes, and snippets.

@ooghry
Last active June 24, 2020 20:46
Show Gist options
  • Save ooghry/024448c1a7d5acea4a9ad06d66519371 to your computer and use it in GitHub Desktop.
Save ooghry/024448c1a7d5acea4a9ad06d66519371 to your computer and use it in GitHub Desktop.
[root@tse msgpack-2.1.0]# zts-phpize
Configuring for:
PHP Api Version: 20170718
Zend Module Api No: 20170718
Zend Extension Api No: 320170718
[root@tse msgpack-2.1.0]# ./configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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
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 -I/usr/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib64/php/modules
checking for PHP installed headers prefix... /usr/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 for msgpack support... yes, shared
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) 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
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
[root@tse msgpack-2.1.0]# make
/bin/sh /milad/msgpack-2.1.0/libtool --mode=compile cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack.c -o msgpack.lo
libtool: compile: cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack.c -fPIC -DPIC -o .libs/msgpack.o
/bin/sh /milad/msgpack-2.1.0/libtool --mode=compile cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_pack.c -o msgpack_pack.lo
libtool: compile: cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_pack.c -fPIC -DPIC -o .libs/msgpack_pack.o
/bin/sh /milad/msgpack-2.1.0/libtool --mode=compile cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_unpack.c -o msgpack_unpack.lo
libtool: compile: cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_unpack.c -fPIC -DPIC -o .libs/msgpack_unpack.o
/bin/sh /milad/msgpack-2.1.0/libtool --mode=compile cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_class.c -o msgpack_class.lo
libtool: compile: cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_class.c -fPIC -DPIC -o .libs/msgpack_class.o
/bin/sh /milad/msgpack-2.1.0/libtool --mode=compile cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_convert.c -o msgpack_convert.lo
libtool: compile: cc -I. -I/milad/msgpack-2.1.0 -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /milad/msgpack-2.1.0/msgpack_convert.c -fPIC -DPIC -o .libs/msgpack_convert.o
/bin/sh /milad/msgpack-2.1.0/libtool --mode=link cc -DPHP_ATOM_INC -I/milad/msgpack-2.1.0/include -I/milad/msgpack-2.1.0/main -I/milad/msgpack-2.1.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o msgpack.la -export-dynamic -avoid-version -prefer-pic -module -rpath /milad/msgpack-2.1.0/modules msgpack.lo msgpack_pack.lo msgpack_unpack.lo msgpack_class.lo msgpack_convert.lo
libtool: link: cc -shared -fPIC -DPIC .libs/msgpack.o .libs/msgpack_pack.o .libs/msgpack_unpack.o .libs/msgpack_class.o .libs/msgpack_convert.o -O2 -Wl,-soname -Wl,msgpack.so -o .libs/msgpack.so
libtool: link: ( cd ".libs" && rm -f "msgpack.la" && ln -s "../msgpack.la" "msgpack.la" )
/bin/sh /milad/msgpack-2.1.0/libtool --mode=install cp ./msgpack.la /milad/msgpack-2.1.0/modules
libtool: install: cp ./.libs/msgpack.so /milad/msgpack-2.1.0/modules/msgpack.so
libtool: install: cp ./.libs/msgpack.lai /milad/msgpack-2.1.0/modules/msgpack.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/go/bin:/sbin" ldconfig -n /milad/msgpack-2.1.0/modules
----------------------------------------------------------------------
Libraries have been installed in:
/milad/msgpack-2.1.0/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
[root@tse msgpack-2.1.0]# make test
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP : /usr/bin/php
PHP_SAPI : cli
PHP_VERSION : 7.2.27
ZEND_VERSION: 3.2.0
PHP_OS : Linux - Linux tse 3.10.0-1062.9.1.el7.x86_64 #1 SMP Fri Dec 6 15:49:49 UTC 2019 x86_64
INI actual : /milad/msgpack-2.1.0/tmp-php.ini
More .INIs :
CWD : /milad/msgpack-2.1.0
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2020-06-25 01:08:33
=====================================================================
PASS Check for msgpack presence [tests/001.phpt]
PASS Check for null serialisation [tests/002.phpt]
PASS Check for bool serialisation [tests/003.phpt]
PASS Check for integer serialisation [tests/004.phpt]
PASS Check for double serialisation [tests/005.phpt]
PASS Check for simple string serialization [tests/006.phpt]
PASS Check for simple array serialization [tests/007.phpt]
PASS Check for array+string serialization [tests/008.phpt]
PASS Check for reference serialization [tests/009.phpt]
PASS Array test [tests/010.phpt]
PASS Object test [tests/012.phpt]
PASS Object-Array test [tests/013.phpt]
PASS Object-Reference test [tests/014.phpt]
PASS Check for serialization handler [tests/015.phpt]
PASS Check for serialization handler, ini-directive [tests/015b.phpt]
PASS Check for serialization handler, broken [tests/015e.phpt]
PASS Object test, __sleep [tests/016.phpt]
PASS Object test, __wakeup [tests/017.phpt]
PASS Object test, __sleep error cases [tests/018.phpt]
PASS Object test, __autoload [tests/019.phpt]
PASS Object test, incomplete class [tests/020.phpt]
PASS Object Serializable interface [tests/021.phpt]
PASS Object test, unserialize_callback_func [tests/022.phpt]
PASS Resource [tests/023.phpt]
PASS Recursive objects [tests/024.phpt]
PASS Object test, array of objects with __sleep [tests/025.phpt]
PASS Cyclic array test [tests/026.phpt]
PASS Check for serialization handler [tests/027.phpt]
PASS Serialize object into session, full set [tests/028.phpt]
PASS Msgpack module info [tests/029.phpt]
PASS Unserialize invalid data [tests/030.phpt]
PASS Object Serializable interface throws exceptions [tests/031.phpt]
PASS Object test, __sleep and __wakeup exceptions [tests/032.phpt]
PASS Object test, cyclic references [tests/033.phpt]
XFAIL Unserialize invalid random data [tests/034.phpt] XFAIL REASON: REGRESSION
PASS Profiling perf test. [tests/035.phpt]
SKIP broken random data test [tests/040.phpt] reason: PHP >= 7.1
SKIP broken random data test : MessagePack class [tests/040b.phpt] reason: PHP >= 7.1
SKIP broken random data test : MessagePackUnpacker::feed [tests/040c.phpt] reason: PHP >= 7.1
SKIP broken random data test : MessagePackUnpacker::execute [tests/040d.phpt] reason: PHP >= 7.1
PASS Check for double NaN, Inf, -Inf, 0, and -0 [tests/041.phpt]
PASS Closure [tests/042.phpt]
PASS Check for array unserialization [tests/050.phpt]
PASS Check for buffered streaming unserialization [tests/060.phpt]
PASS Check for unbuffered streaming unserialization [tests/061.phpt]
PASS Extra bytes buffered streaming unserialization [tests/062.phpt]
PASS Extra bytes unbuffered streaming unserialization [tests/063.phpt]
PASS Check for buffered streaming unserialization (single) [tests/064.phpt]
PASS Check for unbuffered streaming unserialization (single) [tests/065.phpt]
PASS Extra bytes buffered streaming unserialization (single) [tests/066.phpt]
PASS Extra bytes unbuffered streaming unserialization (single) [tests/067.phpt]
PASS Check for alias functions [tests/070.phpt]
PASS Check for class methods [tests/071.phpt]
PASS Check for class methods unpacker [tests/072.phpt]
PASS Check for class unpacker [tests/073.phpt]
PASS disabled php only (ini_set) [tests/080.phpt]
PASS disabled php only for class methods (ini_set) [tests/081.phpt]
PASS disabled php only for class methods unpacker (ini_set) [tests/082.phpt]
PASS disabled php only for class unpacker (ini_set) [tests/083.phpt]
PASS disabled php only for class methods (constract) [tests/084.phpt]
PASS disabled php only for class methods unpacker (constract) [tests/085.phpt]
PASS disabled php only for class unpacker (constract) [tests/086.phpt]
PASS disabled php only for class methods (set option) [tests/087.phpt]
PASS disabled php only for class methods unpacker (set option) [tests/088.phpt]
PASS disabled php only for class unpacker (set option) [tests/089.phpt]
PASS unpack of object converter (string) [tests/090.phpt]
PASS unpack of object converter (object) [tests/091.phpt]
PASS unpack of object converter (string: php_only=0) [tests/092.phpt]
PASS unpack of object converter (object: php_only=0) [tests/093.phpt]
PASS unpack of object converter : class unpack (string) [tests/094.phpt]
PASS unpack of object converter : class unpack (object) [tests/095.phpt]
PASS unpack of object converter : class unpack (string: php_only=0) [tests/096.phpt]
PASS unpack of object converter : class unpack (object: php_only=0) [tests/097.phpt]
PASS unpack of object converter: class unpack (string: OPT_PHPONLY=false) [tests/098.phpt]
PASS unpack of object converter : class unpacker (string) [tests/099.phpt]
PASS unpack of object converter : class unpacker (object) [tests/100.phpt]
PASS unpack of object converter : class unpacker (string: php_only=0) [tests/101.phpt]
PASS unpack of object converter : class unpacker (object: php_only=0) [tests/102.phpt]
PASS unpack of object converter: class unpacker (string: OPT_PHPONLY=false) [tests/103.phpt]
PASS unpack of template converter: class unpacker (array: string) [tests/104.phpt]
PASS unpack of template converter: class unpacker (array: object) [tests/105.phpt]
PASS unpack of template converter: class unpacker (string) [tests/106.phpt]
PASS unpack of template converter: class unpacker (object) [tests/107.phpt]
PASS unpack of template converter: multiple class: class unpacker (array: string) [tests/108.phpt]
PASS unpack of template converter: multiple class: class unpacker (array: object) [tests/109.phpt]
PASS unpack of template converter: multiple variable: class unpacker (array: string) [tests/110.phpt]
PASS unpack of template converter: multiple variable: class unpacker (array: object) [tests/111.phpt]
PASS unpack of template converter: multiple class/variable: class unpacker (array: string) [tests/112.phpt]
PASS unpack of template converter: multiple class/variable: class unpacker (array: object) [tests/113.phpt]
PASS unpack of template converter: multiple class/variable: class unpacker (array) [tests/114.phpt]
PASS unpack of template converter: class unpacker (array: string: OPT_PHPONLY=false) [tests/115.phpt]
PASS unpack of template converter: class unpacker (array: object: OPT_PHPONLY=false) [tests/116.phpt]
PASS unpack of template converter: class unpacker (string: OPT_PHPONLY=false) [tests/117.phpt]
PASS unpack of template converter: class unpacker (object: OPT_PHPONLY=false) [tests/118.phpt]
PASS unpack of template converter: multiple class: class unpacker (array: string: OPT_PHPONLY=false) [tests/119.phpt]
PASS unpack of template converter: multiple class: class unpacker (array: object: OPT_PHPONLY=false) [tests/120.phpt]
PASS unpack of template converter: multiple variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/121.phpt]
PASS unpack of template converter: multiple variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/122.phpt]
PASS unpack of template converter: multiple class/variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/123.phpt]
PASS unpack of template converter: multiple class/variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/124.phpt]
PASS unpack of template converter: multiple class/variable: class unpacker (array: OPT_PHPONLY=false) [tests/125.phpt]
PASS unpack of template converter (array: string) [tests/126.phpt]
PASS unpack of template converter (array: object) [tests/127.phpt]
PASS unpack of template converter (string) [tests/128.phpt]
PASS unpack of template converter (object) [tests/129.phpt]
PASS unpack of template converter: multiple class: (array: string) [tests/130.phpt]
PASS unpack of template converter: multiple class: (array: object) [tests/131.phpt]
PASS unpack of template converter: multiple variable: (array: string) [tests/132.phpt]
PASS unpack of template converter: multiple variable: (array: object) [tests/133.phpt]
PASS unpack of template converter: multiple class/variable: (array: string) [tests/134.phpt]
PASS unpack of template converter: multiple class/variable: (array: object) [tests/135.phpt]
PASS unpack of template converter: multiple class/variable: (array) [tests/136.phpt]
PASS unpack/pack str8 [tests/137.phpt]
PASS unpack bin format family [tests/138.phpt]
PASS Null byte key position while unpacking objects [tests/139.phpt]
PASS Null byte key position while unpacking objects [tests/140.phpt]
PASS Bug #2 (Deserializing a large array of nested objects gives "zend_mm_heap corrupted") [tests/bug002.phpt]
PASS Bug #6 (bug with incorrect packing of mixed arrays) [tests/bug006.phpt]
PASS Bug #011 (Check for segfault with empty array structures) [tests/bug011.phpt]
PASS Bug #12 (msgpack_seriallize interfere with php serialize) [tests/bug012.phpt]
PASS Bug #13 (ensure that __get/__set aren't called when packing/unpacking) [tests/bug013.phpt]
PASS Issue #23 (Empty objects get serialized with incorrect type) [tests/issue023.phpt]
PASS Issue #67 (uint64_t) [tests/issue067.phpt]
PASS Issue #80 (Serialized failed on unseted value) [tests/issue080.phpt]
PASS Issue #81 (Ignore IS_UNDEF) [tests/issue081.phpt]
PASS Issue #83 (Arrays and negative index) [tests/issue083.phpt]
PASS Issue #91 (private property in base class) [tests/issue091.phpt]
PASS Issue #94 (PHP7 segmentation fault with references) [tests/issue094.phpt]
PASS Issue #107 ($unpacker->execute() bug) [tests/issue107.phpt]
PASS Issue #132 (Segmentation fault when using cloned unpacker) [tests/issue132.phpt]
PASS Issue #137 (DateTime(Immutable) serialization doesn't work with php 7.4) [tests/issue137.phpt]
PASS Issue #139 (Segmentation fault when using cloned unpacker) [tests/issue139.phpt]
=====================================================================
TIME END 2020-06-25 01:08:44
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 15
---------------------------------------------------------------------
Number of tests : 132 128
Tests skipped : 4 ( 3.0%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 0 ( 0.0%) ( 0.0%)
Expected fail : 1 ( 0.8%) ( 0.8%)
Tests passed : 127 ( 96.2%) ( 99.2%)
---------------------------------------------------------------------
Time taken : 11 seconds
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
Unserialize invalid random data [tests/034.phpt] XFAIL REASON: REGRESSION
=====================================================================
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it. You can then email it to qa-reports@lists.php.net later.
Do you want to send this report now? [Yns]: n
[root@tse msgpack-2.1.0]# zts-php -m
PHP Warning: PHP Startup: Unable to load dynamic library '/milad/msgpack-2.1.0/modules/msgpack.so' (tried: /milad/msgpack-2.1.0/modules/msgpack.so (/milad/msgpack-2.1.0/modules/msgpack.so: undefined symbol: ps_globals), /usr/lib64/php-zts/modules//milad/msgpack-2.1.0/modules/msgpack.so.so (/usr/lib64/php-zts/modules//milad/msgpack-2.1.0/modules/msgpack.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gmp
hash
iconv
intl
json
libxml
mbstring
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
pthreads
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
trader
wddx
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
[root@tse msgpack-2.1.0]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment