Closed Webonaute closed 7 years ago
@Webonaute oh! php7.1 has not been tried yet. Will support php7.1 as soon as possible. thank you
@Webonaute hello!I can php7.1.2 version can be compiled, you can provide the next detailed version of php and osx version?
`make /bin/sh /Users/mathieudelisle/Downloads/xhprof/extension/libtool --mode=compile cc -I. -I/Users/mathieudelisle/Downloads/xhprof/extension -DPHP_ATOM_INC -I/Users/mathieudelisle/Downloads/xhprof/extension/include -I/Users/mathieudelisle/Downloads/xhprof/extension/main -I/Users/mathieudelisle/Downloads/xhprof/extension -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 /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c -o xhprof.lo mkdir .libs cc -I. -I/Users/mathieudelisle/Downloads/xhprof/extension -DPHP_ATOM_INC -I/Users/mathieudelisle/Downloads/xhprof/extension/include -I/Users/mathieudelisle/Downloads/xhprof/extension/main -I/Users/mathieudelisle/Downloads/xhprof/extension -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 /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c -fno-common -DPIC -o .libs/xhprof.o /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:413:9: warning: implicit declaration of function 'RETVAL_ARR' is invalid in C99 [-Wimplicit-function-declaration] RETVAL_ARR(Z_ARR(hp_globals.stats_count)); ^ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:413:20: warning: implicit declaration of function 'Z_ARR' is invalid in C99 [-Wimplicit-function-declaration] RETVAL_ARR(Z_ARR(hp_globals.stats_count)); ^ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:414:9: warning: implicit declaration of function 'ZVAL_UNDEF' is invalid in C99 [-Wimplicit-function-declaration] ZVAL_UNDEF(&hp_globals.stats_count); ^ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:693:43: error: use of undeclared identifier 'IS_UNDEF' if (Z_TYPE(hp_globals.stats_count) == IS_UNDEF) { ^ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:726:43: error: use of undeclared identifier 'IS_UNDEF' if (Z_TYPE(hp_globals.stats_count) != IS_UNDEF) { ^ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:727:9: warning: incompatible pointer types passing 'zval ' (aka 'struct _zval_struct ') to parameter of type 'zval ' (aka 'struct _zval_struct ') [-Wincompatible-pointer-types] zval_ptr_dtor(&hp_globals.stats_count); ^
~~~~~~~~~ /usr/include/php/Zend/zend_variables.h:57:48: note: expanded from macro 'zval_ptr_dtor'define zval_ptr_dtor(zval_ptr) _zval_ptr_dtor((zval_ptr) ZEND_FILE_LINE_CC)
/usr/include/php/Zend/zend_variables.h:51:37: note: passing argument to parameter 'zval_ptr' here ZEND_API void _zval_ptr_dtor(zval *zval_ptr ZEND_FILE_LINE_DC); ^ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:811:15: warning: implicit declaration of function 'ZEND_CALL_ARG' is invalid in C99 [-Wimplicit-function-declaration] arg = ZEND_CALL_ARG(data, 1); ^ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:811:13: warning: incompatible integer to pointer conversion assigning to 'zval ' (aka 'struct _zval_struct ') from 'int' [-Wint-conversion] arg = ZEND_CALL_ARG(data, 1); ^
~~~~~~ /Users/mathieudelisle/Downloads/xhprof/extension/xhprof.c:815:31: error: no member named 'This' in 'struct _zend_execute_data' zval object = (data->This.value.obj) ? &(data->This) : NULL;