Guest User

centminmod error

a guest
Dec 2nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 151.00 KB | None | 0 0
  1. from /usr/local/include/php/main/php.h:35,
  2. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  3. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  4. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  5. ^
  6. /svr-setup/mailparse-2.1.6/mailparse.c:1320:5: warning: passing argument 1 of ‘_ convert_to_string’ from incompatible pointer type [enabled by default]
  7. convert_to_string_ex(&callbackfunc);
  8. ^
  9. In file included from /usr/local/include/php/Zend/zend.h:323:0,
  10. from /usr/local/include/php/main/php.h:35,
  11. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  12. /usr/local/include/php/Zend/zend_operators.h:250:29: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  13. ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op ZEND_FILE_LINE_DC);
  14. ^
  15. /svr-setup/mailparse-2.1.6/mailparse.c:1338:36: error: macro "RETVAL_STRINGL" pa ssed 3 arguments, but takes just 2
  16. RETVAL_STRINGL(membuf, memlen, 1);
  17. ^
  18. /svr-setup/mailparse-2.1.6/mailparse.c:1338:4: error: ‘RETVAL_STRINGL’ undeclare d (first use in this function)
  19. RETVAL_STRINGL(membuf, memlen, 1);
  20. ^
  21. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘add_attr_header_to_zval’:
  22. /svr-setup/mailparse-2.1.6/mailparse.c:1387:2: warning: passing argument 2 of ‘z end_hash_get_current_data_ex’ from incompatible pointer type [enabled by default ]
  23. while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_P(attr->attributes), (void**)&val, &pos)) {
  24. ^
  25. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  26. from /usr/local/include/php/main/php.h:35,
  27. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  28. /usr/local/include/php/Zend/zend_hash.h:198:30: note: expected ‘HashPosition *’ but argument is of type ‘void **’
  29. ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashP osition *pos);
  30. ^
  31. /svr-setup/mailparse-2.1.6/mailparse.c:1387:2: error: too many arguments to func tion ‘zend_hash_get_current_data_ex’
  32. while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_P(attr->attributes), (void**)&val, &pos)) {
  33. ^
  34. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  35. from /usr/local/include/php/main/php.h:35,
  36. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  37. /usr/local/include/php/Zend/zend_hash.h:198:30: note: declared here
  38. ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashP osition *pos);
  39. ^
  40. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: warning: passing argument 2 of ‘z end_hash_get_current_key_ex’ from incompatible pointer type [enabled by default]
  41. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  42. ^
  43. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  44. from /usr/local/include/php/main/php.h:35,
  45. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  46. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected ‘struct zend_stri ng **’ but argument is of type ‘char **’
  47. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  48. ^
  49. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: warning: passing argument 3 of ‘z end_hash_get_current_key_ex’ from incompatible pointer type [enabled by default]
  50. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  51. ^
  52. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  53. from /usr/local/include/php/main/php.h:35,
  54. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  55. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected ‘zend_ulong *’ bu t argument is of type ‘uint *’
  56. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  57. ^
  58. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: warning: passing argument 4 of ‘z end_hash_get_current_key_ex’ from incompatible pointer type [enabled by default]
  59. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  60. ^
  61. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  62. from /usr/local/include/php/main/php.h:35,
  63. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  64. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected ‘HashPosition *’ but argument is of type ‘long int *’
  65. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  66. ^
  67. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: error: too many arguments to func tion ‘zend_hash_get_current_key_ex’
  68. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  69. ^
  70. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  71. from /usr/local/include/php/main/php.h:35,
  72. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  73. /usr/local/include/php/Zend/zend_hash.h:195:30: note: declared here
  74. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  75. ^
  76. /svr-setup/mailparse-2.1.6/mailparse.c:1396:63: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  77. add_assoc_string(return_value, newkey, Z_STRVAL_PP(val), 1);
  78. ^
  79. /svr-setup/mailparse-2.1.6/mailparse.c:1396:5: error: ‘add_assoc_string’ undecla red (first use in this function)
  80. add_assoc_string(return_value, newkey, Z_STRVAL_PP(val), 1);
  81. ^
  82. /svr-setup/mailparse-2.1.6/mailparse.c:1410:59: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  83. add_assoc_string(return_value, valuelabel, attr->value, 1);
  84. ^
  85. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘add_header_reference_to_zva l’:
  86. /svr-setup/mailparse-2.1.6/mailparse.c:1418:2: warning: passing argument 2 of ‘z end_hash_find’ from incompatible pointer type [enabled by default]
  87. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), headerkey, strlen(headerkey )+1, (void**)&headerval)) {
  88. ^
  89. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  90. from /usr/local/include/php/main/php.h:35,
  91. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  92. /usr/local/include/php/Zend/zend_hash.h:161:30: note: expected ‘struct zend_stri ng *’ but argument is of type ‘char *’
  93. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  94. ^
  95. /svr-setup/mailparse-2.1.6/mailparse.c:1418:2: error: too many arguments to func tion ‘zend_hash_find’
  96. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), headerkey, strlen(headerkey )+1, (void**)&headerval)) {
  97. ^
  98. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  99. from /usr/local/include/php/main/php.h:35,
  100. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  101. /usr/local/include/php/Zend/zend_hash.h:161:30: note: declared here
  102. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  103. ^
  104. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘mailparse_get_part_data’:
  105. /svr-setup/mailparse-2.1.6/mailparse.c:1452:61: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  106. add_assoc_string(return_value, "charset", part->charset, 1);
  107. ^
  108. /svr-setup/mailparse-2.1.6/mailparse.c:1452:3: error: ‘add_assoc_string’ undecla red (first use in this function)
  109. add_assoc_string(return_value, "charset", part->charset, 1);
  110. ^
  111. /svr-setup/mailparse-2.1.6/mailparse.c:1454:71: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  112. add_assoc_string(return_value, "charset", MAILPARSEG(def_charset), 1);
  113. ^
  114. /svr-setup/mailparse-2.1.6/mailparse.c:1457:89: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  115. add_assoc_string(return_value, "transfer-encoding", part->content_transfer_en coding, 1);
  116. ^
  117. /svr-setup/mailparse-2.1.6/mailparse.c:1459:64: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  118. add_assoc_string(return_value, "transfer-encoding", "8bit", 1);
  119. ^
  120. /svr-setup/mailparse-2.1.6/mailparse.c:1464:74: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  121. add_assoc_string(return_value, "content-type", "text/plain; (error)", 1);
  122. ^
  123. /svr-setup/mailparse-2.1.6/mailparse.c:1470:79: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  124. add_assoc_string(return_value, "content-location", part->content_location, 1) ;
  125. ^
  126. /svr-setup/mailparse-2.1.6/mailparse.c:1473:71: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  127. add_assoc_string(return_value, "content-base", part->content_base, 1);
  128. ^
  129. /svr-setup/mailparse-2.1.6/mailparse.c:1475:56: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  130. add_assoc_string(return_value, "content-base", "/", 1);
  131. ^
  132. /svr-setup/mailparse-2.1.6/mailparse.c:1478:71: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  133. add_assoc_string(return_value, "content-boundary", part->boundary, 1);
  134. ^
  135. /svr-setup/mailparse-2.1.6/mailparse.c:1481:2: warning: passing argument 2 of ‘z end_hash_find’ from incompatible pointer type [enabled by default]
  136. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), "content-id", sizeof("conte nt-id"), (void**)&tmpval)) {
  137. ^
  138. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  139. from /usr/local/include/php/main/php.h:35,
  140. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  141. /usr/local/include/php/Zend/zend_hash.h:161:30: note: expected ‘struct zend_stri ng *’ but argument is of type ‘char *’
  142. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  143. ^
  144. /svr-setup/mailparse-2.1.6/mailparse.c:1481:2: error: too many arguments to func tion ‘zend_hash_find’
  145. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), "content-id", sizeof("conte nt-id"), (void**)&tmpval)) {
  146. ^
  147. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  148. from /usr/local/include/php/main/php.h:35,
  149. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  150. /usr/local/include/php/Zend/zend_hash.h:161:30: note: declared here
  151. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  152. ^
  153. /svr-setup/mailparse-2.1.6/mailparse.c:1485:40: warning: cast to pointer from in teger of different size [-Wint-to-pointer-cast]
  154. toks = php_mailparse_rfc822_tokenize((const char*)Z_STRVAL_PP(tmpval), 1 TSRM LS_CC);
  155. ^
  156. /svr-setup/mailparse-2.1.6/mailparse.c:1488:75: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  157. add_assoc_string(return_value, "content-id", addrs->addrs[0].address, 1);
  158. ^
  159. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_get_part_ data’:
  160. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  161. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  162. ^
  163. /svr-setup/mailparse-2.1.6/mailparse.c:1511:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  164. mailparse_fetch_mimepart_resource(part, &arg);
  165. ^
  166. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_get_part’ :
  167. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  168. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  169. ^
  170. /svr-setup/mailparse-2.1.6/mailparse.c:1530:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  171. mailparse_fetch_mimepart_resource(part, &arg);
  172. ^
  173. make: *** [mailparse.lo] Error 1
  174. /bin/sh /svr-setup/mailparse-2.1.6/libtool --mode=compile ccache /usr/bin/gcc - I. -I/svr-setup/mailparse-2.1.6 -DPHP_ATOM_INC -I/svr-setup/mailparse-2.1.6/incl ude -I/svr-setup/mailparse-2.1.6/main -I/svr-setup/mailparse-2.1.6 -I/usr/local/ include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/l ocal/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/ date/lib -DHAVE_CONFIG_H -g -O2 -c /svr-setup/mailparse-2.1.6/mailparse.c -o mailparse.lo
  175. ccache /usr/bin/gcc -I. -I/svr-setup/mailparse-2.1.6 -DPHP_ATOM_INC -I/svr-setu p/mailparse-2.1.6/include -I/svr-setup/mailparse-2.1.6/main -I/svr-setup/mailpar se-2.1.6 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/inc lude/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 /svr-setup/mailparse-2. 1.6/mailparse.c -fPIC -DPIC -o .libs/mailparse.o
  176. In file included from /usr/local/include/php/ext/standard/php_smart_str.h:24:0,
  177. from /svr-setup/mailparse-2.1.6/php_mailparse_mime.h:23,
  178. from /svr-setup/mailparse-2.1.6/php_mailparse.h:109,
  179. from /svr-setup/mailparse-2.1.6/mailparse.c:27:
  180. /usr/local/include/php/ext/standard/php_smart_str_public.h:30:3: error: conflict ing types for ‘smart_str’
  181. } smart_str;
  182. ^
  183. In file included from /usr/local/include/php/Zend/zend.h:42:0,
  184. from /usr/local/include/php/main/php.h:35,
  185. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  186. /usr/local/include/php/Zend/zend_smart_str_public.h:25:3: note: previous declara tion of ‘smart_str’ was here
  187. } smart_str;
  188. ^
  189. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘mimepart_dtor’:
  190. /svr-setup/mailparse-2.1.6/mailparse.c:118:23: error: ‘rsrc’ undeclared (first u se in this function)
  191. php_mimepart *part = rsrc->ptr;
  192. ^
  193. /svr-setup/mailparse-2.1.6/mailparse.c:118:23: note: each undeclared identifier is reported only once for each function it appears in
  194. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘mimemsg_get_object’:
  195. /svr-setup/mailparse-2.1.6/mailparse.c:184:2: error: too many arguments to funct ion ‘zend_hash_index_find’
  196. if (zend_hash_index_find(Z_OBJPROP_P(object), 0, (void**)&zpart) == FAILURE) {
  197. ^
  198. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  199. from /usr/local/include/php/main/php.h:35,
  200. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  201. /usr/local/include/php/Zend/zend_hash.h:163:30: note: declared here
  202. ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulo ng h);
  203. ^
  204. /svr-setup/mailparse-2.1.6/mailparse.c:184:67: warning: comparison between point er and integer [enabled by default]
  205. if (zend_hash_index_find(Z_OBJPROP_P(object), 0, (void**)&zpart) == FAILURE) {
  206. ^
  207. /svr-setup/mailparse-2.1.6/mailparse.c:188:7: warning: assignment makes pointer from integer without a cast [enabled by default]
  208. part = zend_list_find(Z_LVAL_PP(zpart), &type);
  209. ^
  210. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘mailparse_mimemessage_expor t’:
  211. /svr-setup/mailparse-2.1.6/mailparse.c:222:77: error: macro "zend_hash_index_upd ate" passed 5 arguments, but takes just 3
  212. zend_hash_index_update(Z_OBJPROP_P(object), 0, &zpart, sizeof(zval *), NULL);
  213. ^
  214. /svr-setup/mailparse-2.1.6/mailparse.c:222:2: error: ‘zend_hash_index_update’ un declared (first use in this function)
  215. zend_hash_index_update(Z_OBJPROP_P(object), 0, &zpart, sizeof(zval *), NULL);
  216. ^
  217. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_mimemessage’:
  218. /svr-setup/mailparse-2.1.6/mailparse.c:247:77: error: macro "zend_hash_index_upd ate" passed 5 arguments, but takes just 3
  219. zend_hash_index_update(Z_OBJPROP_P(object), 0, &zpart, sizeof(zval *), NULL);
  220. ^
  221. /svr-setup/mailparse-2.1.6/mailparse.c:247:2: error: ‘zend_hash_index_update’ un declared (first use in this function)
  222. zend_hash_index_update(Z_OBJPROP_P(object), 0, &zpart, sizeof(zval *), NULL);
  223. ^
  224. /svr-setup/mailparse-2.1.6/mailparse.c:264:3: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  225. convert_to_string_ex(&part->source.zval);
  226. ^
  227. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  228. from /usr/local/include/php/main/php.h:35,
  229. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  230. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  231. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  232. ^
  233. /svr-setup/mailparse-2.1.6/mailparse.c:264:3: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  234. convert_to_string_ex(&part->source.zval);
  235. ^
  236. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  237. from /usr/local/include/php/main/php.h:35,
  238. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  239. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  240. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  241. ^
  242. /svr-setup/mailparse-2.1.6/mailparse.c:264:3: warning: passing argument 1 of ‘_c onvert_to_string’ from incompatible pointer type [enabled by default]
  243. convert_to_string_ex(&part->source.zval);
  244. ^
  245. In file included from /usr/local/include/php/Zend/zend.h:323:0,
  246. from /usr/local/include/php/main/php.h:35,
  247. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  248. /usr/local/include/php/Zend/zend_operators.h:250:29: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  249. ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op ZEND_FILE_LINE_DC);
  250. ^
  251. /svr-setup/mailparse-2.1.6/mailparse.c:272:3: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  252. convert_to_string_ex(&source);
  253. ^
  254. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  255. from /usr/local/include/php/main/php.h:35,
  256. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  257. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  258. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  259. ^
  260. /svr-setup/mailparse-2.1.6/mailparse.c:272:3: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  261. convert_to_string_ex(&source);
  262. ^
  263. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  264. from /usr/local/include/php/main/php.h:35,
  265. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  266. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  267. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  268. ^
  269. /svr-setup/mailparse-2.1.6/mailparse.c:272:3: warning: passing argument 1 of ‘_c onvert_to_string’ from incompatible pointer type [enabled by default]
  270. convert_to_string_ex(&source);
  271. ^
  272. In file included from /usr/local/include/php/Zend/zend.h:323:0,
  273. from /usr/local/include/php/main/php.h:35,
  274. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  275. /usr/local/include/php/Zend/zend_operators.h:250:29: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  276. ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op ZEND_FILE_LINE_DC);
  277. ^
  278. In file included from /usr/local/include/php/main/php.h:399:0,
  279. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  280. /svr-setup/mailparse-2.1.6/mailparse.c:273:65: error: ‘ENFORCE_SAFE_MODE’ undecl ared (first use in this function)
  281. srcstream = php_stream_open_wrapper(Z_STRVAL_P(source), "rb", ENFORCE_SAFE_MO DE | REPORT_ERRORS, NULL);
  282. ^
  283. /usr/local/include/php/main/php_streams.h:572:107: note: in definition of macro ‘php_stream_open_wrapper’
  284. #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_w rapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
  285. ^
  286. /svr-setup/mailparse-2.1.6/mailparse.c:287:3: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  287. convert_to_string_ex(&part->source.zval);
  288. ^
  289. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  290. from /usr/local/include/php/main/php.h:35,
  291. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  292. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  293. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  294. ^
  295. /svr-setup/mailparse-2.1.6/mailparse.c:287:3: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  296. convert_to_string_ex(&part->source.zval);
  297. ^
  298. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  299. from /usr/local/include/php/main/php.h:35,
  300. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  301. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  302. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  303. ^
  304. /svr-setup/mailparse-2.1.6/mailparse.c:287:3: warning: passing argument 1 of ‘_c onvert_to_string’ from incompatible pointer type [enabled by default]
  305. convert_to_string_ex(&part->source.zval);
  306. ^
  307. In file included from /usr/local/include/php/Zend/zend.h:323:0,
  308. from /usr/local/include/php/main/php.h:35,
  309. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  310. /usr/local/include/php/Zend/zend_operators.h:250:29: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  311. ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op ZEND_FILE_LINE_DC);
  312. ^
  313. /svr-setup/mailparse-2.1.6/mailparse.c:297:3: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  314. php_stream_from_zval(srcstream, &part->source.zval);
  315. ^
  316. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  317. from /usr/local/include/php/main/php.h:39,
  318. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  319. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  320. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  321. ^
  322. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_mimemessage_g et_child’:
  323. /svr-setup/mailparse-2.1.6/mailparse.c:367:37: error: ‘ht’ undeclared (first use in this function)
  324. if (FAILURE == zend_get_parameters(ht, 1, &item_to_find))
  325. ^
  326. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘mailparse_mimemessage_extra ct’:
  327. /svr-setup/mailparse-2.1.6/mailparse.c:409:4: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  328. php_stream_from_zval(deststream, &zarg);
  329. ^
  330. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  331. from /usr/local/include/php/main/php.h:39,
  332. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  333. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  334. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  335. ^
  336. /svr-setup/mailparse-2.1.6/mailparse.c:420:3: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  337. php_stream_from_zval(srcstream, &part->source.zval);
  338. ^
  339. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  340. from /usr/local/include/php/main/php.h:39,
  341. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  342. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  343. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  344. ^
  345. /svr-setup/mailparse-2.1.6/mailparse.c:439:30: error: macro "RETVAL_STRINGL" pas sed 3 arguments, but takes just 2
  346. RETVAL_STRINGL(buf, len, 1);
  347. ^
  348. /svr-setup/mailparse-2.1.6/mailparse.c:439:4: error: ‘RETVAL_STRINGL’ undeclared (first use in this function)
  349. RETVAL_STRINGL(buf, len, 1);
  350. ^
  351. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_mimemessage_e xtract_uue’:
  352. /svr-setup/mailparse-2.1.6/mailparse.c:494:4: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  353. php_stream_from_zval(deststream, &zarg);
  354. ^
  355. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  356. from /usr/local/include/php/main/php.h:39,
  357. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  358. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  359. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  360. ^
  361. /svr-setup/mailparse-2.1.6/mailparse.c:507:3: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  362. php_stream_from_zval(srcstream, &part->source.zval);
  363. ^
  364. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  365. from /usr/local/include/php/main/php.h:39,
  366. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  367. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  368. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  369. ^
  370. /svr-setup/mailparse-2.1.6/mailparse.c:542:32: error: macro "RETVAL_STRINGL" pas sed 3 arguments, but takes just 2
  371. RETVAL_STRINGL(buf, len, 1);
  372. ^
  373. /svr-setup/mailparse-2.1.6/mailparse.c:542:6: error: ‘RETVAL_STRINGL’ undeclared (first use in this function)
  374. RETVAL_STRINGL(buf, len, 1);
  375. ^
  376. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_mimemessage_e num_uue’:
  377. /svr-setup/mailparse-2.1.6/mailparse.c:589:3: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  378. php_stream_from_zval(instream, &part->source.zval);
  379. ^
  380. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  381. from /usr/local/include/php/main/php.h:39,
  382. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  383. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  384. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  385. ^
  386. /svr-setup/mailparse-2.1.6/mailparse.c:624:54: error: macro "add_assoc_string" p assed 4 arguments, but takes just 3
  387. add_assoc_string(item, "filename", origfilename, 1);
  388. ^
  389. /svr-setup/mailparse-2.1.6/mailparse.c:624:4: error: ‘add_assoc_string’ undeclar ed (first use in this function)
  390. add_assoc_string(item, "filename", origfilename, 1);
  391. ^
  392. /svr-setup/mailparse-2.1.6/mailparse.c:637:5: warning: passing argument 1 of ‘_z val_ptr_dtor’ from incompatible pointer type [enabled by default]
  393. zval_ptr_dtor(&item);
  394. ^
  395. In file included from /usr/local/include/php/Zend/zend.h:39:0,
  396. from /usr/local/include/php/main/php.h:35,
  397. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  398. /usr/local/include/php/Zend/zend_variables.h:79:15: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  399. ZEND_API void _zval_ptr_dtor(zval *zval_ptr ZEND_FILE_LINE_DC);
  400. ^
  401. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_uudecode_all’ :
  402. /svr-setup/mailparse-2.1.6/mailparse.c:771:2: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  403. php_stream_from_zval(instream, &file);
  404. ^
  405. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  406. from /usr/local/include/php/main/php.h:39,
  407. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  408. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  409. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  410. ^
  411. /svr-setup/mailparse-2.1.6/mailparse.c:773:2: warning: passing argument 3 of ‘_p hp_stream_fopen_temporary_file’ from incompatible pointer type [enabled by defau lt]
  412. outstream = php_stream_fopen_temporary_file(NULL, "mailparse", &outpath);
  413. ^
  414. In file included from /usr/local/include/php/main/php_streams.h:472:0,
  415. from /usr/local/include/php/main/php.h:399,
  416. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  417. /usr/local/include/php/main/streams/php_stream_plain_wrapper.h:48:20: note: expe cted ‘struct zend_string **’ but argument is of type ‘char **’
  418. PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string **opened_path STREAMS_DC);
  419. ^
  420. /svr-setup/mailparse-2.1.6/mailparse.c:803:50: error: macro "add_assoc_string" p assed 4 arguments, but takes just 3
  421. add_assoc_string(item, "filename", outpath, 0);
  422. ^
  423. /svr-setup/mailparse-2.1.6/mailparse.c:803:5: error: ‘add_assoc_string’ undeclar ed (first use in this function)
  424. add_assoc_string(item, "filename", outpath, 0);
  425. ^
  426. /svr-setup/mailparse-2.1.6/mailparse.c:810:58: error: macro "add_assoc_string" p assed 4 arguments, but takes just 3
  427. add_assoc_string(item, "origfilename", origfilename, 1);
  428. ^
  429. /svr-setup/mailparse-2.1.6/mailparse.c:813:4: warning: passing argument 3 of ‘_p hp_stream_fopen_temporary_file’ from incompatible pointer type [enabled by defau lt]
  430. partstream = php_stream_fopen_temporary_file(NULL, "mailparse", &outpath);
  431. ^
  432. In file included from /usr/local/include/php/main/php_streams.h:472:0,
  433. from /usr/local/include/php/main/php.h:399,
  434. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  435. /usr/local/include/php/main/streams/php_stream_plain_wrapper.h:48:20: note: expe cted ‘struct zend_string **’ but argument is of type ‘char **’
  436. PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string **opened_path STREAMS_DC);
  437. ^
  438. /svr-setup/mailparse-2.1.6/mailparse.c:816:50: error: macro "add_assoc_string" p assed 4 arguments, but takes just 3
  439. add_assoc_string(item, "filename", outpath, 0);
  440. ^
  441. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_rfc822_parse_ addresses’:
  442. /svr-setup/mailparse-2.1.6/mailparse.c:866:61: error: macro "add_assoc_string" p assed 4 arguments, but takes just 3
  443. add_assoc_string(item, "display", addrs->addrs[i].name, 1);
  444. ^
  445. /svr-setup/mailparse-2.1.6/mailparse.c:866:4: error: ‘add_assoc_string’ undeclar ed (first use in this function)
  446. add_assoc_string(item, "display", addrs->addrs[i].name, 1);
  447. ^
  448. /svr-setup/mailparse-2.1.6/mailparse.c:868:64: error: macro "add_assoc_string" p assed 4 arguments, but takes just 3
  449. add_assoc_string(item, "address", addrs->addrs[i].address, 1);
  450. ^
  451. /svr-setup/mailparse-2.1.6/mailparse.c:871:82: error: macro "zend_hash_next_inde x_insert" passed 4 arguments, but takes just 2
  452. zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &item, sizeof(item), NU LL);
  453. ^
  454. /svr-setup/mailparse-2.1.6/mailparse.c:871:3: error: ‘zend_hash_next_index_inser t’ undeclared (first use in this function)
  455. zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &item, sizeof(item), NU LL);
  456. ^
  457. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_determine_bes t_xfer_encoding’:
  458. /svr-setup/mailparse-2.1.6/mailparse.c:891:50: error: ‘ht’ undeclared (first use in this function)
  459. if (ZEND_NUM_ARGS() != 1 || zend_get_parameters(ht, 1, &file) == FAILURE) {
  460. ^
  461. /svr-setup/mailparse-2.1.6/mailparse.c:895:2: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  462. php_stream_from_zval(stream, &file);
  463. ^
  464. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  465. from /usr/local/include/php/main/php.h:39,
  466. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  467. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  468. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  469. ^
  470. /svr-setup/mailparse-2.1.6/mailparse.c:921:24: error: macro "RETVAL_STRING" pass ed 2 arguments, but takes just 1
  471. RETVAL_STRING(name, 1);
  472. ^
  473. /svr-setup/mailparse-2.1.6/mailparse.c:921:3: error: ‘RETVAL_STRING’ undeclared (first use in this function)
  474. RETVAL_STRING(name, 1);
  475. ^
  476. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_stream_encode ’:
  477. /svr-setup/mailparse-2.1.6/mailparse.c:956:50: error: ‘ht’ undeclared (first use in this function)
  478. if (ZEND_NUM_ARGS() != 3 || zend_get_parameters(ht, 3, &srcfile, &destfile, &e ncod) == FAILURE) {
  479. ^
  480. /svr-setup/mailparse-2.1.6/mailparse.c:967:2: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  481. php_stream_from_zval(srcstream, &srcfile);
  482. ^
  483. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  484. from /usr/local/include/php/main/php.h:39,
  485. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  486. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  487. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  488. ^
  489. /svr-setup/mailparse-2.1.6/mailparse.c:968:2: warning: passing argument 1 of ‘ze nd_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  490. php_stream_from_zval(deststream, &destfile);
  491. ^
  492. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  493. from /usr/local/include/php/main/php.h:39,
  494. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  495. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  496. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  497. ^
  498. /svr-setup/mailparse-2.1.6/mailparse.c:970:2: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  499. convert_to_string_ex(&encod);
  500. ^
  501. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  502. from /usr/local/include/php/main/php.h:35,
  503. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  504. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  505. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  506. ^
  507. /svr-setup/mailparse-2.1.6/mailparse.c:970:2: warning: passing argument 1 of ‘zv al_get_type’ from incompatible pointer type [enabled by default]
  508. convert_to_string_ex(&encod);
  509. ^
  510. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  511. from /usr/local/include/php/main/php.h:35,
  512. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  513. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  514. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  515. ^
  516. /svr-setup/mailparse-2.1.6/mailparse.c:970:2: warning: passing argument 1 of ‘_c onvert_to_string’ from incompatible pointer type [enabled by default]
  517. convert_to_string_ex(&encod);
  518. ^
  519. In file included from /usr/local/include/php/Zend/zend.h:323:0,
  520. from /usr/local/include/php/main/php.h:35,
  521. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  522. /usr/local/include/php/Zend/zend_operators.h:250:29: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  523. ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op ZEND_FILE_LINE_DC);
  524. ^
  525. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_parse’:
  526. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  527. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  528. ^
  529. /svr-setup/mailparse-2.1.6/mailparse.c:1046:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  530. mailparse_fetch_mimepart_resource(part, &arg);
  531. ^
  532. In file included from /usr/local/include/php/main/php.h:399:0,
  533. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  534. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_parse_fil e’:
  535. /svr-setup/mailparse-2.1.6/mailparse.c:1070:51: error: ‘ENFORCE_SAFE_MODE’ undec lared (first use in this function)
  536. stream = php_stream_open_wrapper(filename, "rb", ENFORCE_SAFE_MODE|REPORT_ERRO RS, NULL);
  537. ^
  538. /usr/local/include/php/main/php_streams.h:572:107: note: in definition of macro ‘php_stream_open_wrapper’
  539. #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_w rapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
  540. ^
  541. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_free’:
  542. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  543. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  544. ^
  545. /svr-setup/mailparse-2.1.6/mailparse.c:1106:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  546. mailparse_fetch_mimepart_resource(part, &arg);
  547. ^
  548. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘get_structure_callback’:
  549. /svr-setup/mailparse-2.1.6/mailparse.c:1151:2: error: too many arguments to func tion ‘add_next_index_string’
  550. add_next_index_string(return_value, buf,0);
  551. ^
  552. In file included from /usr/local/include/php/main/php.h:39:0,
  553. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  554. /usr/local/include/php/Zend/zend_API.h:437:14: note: declared here
  555. ZEND_API int add_next_index_string(zval *arg, const char *str);
  556. ^
  557. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_get_struc ture’:
  558. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  559. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  560. ^
  561. /svr-setup/mailparse-2.1.6/mailparse.c:1166:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  562. mailparse_fetch_mimepart_resource(part, &arg);
  563. ^
  564. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘extract_callback_user_func’ :
  565. /svr-setup/mailparse-2.1.6/mailparse.c:1182:21: error: ‘IS_BOOL’ undeclared (fir st use in this function)
  566. Z_TYPE_P(retval) = IS_BOOL;
  567. ^
  568. /svr-setup/mailparse-2.1.6/mailparse.c:1186:39: error: macro "ZVAL_STRINGL" pass ed 4 arguments, but takes just 3
  569. ZVAL_STRINGL(arg, (char*)p, (int)n, 1);
  570. ^
  571. /svr-setup/mailparse-2.1.6/mailparse.c:1186:2: error: ‘ZVAL_STRINGL’ undeclared (first use in this function)
  572. ZVAL_STRINGL(arg, (char*)p, (int)n, 1);
  573. ^
  574. /svr-setup/mailparse-2.1.6/mailparse.c:1190:2: warning: passing argument 5 of ‘_ call_user_function_ex’ from incompatible pointer type [enabled by default]
  575. if (call_user_function(EG(function_table), NULL, userfunc, retval, 1, &arg TSR MLS_CC) == FAILURE)
  576. ^
  577. In file included from /usr/local/include/php/main/php.h:39:0,
  578. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  579. /usr/local/include/php/Zend/zend_API.h:476:14: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  580. ZEND_API int _call_user_function_ex(zval *object, zval *function_name, zval *re tval_ptr, uint32_t param_count, zval params[], int no_separation);
  581. ^
  582. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘mailparse_do_extract’:
  583. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  584. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  585. ^
  586. /svr-setup/mailparse-2.1.6/mailparse.c:1290:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  587. mailparse_fetch_mimepart_resource(part, &zpart);
  588. ^
  589. /svr-setup/mailparse-2.1.6/mailparse.c:1294:3: warning: passing argument 1 of ‘z end_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  590. php_stream_from_zval(srcstream, &filename);
  591. ^
  592. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  593. from /usr/local/include/php/main/php.h:39,
  594. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  595. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  596. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  597. ^
  598. /svr-setup/mailparse-2.1.6/mailparse.c:1296:3: warning: passing argument 1 of ‘z val_get_type’ from incompatible pointer type [enabled by default]
  599. convert_to_string_ex(&filename);
  600. ^
  601. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  602. from /usr/local/include/php/main/php.h:35,
  603. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  604. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  605. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  606. ^
  607. /svr-setup/mailparse-2.1.6/mailparse.c:1296:3: warning: passing argument 1 of ‘z val_get_type’ from incompatible pointer type [enabled by default]
  608. convert_to_string_ex(&filename);
  609. ^
  610. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  611. from /usr/local/include/php/main/php.h:35,
  612. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  613. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  614. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  615. ^
  616. /svr-setup/mailparse-2.1.6/mailparse.c:1296:3: warning: passing argument 1 of ‘_ convert_to_string’ from incompatible pointer type [enabled by default]
  617. convert_to_string_ex(&filename);
  618. ^
  619. In file included from /usr/local/include/php/Zend/zend.h:323:0,
  620. from /usr/local/include/php/main/php.h:35,
  621. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  622. /usr/local/include/php/Zend/zend_operators.h:250:29: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  623. ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op ZEND_FILE_LINE_DC);
  624. ^
  625. In file included from /usr/local/include/php/main/php.h:399:0,
  626. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  627. /svr-setup/mailparse-2.1.6/mailparse.c:1297:67: error: ‘ENFORCE_SAFE_MODE’ undec lared (first use in this function)
  628. srcstream = php_stream_open_wrapper(Z_STRVAL_P(filename), "rb", ENFORCE_SAFE_ MODE|REPORT_ERRORS, NULL);
  629. ^
  630. /usr/local/include/php/main/php_streams.h:572:107: note: in definition of macro ‘php_stream_open_wrapper’
  631. #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_w rapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
  632. ^
  633. /svr-setup/mailparse-2.1.6/mailparse.c:1314:4: warning: passing argument 1 of ‘z end_fetch_resource2_ex’ from incompatible pointer type [enabled by default]
  634. php_stream_from_zval(deststream, &callbackfunc);
  635. ^
  636. In file included from /usr/local/include/php/Zend/zend_API.h:28:0,
  637. from /usr/local/include/php/main/php.h:39,
  638. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  639. /usr/local/include/php/Zend/zend_list.h:66:16: note: expected ‘struct zval *’ bu t argument is of type ‘struct zval **’
  640. ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_nam e, int resource_type, int resource_type2);
  641. ^
  642. /svr-setup/mailparse-2.1.6/mailparse.c:1320:5: warning: passing argument 1 of ‘z val_get_type’ from incompatible pointer type [enabled by default]
  643. convert_to_string_ex(&callbackfunc);
  644. ^
  645. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  646. from /usr/local/include/php/main/php.h:35,
  647. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  648. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  649. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  650. ^
  651. /svr-setup/mailparse-2.1.6/mailparse.c:1320:5: warning: passing argument 1 of ‘z val_get_type’ from incompatible pointer type [enabled by default]
  652. convert_to_string_ex(&callbackfunc);
  653. ^
  654. In file included from /usr/local/include/php/Zend/zend.h:31:0,
  655. from /usr/local/include/php/main/php.h:35,
  656. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  657. /usr/local/include/php/Zend/zend_types.h:330:38: note: expected ‘const struct zv al *’ but argument is of type ‘struct zval **’
  658. static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
  659. ^
  660. /svr-setup/mailparse-2.1.6/mailparse.c:1320:5: warning: passing argument 1 of ‘_ convert_to_string’ from incompatible pointer type [enabled by default]
  661. convert_to_string_ex(&callbackfunc);
  662. ^
  663. In file included from /usr/local/include/php/Zend/zend.h:323:0,
  664. from /usr/local/include/php/main/php.h:35,
  665. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  666. /usr/local/include/php/Zend/zend_operators.h:250:29: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
  667. ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op ZEND_FILE_LINE_DC);
  668. ^
  669. /svr-setup/mailparse-2.1.6/mailparse.c:1338:36: error: macro "RETVAL_STRINGL" pa ssed 3 arguments, but takes just 2
  670. RETVAL_STRINGL(membuf, memlen, 1);
  671. ^
  672. /svr-setup/mailparse-2.1.6/mailparse.c:1338:4: error: ‘RETVAL_STRINGL’ undeclare d (first use in this function)
  673. RETVAL_STRINGL(membuf, memlen, 1);
  674. ^
  675. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘add_attr_header_to_zval’:
  676. /svr-setup/mailparse-2.1.6/mailparse.c:1387:2: warning: passing argument 2 of ‘z end_hash_get_current_data_ex’ from incompatible pointer type [enabled by default ]
  677. while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_P(attr->attributes), (void**)&val, &pos)) {
  678. ^
  679. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  680. from /usr/local/include/php/main/php.h:35,
  681. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  682. /usr/local/include/php/Zend/zend_hash.h:198:30: note: expected ‘HashPosition *’ but argument is of type ‘void **’
  683. ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashP osition *pos);
  684. ^
  685. /svr-setup/mailparse-2.1.6/mailparse.c:1387:2: error: too many arguments to func tion ‘zend_hash_get_current_data_ex’
  686. while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_P(attr->attributes), (void**)&val, &pos)) {
  687. ^
  688. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  689. from /usr/local/include/php/main/php.h:35,
  690. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  691. /usr/local/include/php/Zend/zend_hash.h:198:30: note: declared here
  692. ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashP osition *pos);
  693. ^
  694. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: warning: passing argument 2 of ‘z end_hash_get_current_key_ex’ from incompatible pointer type [enabled by default]
  695. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  696. ^
  697. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  698. from /usr/local/include/php/main/php.h:35,
  699. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  700. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected ‘struct zend_stri ng **’ but argument is of type ‘char **’
  701. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  702. ^
  703. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: warning: passing argument 3 of ‘z end_hash_get_current_key_ex’ from incompatible pointer type [enabled by default]
  704. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  705. ^
  706. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  707. from /usr/local/include/php/main/php.h:35,
  708. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  709. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected ‘zend_ulong *’ bu t argument is of type ‘uint *’
  710. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  711. ^
  712. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: warning: passing argument 4 of ‘z end_hash_get_current_key_ex’ from incompatible pointer type [enabled by default]
  713. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  714. ^
  715. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  716. from /usr/local/include/php/main/php.h:35,
  717. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  718. /usr/local/include/php/Zend/zend_hash.h:195:30: note: expected ‘HashPosition *’ but argument is of type ‘long int *’
  719. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  720. ^
  721. /svr-setup/mailparse-2.1.6/mailparse.c:1389:3: error: too many arguments to func tion ‘zend_hash_get_current_key_ex’
  722. zend_hash_get_current_key_ex(Z_ARRVAL_P(attr->attributes), &key, &key_len, &n um_index, 0, &pos);
  723. ^
  724. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  725. from /usr/local/include/php/main/php.h:35,
  726. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  727. /usr/local/include/php/Zend/zend_hash.h:195:30: note: declared here
  728. ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos);
  729. ^
  730. /svr-setup/mailparse-2.1.6/mailparse.c:1396:63: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  731. add_assoc_string(return_value, newkey, Z_STRVAL_PP(val), 1);
  732. ^
  733. /svr-setup/mailparse-2.1.6/mailparse.c:1396:5: error: ‘add_assoc_string’ undecla red (first use in this function)
  734. add_assoc_string(return_value, newkey, Z_STRVAL_PP(val), 1);
  735. ^
  736. /svr-setup/mailparse-2.1.6/mailparse.c:1410:59: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  737. add_assoc_string(return_value, valuelabel, attr->value, 1);
  738. ^
  739. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘add_header_reference_to_zva l’:
  740. /svr-setup/mailparse-2.1.6/mailparse.c:1418:2: warning: passing argument 2 of ‘z end_hash_find’ from incompatible pointer type [enabled by default]
  741. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), headerkey, strlen(headerkey )+1, (void**)&headerval)) {
  742. ^
  743. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  744. from /usr/local/include/php/main/php.h:35,
  745. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  746. /usr/local/include/php/Zend/zend_hash.h:161:30: note: expected ‘struct zend_stri ng *’ but argument is of type ‘char *’
  747. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  748. ^
  749. /svr-setup/mailparse-2.1.6/mailparse.c:1418:2: error: too many arguments to func tion ‘zend_hash_find’
  750. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), headerkey, strlen(headerkey )+1, (void**)&headerval)) {
  751. ^
  752. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  753. from /usr/local/include/php/main/php.h:35,
  754. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  755. /usr/local/include/php/Zend/zend_hash.h:161:30: note: declared here
  756. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  757. ^
  758. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘mailparse_get_part_data’:
  759. /svr-setup/mailparse-2.1.6/mailparse.c:1452:61: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  760. add_assoc_string(return_value, "charset", part->charset, 1);
  761. ^
  762. /svr-setup/mailparse-2.1.6/mailparse.c:1452:3: error: ‘add_assoc_string’ undecla red (first use in this function)
  763. add_assoc_string(return_value, "charset", part->charset, 1);
  764. ^
  765. /svr-setup/mailparse-2.1.6/mailparse.c:1454:71: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  766. add_assoc_string(return_value, "charset", MAILPARSEG(def_charset), 1);
  767. ^
  768. /svr-setup/mailparse-2.1.6/mailparse.c:1457:89: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  769. add_assoc_string(return_value, "transfer-encoding", part->content_transfer_en coding, 1);
  770. ^
  771. /svr-setup/mailparse-2.1.6/mailparse.c:1459:64: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  772. add_assoc_string(return_value, "transfer-encoding", "8bit", 1);
  773. ^
  774. /svr-setup/mailparse-2.1.6/mailparse.c:1464:74: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  775. add_assoc_string(return_value, "content-type", "text/plain; (error)", 1);
  776. ^
  777. /svr-setup/mailparse-2.1.6/mailparse.c:1470:79: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  778. add_assoc_string(return_value, "content-location", part->content_location, 1) ;
  779. ^
  780. /svr-setup/mailparse-2.1.6/mailparse.c:1473:71: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  781. add_assoc_string(return_value, "content-base", part->content_base, 1);
  782. ^
  783. /svr-setup/mailparse-2.1.6/mailparse.c:1475:56: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  784. add_assoc_string(return_value, "content-base", "/", 1);
  785. ^
  786. /svr-setup/mailparse-2.1.6/mailparse.c:1478:71: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  787. add_assoc_string(return_value, "content-boundary", part->boundary, 1);
  788. ^
  789. /svr-setup/mailparse-2.1.6/mailparse.c:1481:2: warning: passing argument 2 of ‘z end_hash_find’ from incompatible pointer type [enabled by default]
  790. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), "content-id", sizeof("conte nt-id"), (void**)&tmpval)) {
  791. ^
  792. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  793. from /usr/local/include/php/main/php.h:35,
  794. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  795. /usr/local/include/php/Zend/zend_hash.h:161:30: note: expected ‘struct zend_stri ng *’ but argument is of type ‘char *’
  796. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  797. ^
  798. /svr-setup/mailparse-2.1.6/mailparse.c:1481:2: error: too many arguments to func tion ‘zend_hash_find’
  799. if (SUCCESS == zend_hash_find(Z_ARRVAL_P(headers), "content-id", sizeof("conte nt-id"), (void**)&tmpval)) {
  800. ^
  801. In file included from /usr/local/include/php/Zend/zend.h:36:0,
  802. from /usr/local/include/php/main/php.h:35,
  803. from /svr-setup/mailparse-2.1.6/mailparse.c:24:
  804. /usr/local/include/php/Zend/zend_hash.h:161:30: note: declared here
  805. ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *k ey);
  806. ^
  807. /svr-setup/mailparse-2.1.6/mailparse.c:1485:40: warning: cast to pointer from in teger of different size [-Wint-to-pointer-cast]
  808. toks = php_mailparse_rfc822_tokenize((const char*)Z_STRVAL_PP(tmpval), 1 TSRM LS_CC);
  809. ^
  810. /svr-setup/mailparse-2.1.6/mailparse.c:1488:75: error: macro "add_assoc_string" passed 4 arguments, but takes just 3
  811. add_assoc_string(return_value, "content-id", addrs->addrs[0].address, 1);
  812. ^
  813. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_get_part_ data’:
  814. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  815. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  816. ^
  817. /svr-setup/mailparse-2.1.6/mailparse.c:1511:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  818. mailparse_fetch_mimepart_resource(part, &arg);
  819. ^
  820. /svr-setup/mailparse-2.1.6/mailparse.c: In function ‘zif_mailparse_msg_get_part’ :
  821. /svr-setup/mailparse-2.1.6/mailparse.c:132:88: error: expected expression before ‘php_mimepart’
  822. #define mailparse_fetch_mimepart_resource(rfcvar, zvalarg) ZEND_FETCH_RESOURCE( rfcvar, php_mimepart *, zvalarg, -1, mailparse_msg_name, le_mime_part)
  823. ^
  824. /svr-setup/mailparse-2.1.6/mailparse.c:1530:2: note: in expansion of macro ‘mail parse_fetch_mimepart_resource’
  825. mailparse_fetch_mimepart_resource(part, &arg);
  826. ^
  827. make: *** [mailparse.lo] Error 1
  828.  
  829. Copying mailparse.ini > /etc/centminmod/php.d/mailparse.ini
  830.  
  831. service php-fpm restart
  832. Gracefully shutting down php-fpm . done
  833. Starting php-fpm [02-Dec-2016 08:47:03] NOTICE: PHP message: PHP Warning: PHP S tartup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-n on-zts-20160303/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-2 0160303/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
  834. [02-Dec-2016 08:47:03] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20160303/m emcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20160303/memcached .so: cannot open shared object file: No such file or directory in Unknown on lin e 0
  835. done
  836. *************************************************
  837. * mailparse PHP installed
  838. *************************************************
  839. Auto reinstalling previously detected imagemagick extension
  840. Check for php extensions
  841.  
  842. Check for ImageMagicK System Updates (YUM)
  843. Loaded plugins: fastestmirror
  844. Determining fastest mirrors
  845. * base: mirror.keystealth.org
  846. * epel: mirror.sjc02.svwh.net
  847. * extras: mirror.keystealth.org
  848. * remi: mirror.bebout.net
  849. * rpmforge: mirror.hmc.edu
  850. * updates: mirror.keystealth.org
  851. No packages marked for update
  852.  
  853. *************************************************
  854. * Installing imagick PHP Extension
  855. *************************************************
  856. /svr-setup/mailparse-2.1.6
  857. cd /svr-setup
  858. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/mailparse.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
  859. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/memcached.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
  860. 1
  861. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  862. find . -name \*.lo -o -name \*.o | xargs rm -f
  863. find . -name \*.la -o -name \*.a | xargs rm -f
  864. find . -name \*.so | xargs rm -f
  865. find . -name .libs -a -type d|xargs rm -rf
  866. rm -f libphp.la modules/* libs/*
  867. Configuring for:
  868. PHP Api Version: 20160731
  869. Zend Module Api No: 20160303
  870. Zend Extension Api No: 320160731
  871. checking for grep that handles long lines and -e... /bin/grep
  872. checking for egrep... /bin/grep -E
  873. checking for a sed that does not truncate output... /bin/sed
  874. checking whether the C compiler works... yes
  875. checking for C compiler default output file name... a.out
  876. checking for suffix of executables...
  877. checking whether we are cross compiling... no
  878. checking for suffix of object files... o
  879. checking whether we are using the GNU C compiler... yes
  880. checking whether ccache /usr/bin/gcc accepts -g... yes
  881. checking for ccache /usr/bin/gcc option to accept ISO C89... none needed
  882. checking how to run the C preprocessor... ccache /usr/bin/gcc -E
  883. checking for icc... no
  884. checking for suncc... no
  885. checking whether ccache /usr/bin/gcc and cc understand -c and -o together... yes
  886. checking for system library directory... lib
  887. checking if compiler supports -R... no
  888. checking if compiler supports -Wl,-rpath,... yes
  889. checking build system type... x86_64-unknown-linux-gnu
  890. checking host system type... x86_64-unknown-linux-gnu
  891. checking target system type... x86_64-unknown-linux-gnu
  892. checking for PHP prefix... /usr/local
  893. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/m ain -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/inc lude/php/ext -I/usr/local/include/php/ext/date/lib
  894. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-n on-zts-20160303
  895. checking for PHP installed headers prefix... /usr/local/include/php
  896. checking if debug is enabled... no
  897. checking if zts is enabled... no
  898. checking for re2c... re2c
  899. checking for re2c version... 0.14.3 (ok)
  900. checking for gawk... gawk
  901. checking whether to enable the imagick extension... yes, shared
  902. checking for pkg-config... /bin/pkg-config
  903. checking ImageMagick MagickWand API configuration program... checking Testing /u sr/local/bin/MagickWand-config... Doesn't exist
  904. checking Testing /usr/bin/MagickWand-config... It exists
  905. found in /usr/bin/MagickWand-config
  906. checking if ImageMagick version is at least 6.2.4... found version 6.9.6 Q16
  907. checking for MagickWand.h or magick-wand.h header... user location /usr/include/ ImageMagick-6/wand/MagickWand.h
  908. checking PHP version is at least 5.1.3... yes. found 7.2.0-dev
  909. libs
  910. -lMagickWand-6.Q16 -lMagickCore-6.Q16
  911.  
  912.  
  913. checking for MagickGetVersion... yes
  914. checking for MagickSetImageInterpolateMethod... yes
  915. checking for ld used by ccache /usr/bin/gcc... /bin/ld
  916. checking if the linker (/bin/ld) is GNU ld... yes
  917. checking for /bin/ld option to reload object files... -r
  918. checking for BSD-compatible nm... /bin/nm -B
  919. checking whether ln -s works... yes
  920. checking how to recognize dependent libraries... pass_all
  921. checking for ANSI C header files... yes
  922. checking for sys/types.h... yes
  923. checking for sys/stat.h... yes
  924. checking for stdlib.h... yes
  925. checking for string.h... yes
  926. checking for memory.h... yes
  927. checking for strings.h... yes
  928. checking for inttypes.h... yes
  929. checking for stdint.h... yes
  930. checking for unistd.h... yes
  931. checking dlfcn.h usability... yes
  932. checking dlfcn.h presence... yes
  933. checking for dlfcn.h... yes
  934. checking the maximum length of command line arguments... 1572864
  935. checking command to parse /bin/nm -B output from ccache /usr/bin/gcc object... o k
  936. checking for objdir... .libs
  937. checking for ar... ar
  938. checking for ranlib... ranlib
  939. checking for strip... strip
  940. checking if ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
  941. checking for ccache /usr/bin/gcc option to produce PIC... -fPIC
  942. checking if ccache /usr/bin/gcc PIC flag -fPIC works... yes
  943. checking if ccache /usr/bin/gcc static flag -static works... no
  944. checking if ccache /usr/bin/gcc supports -c -o file.o... yes
  945. checking whether the ccache /usr/bin/gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  946. checking whether -lc should be explicitly linked in... no
  947. checking dynamic linker characteristics... GNU/Linux ld.so
  948. checking how to hardcode library paths into programs... immediate
  949. checking whether stripping libraries is possible... yes
  950. checking if libtool supports shared libraries... yes
  951. checking whether to build shared libraries... yes
  952. checking whether to build static libraries... no
  953.  
  954. creating libtool
  955. appending configuration tag "CXX" to libtool
  956. checking whether the ccache /usr/bin/g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  957. checking for ccache /usr/bin/g++ option to produce PIC...
  958. checking if ccache /usr/bin/g++ static flag works... yes
  959. checking if ccache /usr/bin/g++ supports -c -o file.o... yes
  960. checking whether the ccache /usr/bin/g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  961. checking dynamic linker characteristics... GNU/Linux ld.so
  962. (cached) (cached) checking how to hardcode library paths into programs... unsupp orted
  963. configure: creating ./config.status
  964. config.status: creating config.h
  965. config.status: config.h is unchanged
  966. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick_file.c -o imagick_file.lo
  967. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick_class.c -o imagick_class.lo
  968. mkdir .libs
  969. mkdir .libs
  970. mkdir: cannot create directory '.libs': File exists
  971. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick_class.c -fPIC -DPI C -o .libs/imagick_class.o
  972. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick_file.c -fPIC -DPIC -o .libs/imagick_file.o
  973. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_getimagema tte’:
  974. /svr-setup/imagick-3.4.3RC1/imagick_class.c:299:2: warning: ‘MagickGetImageMatte ’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:85) [-W deprecated-declarations]
  975. matte = MagickGetImageMatte(intern->magick_wand);
  976. ^
  977. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_paintflood fillimage’:
  978. /svr-setup/imagick-3.4.3RC1/imagick_class.c:1248:3: warning: ‘MagickPaintFloodfi llImage’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h: 102) [-Wdeprecated-declarations]
  979. status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, f uzz, NULL, x, y);
  980. ^
  981. /svr-setup/imagick-3.4.3RC1/imagick_class.c:1256:3: warning: ‘MagickPaintFloodfi llImage’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h: 102) [-Wdeprecated-declarations]
  982. status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, f uzz, border_wand, x, y);
  983. ^
  984. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_recolorima ge’:
  985. /svr-setup/imagick-3.4.3RC1/imagick_class.c:1738:2: warning: ‘MagickRecolorImage ’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:116) [- Wdeprecated-declarations]
  986. status = MagickRecolorImage(intern->magick_wand, order, array);
  987. ^
  988. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_colorflood fillimage’:
  989. /svr-setup/imagick-3.4.3RC1/imagick_class.c:4279:2: warning: ‘MagickColorFloodfi llImage’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h: 78) [-Wdeprecated-declarations]
  990. status = MagickColorFloodfillImage(intern->magick_wand, fill_wand, fuzz, borde r_wand, x, y);
  991. ^
  992. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_mapimage’:
  993. /svr-setup/imagick-3.4.3RC1/imagick_class.c:4707:2: warning: ‘MagickMapImage’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:89) [-Wdepr ecated-declarations]
  994. status = MagickMapImage(intern->magick_wand, intern_map->magick_wand, dither);
  995. ^
  996. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_matteflood fillimage’:
  997. /svr-setup/imagick-3.4.3RC1/imagick_class.c:4748:2: warning: ‘MagickMatteFloodfi llImage’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h: 91) [-Wdeprecated-declarations]
  998. status = MagickMatteFloodfillImage(intern->magick_wand, alpha, fuzz, color_wan d, x, y);
  999. ^
  1000. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_medianfilt erimage’:
  1001. /svr-setup/imagick-3.4.3RC1/imagick_class.c:4786:2: warning: ‘MagickMedianFilter Image’ is deprecated (declared at /usr/include/ImageMagick-6/wand/magick-image.h :222) [-Wdeprecated-declarations]
  1002. status = MagickMedianFilterImage(intern->magick_wand, radius);
  1003. ^
  1004. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_paintopaqu eimage’:
  1005. /svr-setup/imagick-3.4.3RC1/imagick_class.c:4868:2: warning: ‘MagickPaintOpaqueI mageChannel’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecat e.h:107) [-Wdeprecated-declarations]
  1006. status = MagickPaintOpaqueImageChannel(intern->magick_wand, channel, target_wa nd, fill_wand, fuzz);
  1007. ^
  1008. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_painttrans parentimage’:
  1009. /svr-setup/imagick-3.4.3RC1/imagick_class.c:4951:2: warning: ‘MagickPaintTranspa rentImage’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate. h:110) [-Wdeprecated-declarations]
  1010. status = MagickPaintTransparentImage(intern->magick_wand, color_wand, alpha, f uzz);
  1011. ^
  1012. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_reducenois eimage’:
  1013. /svr-setup/imagick-3.4.3RC1/imagick_class.c:5115:2: warning: ‘MagickReduceNoiseI mage’ is deprecated (declared at /usr/include/ImageMagick-6/wand/magick-image.h: 269) [-Wdeprecated-declarations]
  1014. status = MagickReduceNoiseImage(intern->magick_wand, radius);
  1015. ^
  1016. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_getimageat tribute’:
  1017. /svr-setup/imagick-3.4.3RC1/imagick_class.c:6444:2: warning: ‘MagickGetImageAttr ibute’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:62 ) [-Wdeprecated-declarations]
  1018. attribute = MagickGetImageAttribute(intern->magick_wand, key);
  1019. ^
  1020. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_getimagech annelextrema’:
  1021. /svr-setup/imagick-3.4.3RC1/imagick_class.c:6661:2: warning: ‘MagickGetImageChan nelExtrema’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate .h:81) [-Wdeprecated-declarations]
  1022. status = MagickGetImageChannelExtrema(intern->magick_wand, channel_type, &mini ma, &maxima);
  1023. ^
  1024. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_getimageex trema’:
  1025. /svr-setup/imagick-3.4.3RC1/imagick_class.c:7003:2: warning: ‘MagickGetImageExtr ema’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:83) [-Wdeprecated-declarations]
  1026. status = MagickGetImageExtrema(intern->magick_wand, &min, &max);
  1027. ^
  1028. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_getimagein dex’:
  1029. /svr-setup/imagick-3.4.3RC1/imagick_class.c:8115:2: warning: ‘MagickGetImageInde x’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:68) [- Wdeprecated-declarations]
  1030. status = MagickGetImageIndex(intern->magick_wand);
  1031. ^
  1032. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_getimagesi ze’:
  1033. /svr-setup/imagick-3.4.3RC1/imagick_class.c:8236:2: warning: ‘MagickGetImageSize ’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:147) [- Wdeprecated-declarations]
  1034. ZVAL_LONG(return_value, (long)MagickGetImageSize(intern->magick_wand));
  1035. ^
  1036. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_setimageat tribute’:
  1037. /svr-setup/imagick-3.4.3RC1/imagick_class.c:8710:2: warning: ‘MagickSetImageAttr ibute’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:11 8) [-Wdeprecated-declarations]
  1038. status = MagickSetImageAttribute(intern->magick_wand, key, attribute);
  1039. ^
  1040. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_flattenima ges’:
  1041. /svr-setup/imagick-3.4.3RC1/imagick_class.c:9085:2: warning: ‘MagickFlattenImage s’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:139) [ -Wdeprecated-declarations]
  1042. tmp_wand = MagickFlattenImages(intern->magick_wand);
  1043. ^
  1044. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_averageima ges’:
  1045. /svr-setup/imagick-3.4.3RC1/imagick_class.c:10272:2: warning: ‘MagickAverageImag es’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:138) [-Wdeprecated-declarations]
  1046. tmp_wand = MagickAverageImages(intern->magick_wand);
  1047. ^
  1048. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_mosaicimag es’:
  1049. /svr-setup/imagick-3.4.3RC1/imagick_class.c:10775:2: warning: ‘MagickMosaicImage s’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecate.h:142) [ -Wdeprecated-declarations]
  1050. tmp_wand = MagickMosaicImages(intern->magick_wand);
  1051. ^
  1052. /svr-setup/imagick-3.4.3RC1/imagick_class.c: In function ‘zim_imagick_radialblur image’:
  1053. /svr-setup/imagick-3.4.3RC1/imagick_class.c:10905:2: warning: ‘MagickRadialBlurI mageChannel’ is deprecated (declared at /usr/include/ImageMagick-6/wand/deprecat e.h:114) [-Wdeprecated-declarations]
  1054. status = MagickRadialBlurImageChannel(intern->magick_wand, channel, angle);
  1055. ^
  1056. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickdraw_class.c -o imagickdraw_class.lo
  1057. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickpixel_class.c -o imagickpixel_class. lo
  1058. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickdraw_class.c -fPIC -DPIC -o .libs/imagickdraw_class.o
  1059. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickpixel_class.c -fPIC -DPIC -o .libs/imagickpixel_class.o
  1060. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickpixeliterator_class.c -o imagickpixe literator_class.lo
  1061. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick_helpers.c -o imagick_helpers.lo
  1062. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickpixeliterator_class. c -fPIC -DPIC -o .libs/imagickpixeliterator_class.o
  1063. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick_helpers.c -fPIC -D PIC -o .libs/imagick_helpers.o
  1064. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick.c -o imagick.lo
  1065. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickkernel_class.c -o imagickkernel_clas s.lo
  1066. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagickkernel_class.c -fPI C -DPIC -o .libs/imagickkernel_class.o
  1067. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/imagick.c -fPIC -DPIC -o . libs/imagick.o
  1068. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=compile ccache /usr/bin/gcc - fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM_INC -I/svr-setup/im agick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I/svr-setup/imagick-3 .4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/incl ude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/l ocal/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/shim_im6_to_im7.c -o shim_im6_to_im7.lo
  1069. ccache /usr/bin/gcc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DE PTH=16 -I/usr/include/ImageMagick-6 -I. -I/svr-setup/imagick-3.4.3RC1 -DPHP_ATOM _INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/main -I /svr-setup/imagick-3.4.3RC1 -I/usr/local/include/php -I/usr/local/include/php/ma in -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/incl ude/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 - DHAVE_CONFIG_H -g -O2 -c /svr-setup/imagick-3.4.3RC1/shim_im6_to_im7.c -fPIC -D PIC -o .libs/shim_im6_to_im7.o
  1070. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=link ccache /usr/bin/gcc -DPH P_ATOM_INC -I/svr-setup/imagick-3.4.3RC1/include -I/svr-setup/imagick-3.4.3RC1/m ain -I/svr-setup/imagick-3.4.3RC1 -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/loca l/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagi ck-6 -DHAVE_CONFIG_H -g -O2 -o imagick.la -export-dynamic -avoid-version -pr efer-pic -module -rpath /svr-setup/imagick-3.4.3RC1/modules imagick_file.lo ima gick_class.lo imagickdraw_class.lo imagickpixel_class.lo imagickpixeliterator_cl ass.lo imagick_helpers.lo imagick.lo imagickkernel_class.lo shim_im6_to_im7.lo - lMagickWand-6.Q16 -lMagickCore-6.Q16
  1071. ccache /usr/bin/gcc -shared .libs/imagick_file.o .libs/imagick_class.o .libs/im agickdraw_class.o .libs/imagickpixel_class.o .libs/imagickpixeliterator_class.o .libs/imagick_helpers.o .libs/imagick.o .libs/imagickkernel_class.o .libs/shim_i m6_to_im7.o -lMagickWand-6.Q16 -lMagickCore-6.Q16 -Wl,-soname -Wl,imagick.so - o .libs/imagick.so
  1072. creating imagick.la
  1073. (cd .libs && rm -f imagick.la && ln -s ../imagick.la imagick.la)
  1074. /bin/sh /svr-setup/imagick-3.4.3RC1/libtool --mode=install cp ./imagick.la /svr- setup/imagick-3.4.3RC1/modules
  1075. cp ./.libs/imagick.so /svr-setup/imagick-3.4.3RC1/modules/imagick.so
  1076. cp ./.libs/imagick.lai /svr-setup/imagick-3.4.3RC1/modules/imagick.la
  1077. PATH="$PATH:/sbin" ldconfig -n /svr-setup/imagick-3.4.3RC1/modules
  1078. ----------------------------------------------------------------------
  1079. Libraries have been installed in:
  1080. /svr-setup/imagick-3.4.3RC1/modules
  1081.  
  1082. If you ever happen to want to link against installed libraries
  1083. in a given directory, LIBDIR, you must either use libtool, and
  1084. specify the full pathname of the library, or use the `-LLIBDIR'
  1085. flag during linking and do at least one of the following:
  1086. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1087. during execution
  1088. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1089. during linking
  1090. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  1091. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1092.  
  1093. See any operating system documentation about shared libraries for
  1094. more information, such as the ld(1) and ld.so(8) manual pages.
  1095. ----------------------------------------------------------------------
  1096.  
  1097. Build complete.
  1098. Don't forget to run 'make test'.
  1099.  
  1100. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts -20160303/
  1101. Installing header files: /usr/local/include/php/
  1102.  
  1103. Copying imagick.ini > /etc/centminmod/php.d/imagick.ini
  1104.  
  1105. service php-fpm restart
  1106. Gracefully shutting down php-fpm . done
  1107. Starting php-fpm [02-Dec-2016 08:47:25] NOTICE: PHP message: PHP Warning: PHP S tartup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-n on-zts-20160303/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-2 0160303/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1108. [02-Dec-2016 08:47:25] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20160303/m emcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20160303/memcached .so: cannot open shared object file: No such file or directory in Unknown on lin e 0
  1109. done
  1110. *************************************************
  1111. * imagick PHP installed
  1112. *************************************************
  1113. Auto reinstalling previously detected geoip extension
  1114. compiling geoip PHP extension...
  1115. A geoip/LICENSE
  1116. A geoip/tests
  1117. A geoip/tests/006.phpt
  1118. A geoip/tests/015.phpt
  1119. A geoip/tests/007.phpt
  1120. A geoip/tests/016.phpt
  1121. A geoip/tests/008.phpt
  1122. A geoip/tests/017.phpt
  1123. A geoip/tests/009.phpt
  1124. A geoip/tests/018.phpt
  1125. A geoip/tests/001.phpt
  1126. A geoip/tests/010.phpt
  1127. A geoip/tests/002.phpt
  1128. A geoip/tests/011.phpt
  1129. A geoip/tests/003.phpt
  1130. A geoip/tests/004.phpt
  1131. A geoip/tests/013.phpt
  1132. A geoip/tests/005.phpt
  1133. A geoip/tests/014.phpt
  1134. A geoip/config.m4
  1135. A geoip/geoip.c
  1136. A geoip/ChangeLog
  1137. A geoip/package.xml
  1138. A geoip/README
  1139. A geoip/config.w32
  1140. A geoip/geoip.def
  1141. A geoip/php_geoip.h
  1142. U geoip
  1143. Checked out revision 341259.
  1144. make: *** No rule to make target `clean'. Stop.
  1145. Configuring for:
  1146. PHP Api Version: 20160731
  1147. Zend Module Api No: 20160303
  1148. Zend Extension Api No: 320160731
  1149. checking for grep that handles long lines and -e... /bin/grep
  1150. checking for egrep... /bin/grep -E
  1151. checking for a sed that does not truncate output... /bin/sed
  1152. checking whether the C compiler works... yes
  1153. checking for C compiler default output file name... a.out
  1154. checking for suffix of executables...
  1155. checking whether we are cross compiling... no
  1156. checking for suffix of object files... o
  1157. checking whether we are using the GNU C compiler... yes
  1158. checking whether ccache /usr/bin/gcc accepts -g... yes
  1159. checking for ccache /usr/bin/gcc option to accept ISO C89... none needed
  1160. checking how to run the C preprocessor... ccache /usr/bin/gcc -E
  1161. checking for icc... no
  1162. checking for suncc... no
  1163. checking whether ccache /usr/bin/gcc and cc understand -c and -o together... yes
  1164. checking for system library directory... lib
  1165. checking if compiler supports -R... no
  1166. checking if compiler supports -Wl,-rpath,... yes
  1167. checking build system type... x86_64-unknown-linux-gnu
  1168. checking host system type... x86_64-unknown-linux-gnu
  1169. checking target system type... x86_64-unknown-linux-gnu
  1170. checking for PHP prefix... /usr/local
  1171. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/m ain -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/inc lude/php/ext -I/usr/local/include/php/ext/date/lib
  1172. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-n on-zts-20160303
  1173. checking for PHP installed headers prefix... /usr/local/include/php
  1174. checking if debug is enabled... no
  1175. checking if zts is enabled... no
  1176. checking for re2c... re2c
  1177. checking for re2c version... 0.14.3 (ok)
  1178. checking for gawk... gawk
  1179. checking for geoip support... yes, shared
  1180. checking for geoip files in default path... found in /usr
  1181. checking for GeoIP_open in -lGeoIP... yes
  1182. checking for GeoIP_setup_custom_directory in -lGeoIP... yes
  1183. checking for GeoIP_set_charset in -lGeoIP... yes
  1184. checking for GeoIP_continent_by_id in -lGeoIP... yes
  1185. checking for GeoIP_addr_to_num in -lGeoIP... yes
  1186. checking whether GEOIP_NETSPEED_EDITION_REV1 is declared... yes
  1187. checking whether GEOIP_ACCURACYRADIUS_EDITION is declared... yes
  1188. checking for LGPL compatible GeoIP libs... expr: non-integer argument
  1189. cannot detect
  1190. checking library features to determine version (not acurate)... found 1005000
  1191. checking for ld used by ccache /usr/bin/gcc... /bin/ld
  1192. checking if the linker (/bin/ld) is GNU ld... yes
  1193. checking for /bin/ld option to reload object files... -r
  1194. checking for BSD-compatible nm... /bin/nm -B
  1195. checking whether ln -s works... yes
  1196. checking how to recognize dependent libraries... pass_all
  1197. checking for ANSI C header files... yes
  1198. checking for sys/types.h... yes
  1199. checking for sys/stat.h... yes
  1200. checking for stdlib.h... yes
  1201. checking for string.h... yes
  1202. checking for memory.h... yes
  1203. checking for strings.h... yes
  1204. checking for inttypes.h... yes
  1205. checking for stdint.h... yes
  1206. checking for unistd.h... yes
  1207. checking dlfcn.h usability... yes
  1208. checking dlfcn.h presence... yes
  1209. checking for dlfcn.h... yes
  1210. checking the maximum length of command line arguments... 1572864
  1211. checking command to parse /bin/nm -B output from ccache /usr/bin/gcc object... o k
  1212. checking for objdir... .libs
  1213. checking for ar... ar
  1214. checking for ranlib... ranlib
  1215. checking for strip... strip
  1216. checking if ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
  1217. checking for ccache /usr/bin/gcc option to produce PIC... -fPIC
  1218. checking if ccache /usr/bin/gcc PIC flag -fPIC works... yes
  1219. checking if ccache /usr/bin/gcc static flag -static works... no
  1220. checking if ccache /usr/bin/gcc supports -c -o file.o... yes
  1221. checking whether the ccache /usr/bin/gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  1222. checking whether -lc should be explicitly linked in... no
  1223. checking dynamic linker characteristics... GNU/Linux ld.so
  1224. checking how to hardcode library paths into programs... immediate
  1225. checking whether stripping libraries is possible... yes
  1226. checking if libtool supports shared libraries... yes
  1227. checking whether to build shared libraries... yes
  1228. checking whether to build static libraries... no
  1229.  
  1230. creating libtool
  1231. appending configuration tag "CXX" to libtool
  1232. checking whether the ccache /usr/bin/g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  1233. checking for ccache /usr/bin/g++ option to produce PIC...
  1234. checking if ccache /usr/bin/g++ static flag works... yes
  1235. checking if ccache /usr/bin/g++ supports -c -o file.o... yes
  1236. checking whether the ccache /usr/bin/g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  1237. checking dynamic linker characteristics... GNU/Linux ld.so
  1238. (cached) (cached) checking how to hardcode library paths into programs... unsupp orted
  1239. configure: creating ./config.status
  1240. config.status: creating config.h
  1241. /bin/sh /svr-setup/geoip/libtool --mode=compile ccache /usr/bin/gcc -I. -I/svr- setup/geoip -DPHP_ATOM_INC -I/svr-setup/geoip/include -I/svr-setup/geoip/main -I /svr-setup/geoip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/l ocal/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 /svr-setup/ geoip/geoip.c -o geoip.lo
  1242. mkdir .libs
  1243. ccache /usr/bin/gcc -I. -I/svr-setup/geoip -DPHP_ATOM_INC -I/svr-setup/geoip/in clude -I/svr-setup/geoip/main -I/svr-setup/geoip -I/usr/local/include/php -I/usr /local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Z end -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CO NFIG_H -g -O2 -c /svr-setup/geoip/geoip.c -fPIC -DPIC -o .libs/geoip.o
  1244. /bin/sh /svr-setup/geoip/libtool --mode=link ccache /usr/bin/gcc -DPHP_ATOM_INC -I/svr-setup/geoip/include -I/svr-setup/geoip/main -I/svr-setup/geoip -I/usr/loc al/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/us r/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/e xt/date/lib -DHAVE_CONFIG_H -g -O2 -o geoip.la -export-dynamic -avoid-versio n -prefer-pic -module -rpath /svr-setup/geoip/modules geoip.lo -lGeoIP
  1245. ccache /usr/bin/gcc -shared .libs/geoip.o -lGeoIP -Wl,-soname -Wl,geoip.so -o .libs/geoip.so
  1246. creating geoip.la
  1247. (cd .libs && rm -f geoip.la && ln -s ../geoip.la geoip.la)
  1248. /bin/sh /svr-setup/geoip/libtool --mode=install cp ./geoip.la /svr-setup/geoip/m odules
  1249. cp ./.libs/geoip.so /svr-setup/geoip/modules/geoip.so
  1250. cp ./.libs/geoip.lai /svr-setup/geoip/modules/geoip.la
  1251. PATH="$PATH:/sbin" ldconfig -n /svr-setup/geoip/modules
  1252. ----------------------------------------------------------------------
  1253. Libraries have been installed in:
  1254. /svr-setup/geoip/modules
  1255.  
  1256. If you ever happen to want to link against installed libraries
  1257. in a given directory, LIBDIR, you must either use libtool, and
  1258. specify the full pathname of the library, or use the `-LLIBDIR'
  1259. flag during linking and do at least one of the following:
  1260. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1261. during execution
  1262. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1263. during linking
  1264. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  1265. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1266.  
  1267. See any operating system documentation about shared libraries for
  1268. more information, such as the ld(1) and ld.so(8) manual pages.
  1269. ----------------------------------------------------------------------
  1270.  
  1271. Build complete.
  1272. Don't forget to run 'make test'.
  1273.  
  1274. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts -20160303/
  1275. a_customphp.ini
  1276. a_customphp.ini-bak_021216-075724
  1277. a_customphp.ini-bak_021216-082531
  1278. a_customphp.ini-bak_021216-083942
  1279. a_customphp.ini-bak_031116-034138
  1280. a_customphp.ini-bak_111116-055831
  1281. curlcainfo.ini
  1282. geoip.ini
  1283. igbinary.ini
  1284. imagick.ini
  1285. mailparse.ini
  1286. memcached.ini
  1287. memcache.ini
  1288. redis.ini
  1289. zendopcache.ini
  1290.  
  1291. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/mailparse.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1292. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/memcached.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1293. Configuration File (php.ini) Path: /usr/local/lib
  1294. Loaded Configuration File: /usr/local/lib/php.ini
  1295. Scan for additional .ini files in: /etc/centminmod/php.d
  1296. Additional .ini files parsed: /etc/centminmod/php.d/a_customphp.ini,
  1297. /etc/centminmod/php.d/curlcainfo.ini,
  1298. /etc/centminmod/php.d/geoip.ini,
  1299. /etc/centminmod/php.d/igbinary.ini,
  1300. /etc/centminmod/php.d/imagick.ini,
  1301. /etc/centminmod/php.d/mailparse.ini,
  1302. /etc/centminmod/php.d/memcache.ini,
  1303. /etc/centminmod/php.d/memcached.ini,
  1304. /etc/centminmod/php.d/redis.ini,
  1305. /etc/centminmod/php.d/zendopcache.ini
  1306.  
  1307.  
  1308. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/mailparse.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1309. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/memcached.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1310. [PHP Modules]
  1311. bcmath
  1312. bz2
  1313. calendar
  1314. Core
  1315. ctype
  1316. curl
  1317. date
  1318. dom
  1319. enchant
  1320. exif
  1321. filter
  1322. ftp
  1323. gd
  1324. geoip
  1325. gettext
  1326. gmp
  1327. hash
  1328. iconv
  1329. igbinary
  1330. imagick
  1331. imap
  1332. intl
  1333. json
  1334. ldap
  1335. libxml
  1336. mbstring
  1337. mcrypt
  1338. memcache
  1339. mysqli
  1340. mysqlnd
  1341. openssl
  1342. pcntl
  1343. pcre
  1344. PDO
  1345. pdo_mysql
  1346. pdo_sqlite
  1347. Phar
  1348. posix
  1349. pspell
  1350. readline
  1351. redis
  1352. Reflection
  1353. session
  1354. shmop
  1355. SimpleXML
  1356. snmp
  1357. soap
  1358. sockets
  1359. SPL
  1360. sqlite3
  1361. standard
  1362. sysvmsg
  1363. sysvsem
  1364. sysvshm
  1365. tidy
  1366. tokenizer
  1367. xml
  1368. xmlreader
  1369. xmlrpc
  1370. xmlwriter
  1371. xsl
  1372. Zend OPcache
  1373. zip
  1374. zlib
  1375.  
  1376. [Zend Modules]
  1377. Zend OPcache
  1378.  
  1379.  
  1380. service php-fpm restart
  1381. Gracefully shutting down php-fpm . done
  1382. Starting php-fpm [02-Dec-2016 08:47:34] NOTICE: PHP message: PHP Warning: PHP S tartup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-n on-zts-20160303/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-2 0160303/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1383. [02-Dec-2016 08:47:34] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20160303/m emcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20160303/memcached .so: cannot open shared object file: No such file or directory in Unknown on lin e 0
  1384. done
  1385.  
  1386. -------------------------------------------------------
  1387. Password protected li227-82.members.linode.com/fe2bc2f538fc31cf_opcache.php
  1388. -------------------------------------------------------
  1389. Username: opadmin
  1390. password removed
  1391. -------------------------------------------------------
  1392.  
  1393. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/mailparse.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1394. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex tensions/no-debug-non-zts-20160303/memcached.so' - /usr/local/lib/php/extensions /no-debug-non-zts-20160303/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
  1395. 1
  1396. ***************************************************
  1397. * PHP upgraded and auto reinstalled PHP extensions
  1398. ***************************************************
  1399. ____ _ _ ____ _ _ _ _
  1400. | _ \ | | | || _ \ | | | | _ __ __ _ _ __ __ _ __| | ___ __| |
  1401. | |_) || |_| || |_) | | | | || '_ \ / _` || '__|/ _` | / _` | / _ \ / _` |
  1402. | __/ | _ || __/ | |_| || |_) || (_| || | | (_| || (_| || __/| (_| |
  1403. |_| |_| |_||_| \___/ | .__/ \__, ||_| \__,_| \__,_| \___| \__,_|
  1404. |_| |___/
  1405.  
  1406. Total PHP Upgrade Time: 464.941729751 seconds
  1407. [root@cyprinidae centminmod]#
Add Comment
Please, Sign In to add comment