Guest User

Untitled

a guest
Apr 29th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.28 KB | None | 0 0
  1. Step 3/3 : RUN mkdir -p -m 0777 /tmp/xhprof && chown www-data:www-data /tmp/xhprof && git clone https://github.com/humanmade/xhprof /opt/xhprof &&     cd /opt/xhprof/extension &&     git checkout -b s
  2. ampling-interval &&     phpize  &&     ./configure --with-php-config=/usr/local/bin/php-config  &&     make && make install
  3.  ---> Running in 7f07edb5184e
  4. Cloning into '/opt/xhprof'...
  5. Switched to a new branch 'sampling-interval'
  6. Configuring for:
  7. PHP Api Version:         20160303
  8. Zend Module Api No:      20160303
  9. Zend Extension Api No:   320160303
  10. checking for grep that handles long lines and -e... /bin/grep
  11. checking for egrep... /bin/grep -E
  12. checking for a sed that does not truncate output... /bin/sed
  13. checking for cc... cc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether cc accepts -g... yes
  21. checking for cc option to accept ISO C89... none needed
  22. checking how to run the C preprocessor... cc -E
  23. checking for icc... no
  24. checking for suncc... no
  25. checking whether cc understands -c and -o together... yes
  26. checking for system library directory... lib
  27. checking if compiler supports -R... no
  28. checking if compiler supports -Wl,-rpath,... yes
  29. checking build system type... x86_64-unknown-linux-gnu
  30. checking host system type... x86_64-unknown-linux-gnu
  31. checking target system type... x86_64-unknown-linux-gnu
  32. checking for PHP prefix... /usr/local
  33. 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/ex
  34. t/date/lib
  35. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20160303
  36. checking for PHP installed headers prefix... /usr/local/include/php
  37. checking if debug is enabled... no
  38. checking if zts is enabled... no
  39. checking for re2c... re2c
  40. checking for re2c version... 0.13.5 (ok)
  41. checking for gawk... no
  42. checking for nawk... nawk
  43. checking if nawk is broken... no
  44. checking whether to enable xhprof support... yes, shared
  45. checking for ld used by cc... /usr/bin/ld
  46. checking if the linker (/usr/bin/ld) is GNU ld... yes
  47. checking for /usr/bin/ld option to reload object files... -r
  48. checking for BSD-compatible nm... /usr/bin/nm -B
  49. checking whether ln -s works... yes
  50. checking how to recognize dependent libraries... pass_all
  51. checking for ANSI C header files... yes
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unistd.h... yes
  61. checking dlfcn.h usability... yes
  62. checking dlfcn.h presence... yes
  63. checking for dlfcn.h... yes
  64. checking the maximum length of command line arguments... 1572864
  65. checking command to parse /usr/bin/nm -B output from cc object... ok
  66. checking for objdir... .libs
  67. checking for ar... ar
  68. checking for ranlib... ranlib
  69. checking for strip... strip
  70. checking if cc supports -fno-rtti -fno-exceptions... no
  71. checking for cc option to produce PIC... -fPIC
  72. checking if cc PIC flag -fPIC works... yes
  73. checking if cc static flag -static works... yes
  74. checking if cc supports -c -o file.o... yes
  75. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... no
  83.  
  84. creating libtool
  85. appending configuration tag "CXX" to libtool
  86. configure: creating ./config.status
  87. config.status: creating config.h
  88. /bin/bash /opt/xhprof/extension/libtool --mode=compile cc  -I. -I/opt/xhprof/extension -DPHP_ATOM_INC -I/opt/xhprof/extension/include -I/opt/xhprof/extension/main -I/opt/xhprof/extension -I/usr/local/
  89. 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 /
  90. opt/xhprof/extension/xhprof.c -o xhprof.lo
  91. mkdir .libs
  92.  cc -I. -I/opt/xhprof/extension -DPHP_ATOM_INC -I/opt/xhprof/extension/include -I/opt/xhprof/extension/main -I/opt/xhprof/extension -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/
  93. 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 /opt/xhprof/extension/xhprof.c  -fPIC -DPIC -o .libs/xhprof.
  94. o
  95. /opt/xhprof/extension/xhprof.c: In function 'hp_get_function_name':
  96. /opt/xhprof/extension/xhprof.c:936:21: error: 'zend_execute_data' has no member named 'function_state'
  97.      curr_func = data->function_state.function;
  98.                      ^
  99. /opt/xhprof/extension/xhprof.c:939:10: warning: assignment from incompatible pointer type
  100.      func = curr_func->common.function_name;
  101.           ^
  102. /opt/xhprof/extension/xhprof.c:950:13: warning: assignment from incompatible pointer type
  103.          cls = curr_func->common.scope->name;
  104.              ^
  105. /opt/xhprof/extension/xhprof.c:951:22: error: 'zend_execute_data' has no member named 'object'
  106.        } else if (data->object) {
  107.                       ^
  108. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  109.                  from /usr/local/include/php/main/php.h:35,
  110.                  from /opt/xhprof/extension/xhprof.c:27:
  111. /opt/xhprof/extension/xhprof.c:952:28: error: 'zend_execute_data' has no member named 'object'
  112.          cls = Z_OBJCE(*data->object)->name;
  113.                             ^
  114. /usr/local/include/php/Zend/zend_types.h:537:26: note: in definition of macro 'Z_OBJ'
  115.  #define Z_OBJ(zval)     (zval).value.obj
  116.                           ^
  117. /opt/xhprof/extension/xhprof.c:952:15: note: in expansion of macro 'Z_OBJCE'
  118.          cls = Z_OBJCE(*data->object)->name;
  119.                ^
  120. /opt/xhprof/extension/xhprof.c:1013:41: warning: passing argument 1 of 'hp_get_base_filename' from incompatible pointer type
  121.          filename = hp_get_base_filename((curr_func->op_array).filename);
  122.                                          ^
  123. /opt/xhprof/extension/xhprof.c:897:20: note: expected 'const char *' but argument is of type 'struct zend_string *'
  124.  static const char *hp_get_base_filename(const char *filename) {
  125.                     ^
  126. /opt/xhprof/extension/xhprof.c: In function 'hp_inc_count':
  127. /opt/xhprof/extension/xhprof.c:1093:26: warning: passing argument 2 of 'zend_hash_find' from incompatible pointer type
  128.    if (zend_hash_find(ht, name, strlen(name) + 1, &data) == SUCCESS) {
  129.                           ^
  130. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  131.                  from /usr/local/include/php/main/php.h:35,
  132.                  from /opt/xhprof/extension/xhprof.c:27:
  133. /usr/local/include/php/Zend/zend_hash.h:161:30: note: expected 'struct zend_string *' but argument is of type 'char *'
  134.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  135.                               ^
  136. /opt/xhprof/extension/xhprof.c:1093:7: error: too many arguments to function 'zend_hash_find'
  137.    if (zend_hash_find(ht, name, strlen(name) + 1, &data) == SUCCESS) {
  138.        ^
  139. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  140.                  from /usr/local/include/php/main/php.h:35,
  141.                  from /opt/xhprof/extension/xhprof.c:27:
  142. /usr/local/include/php/Zend/zend_hash.h:161:30: note: declared here
  143.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  144.                               ^
  145. /opt/xhprof/extension/xhprof.c: In function 'hp_hash_lookup':
  146. /opt/xhprof/extension/xhprof.c:1117:26: warning: passing argument 2 of 'zend_hash_find' from incompatible pointer type
  147.    if (zend_hash_find(ht, symbol, strlen(symbol) + 1, &data) == SUCCESS) {
  148.                           ^
  149. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  150.                  from /usr/local/include/php/main/php.h:35,
  151.                  from /opt/xhprof/extension/xhprof.c:27:
  152. /usr/local/include/php/Zend/zend_hash.h:161:30: note: expected 'struct zend_string *' but argument is of type 'char *'
  153.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  154.                               ^
  155. /opt/xhprof/extension/xhprof.c:1117:7: error: too many arguments to function 'zend_hash_find'
  156.    if (zend_hash_find(ht, symbol, strlen(symbol) + 1, &data) == SUCCESS) {
  157.        ^
  158. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  159.                  from /usr/local/include/php/main/php.h:35,
  160.                  from /opt/xhprof/extension/xhprof.c:27:
  161. /usr/local/include/php/Zend/zend_hash.h:161:30: note: declared here
  162.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  163.                               ^
  164. /opt/xhprof/extension/xhprof.c: In function 'hp_sample_stack':
  165. /opt/xhprof/extension/xhprof.c:1181:21: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  166.                     1);
  167.                      ^
  168. /opt/xhprof/extension/xhprof.c:1178:3: error: 'add_assoc_string' undeclared (first use in this function)
  169.    add_assoc_string(hp_globals.stats_count,
  170.    ^
  171. /opt/xhprof/extension/xhprof.c:1178:3: note: each undeclared identifier is reported only once for each function it appears in
  172. /opt/xhprof/extension/xhprof.c: In function 'hp_execute_ex':
  173. /opt/xhprof/extension/xhprof.c:1656:36: error: 'zend_execute_data' has no member named 'op_array'
  174.    zend_op_array *ops = execute_data->op_array;
  175.                                     ^
  176. /opt/xhprof/extension/xhprof.c: In function 'hp_execute_internal':
  177. /opt/xhprof/extension/xhprof.c:1709:43: error: 'zend_execute_data' has no member named 'op_array'
  178.    func = hp_get_function_name(current_data->op_array TSRMLS_CC);
  179.                                            ^
  180. /opt/xhprof/extension/xhprof.c:1722:47: error: 'zend_execute_data' has no member named 'function_state'
  181.        ((zend_internal_function *) execute_data->function_state.function)->handler(
  182.                                                ^
  183. /opt/xhprof/extension/xhprof.c:1724:13: error: 'struct _zend_fcall_info' has no member named 'retval_ptr_ptr'
  184.          *fci->retval_ptr_ptr,
  185.              ^
  186. /opt/xhprof/extension/xhprof.c:1725:12: error: 'struct _zend_fcall_info' has no member named 'retval_ptr_ptr'
  187.          fci->retval_ptr_ptr,
  188.             ^
  189. /opt/xhprof/extension/xhprof.c:1726:12: error: 'struct _zend_fcall_info' has no member named 'object_ptr'
  190.          fci->object_ptr,
  191.             ^
  192. /opt/xhprof/extension/xhprof.c:1729:92: error: invalid type argument of '->' (have 'int')
  193.        zval **return_value_ptr = &EX_TMP_VAR(execute_data, execute_data->opline->result.var)->var.ptr;
  194.                                                                                             ^
  195. /opt/xhprof/extension/xhprof.c:1730:47: error: 'zend_execute_data' has no member named 'function_state'
  196.        ((zend_internal_function *) execute_data->function_state.function)->handler(
  197.                                                ^
  198. /opt/xhprof/extension/xhprof.c:1733:22: error: 'zend_execute_data' has no member named 'function_state'
  199.          (execute_data->function_state.function->common.fn_flags & ZEND_ACC_RETURN_REFERENCE)
  200.                       ^
  201. /opt/xhprof/extension/xhprof.c:1736:21: error: 'zend_execute_data' has no member named 'object'
  202.          execute_data->object,
  203.                      ^
  204. /opt/xhprof/extension/xhprof.c: In function 'hp_begin':
  205. /opt/xhprof/extension/xhprof.c:1864:28: warning: assignment from incompatible pointer type
  206.      _zend_execute_internal = zend_execute_internal;
  207.                             ^
  208. /opt/xhprof/extension/xhprof.c:1869:29: warning: assignment from incompatible pointer type
  209.        zend_execute_internal = hp_execute_internal;
  210.                              ^
  211. /opt/xhprof/extension/xhprof.c: In function 'hp_stop':
  212. /opt/xhprof/extension/xhprof.c:1937:25: warning: assignment from incompatible pointer type
  213.    zend_execute_internal = _zend_execute_internal;
  214.                          ^
  215. /opt/xhprof/extension/xhprof.c: In function 'hp_zval_at_key':
  216. /opt/xhprof/extension/xhprof.c:1964:13: error: 'zval' has no member named 'type'
  217.    if (values->type == IS_ARRAY) {
  218.              ^
  219. /opt/xhprof/extension/xhprof.c:1970:28: warning: passing argument 2 of 'zend_hash_find' from incompatible pointer type
  220.      if (zend_hash_find(ht, key, len, (void**)&value) == SUCCESS) {
  221.                             ^
  222. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  223.                  from /usr/local/include/php/main/php.h:35,
  224.                  from /opt/xhprof/extension/xhprof.c:27:
  225. /usr/local/include/php/Zend/zend_hash.h:161:30: note: expected 'struct zend_string *' but argument is of type 'char *'
  226.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  227.                               ^
  228. /opt/xhprof/extension/xhprof.c:1970:9: error: too many arguments to function 'zend_hash_find'
  229.      if (zend_hash_find(ht, key, len, (void**)&value) == SUCCESS) {
  230.          ^
  231. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  232.                  from /usr/local/include/php/main/php.h:35,
  233.                  from /opt/xhprof/extension/xhprof.c:27:
  234. /usr/local/include/php/Zend/zend_hash.h:161:30: note: declared here
  235.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  236.                               ^
  237. /opt/xhprof/extension/xhprof.c: In function 'hp_strings_in_zval':
  238. /opt/xhprof/extension/xhprof.c:1994:13: error: 'zval' has no member named 'type'
  239.    if (values->type == IS_ARRAY) {
  240.              ^
  241. /opt/xhprof/extension/xhprof.c:2014:47: warning: passing argument 2 of 'zend_hash_get_current_key_ex' from incompatible pointer type
  242.        type = zend_hash_get_current_key_ex(ht, &str, &len, &idx, 0, NULL);
  243.                                                ^
  244. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  245.                  from /usr/local/include/php/main/php.h:35,
  246.                  from /opt/xhprof/extension/xhprof.c:27:
  247. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected 'struct zend_string **' but argument is of type 'char **'
  248.  ZEND_API int   ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  249.                               ^
  250. /opt/xhprof/extension/xhprof.c:2014:53: warning: passing argument 3 of 'zend_hash_get_current_key_ex' from incompatible pointer type
  251.        type = zend_hash_get_current_key_ex(ht, &str, &len, &idx, 0, NULL);
  252.                                                      ^
  253. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  254.                  from /usr/local/include/php/main/php.h:35,
  255.                  from /opt/xhprof/extension/xhprof.c:27:
  256. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected 'zend_ulong *' but argument is of type 'uint *'
  257.  ZEND_API int   ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  258.                               ^
  259. /opt/xhprof/extension/xhprof.c:2014:59: warning: passing argument 4 of 'zend_hash_get_current_key_ex' from incompatible pointer type
  260.        type = zend_hash_get_current_key_ex(ht, &str, &len, &idx, 0, NULL);
  261.                                                            ^
  262. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  263.                  from /usr/local/include/php/main/php.h:35,
  264.                  from /opt/xhprof/extension/xhprof.c:27:
  265. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected 'HashPosition *' but argument is of type 'ulong *'
  266.  ZEND_API int   ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  267.                               ^
  268. /opt/xhprof/extension/xhprof.c:2014:14: error: too many arguments to function 'zend_hash_get_current_key_ex'
  269.        type = zend_hash_get_current_key_ex(ht, &str, &len, &idx, 0, NULL);
  270.               ^
  271. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  272.                  from /usr/local/include/php/main/php.h:35,
  273.                  from /opt/xhprof/extension/xhprof.c:27:
  274. /usr/local/include/php/Zend/zend_hash.h:195:30: note: declared here
  275.  ZEND_API int   ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  276.                               ^
  277. /opt/xhprof/extension/xhprof.c:2017:58: error: macro "zend_hash_get_current_data" passed 2 arguments, but takes just 1
  278.          if ((zend_hash_get_current_data(ht, (void**)&data) == SUCCESS) &&
  279.                                                           ^
  280. /opt/xhprof/extension/xhprof.c:2017:14: error: 'zend_hash_get_current_data' undeclared (first use in this function)
  281.          if ((zend_hash_get_current_data(ht, (void**)&data) == SUCCESS) &&
  282.               ^
  283. In file included from /usr/include/string.h:635:0,
  284.                  from /usr/local/include/php/main/../main/php_config.h:2504,
  285.                  from /usr/local/include/php/Zend/zend_config.h:1,
  286.                  from /usr/local/include/php/Zend/zend_portability.h:48,
  287.                  from /usr/local/include/php/Zend/zend_types.h:27,
  288.                  from /usr/local/include/php/Zend/zend.h:31,
  289.                  from /usr/local/include/php/main/php.h:35,
  290.                  from /opt/xhprof/extension/xhprof.c:27:
  291. /opt/xhprof/extension/xhprof.c:2019:20: warning: passing argument 1 of '__builtin_strlen' makes pointer from integer without a cast
  292.              strcmp(Z_STRVAL_PP(data), ROOT_SYMBOL)) { /* do not ignore "main" */
  293.                     ^
  294. /opt/xhprof/extension/xhprof.c:2019:20: note: expected 'const char *' but argument is of type 'int'
  295. /opt/xhprof/extension/xhprof.c:2019:20: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast
  296.              strcmp(Z_STRVAL_PP(data), ROOT_SYMBOL)) { /* do not ignore "main" */
  297.                     ^
  298. /opt/xhprof/extension/xhprof.c:2019:20: note: expected 'const char *' but argument is of type 'int'
  299. /opt/xhprof/extension/xhprof.c:2019:20: warning: passing argument 1 of '__builtin_strlen' makes pointer from integer without a cast
  300.              strcmp(Z_STRVAL_PP(data), ROOT_SYMBOL)) { /* do not ignore "main" */
  301.                     ^
  302. /opt/xhprof/extension/xhprof.c:2019:20: note: expected 'const char *' but argument is of type 'int'
  303. /opt/xhprof/extension/xhprof.c:2019:20: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast
  304.              strcmp(Z_STRVAL_PP(data), ROOT_SYMBOL)) { /* do not ignore "main" */
  305.                     ^
  306. /opt/xhprof/extension/xhprof.c:2019:20: note: expected 'const char *' but argument is of type 'int'
  307. /opt/xhprof/extension/xhprof.c:2019:20: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast
  308.              strcmp(Z_STRVAL_PP(data), ROOT_SYMBOL)) { /* do not ignore "main" */
  309.                     ^
  310. /opt/xhprof/extension/xhprof.c:2019:20: note: expected 'const char *' but argument is of type 'int'
  311. /opt/xhprof/extension/xhprof.c:2019:20: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast
  312.              strcmp(Z_STRVAL_PP(data), ROOT_SYMBOL)) { /* do not ignore "main" */
  313.                     ^
  314. /opt/xhprof/extension/xhprof.c:2019:20: note: expected 'const char *' but argument is of type 'int'
  315. In file included from /usr/local/include/php/Zend/zend.h:33:0,
  316.                  from /usr/local/include/php/main/php.h:35,
  317.                  from /opt/xhprof/extension/xhprof.c:27:
  318. /usr/local/include/php/Zend/zend_alloc.h:172:35: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
  319.  #define estrdup(s)       _estrdup((s) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
  320.                                    ^
  321. /opt/xhprof/extension/xhprof.c:2020:24: note: in expansion of macro 'estrdup'
  322.            result[ix] = estrdup(Z_STRVAL_PP(data));
  323.                         ^
  324. In file included from /usr/local/include/php/Zend/zend.h:33:0,
  325.                  from /usr/local/include/php/main/php.h:35,
  326.                  from /opt/xhprof/extension/xhprof.c:27:
  327. /usr/local/include/php/Zend/zend_alloc.h:84:31: note: expected 'const char *' but argument is of type 'int'
  328.  ZEND_API char*  ZEND_FASTCALL _estrdup(const char *s ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC;
  329.                                ^
  330. /opt/xhprof/extension/xhprof.c:2025:19: error: 'zval' has no member named 'type'
  331.    } else if(values->type == IS_STRING) {
  332.                    ^
  333. Makefile:193: recipe for target 'xhprof.lo' failed
  334. make: *** [xhprof.lo] Error 1
  335. ERROR: Service 'wordpress' failed to build: The command '/bin/sh -c mkdir -p -m 0777 /tmp/xhprof && chown www-data:www-data /tmp/xhprof && git clone https://github.com/humanmade/xhprof /opt/xhprof &&
  336.    cd /opt/xhprof/extension &&     git checkout -b sampling-interval &&     phpize  &&     ./configure --with-php-config=/usr/local/bin/php-config  &&     make && make install' returned a non-zero co
  337. de: 2
Advertisement
Add Comment
Please, Sign In to add comment