Advertisement
Guest User

solar php ldap compile error

a guest
Aug 29th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 464.49 KB | None | 0 0
  1. user@server: ~/Downloads/php/php-7.1.8/mybuild
  2. $ echo $PATH
  3. /Library/Frameworks/Python.framework/Versions/2.7/bin:/export/home/user/.gem/ruby/2.1.0/bin:/opt/maven:/usr/bin:/bin:/opt/android-sdk/platform-t                                                                                                                   ools:/opt/android-sdk/tools
  4.  
  5. user@server: ~/Downloads/php/php-7.1.8/mybuild
  6. $ export PATH=.:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/usr/ccs/bin:$PATH
  7.  
  8. user@server: ~/Downloads/php/php-7.1.8/mybuild
  9. $ echo $PATH
  10. .:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/usr/ccs/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/export/home/user/.gem/ru                                                                                                                   by/2.1.0/bin:/opt/maven:/usr/bin:/bin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools
  11.  
  12. user@server: ~/Downloads/php/php-7.1.8/mybuild
  13. $ echo $LD_LIBRARY_PATH
  14. /opt/instantclient_11_2:/opt/instantclient_11_2/lib:/usr/local/lib:
  15.  
  16. user@server: ~/Downloads/php/php-7.1.8/mybuild
  17. $ export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:$LD_LIBRARY_PATH
  18.  
  19. user@server: ~/Downloads/php/php-7.1.8/mybuild
  20. $ gmake clean && gmake distclean
  21. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  22. find . -name \*.lo -o -name \*.o | xargs rm -f
  23. find . -name \*.la -o -name \*.a | xargs rm -f
  24. find . -name \*.so | xargs rm -f
  25. find . -name .libs -a -type d|xargs rm -rf
  26. rm -f libphp7.la sapi/cli/php sapi/cgi/php-cgi    libphp7.la modules/* libs/*
  27. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  28. find . -name \*.lo -o -name \*.o | xargs rm -f
  29. find . -name \*.la -o -name \*.a | xargs rm -f
  30. find . -name \*.so | xargs rm -f
  31. find . -name .libs -a -type d|xargs rm -rf
  32. rm -f libphp7.la sapi/cli/php sapi/cgi/php-cgi    libphp7.la modules/* libs/*
  33. rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c ma                                                                                                                   in/internal_functions.c stamp-h sapi/apache/libphp7.module sapi/apache_hooks/libphp7.module buildmk.stamp Zend/zend_dtrace_gen.h Zend/zend_dtrace_g                                                                                                                   en.h.bak Zend/zend_config.h TSRM/tsrm_config.h
  34. rm -f php7.spec main/build-defs.h scripts/phpize
  35. rm -f ext/date/lib/timelib_config.h ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/oci8/oci8_dtrace_g                                                                                                                   en.h.bak
  36. rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 ext/phar/phar.1 ext/phar/phar.phar.1
  37. rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html
  38. rm -f ext/iconv/php_have_bsd_iconv.h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext/iconv/php_have_iconv.h ext/iconv/php_have_                                                                                                                   libiconv.h ext/iconv/php_iconv_aliased_libiconv.h ext/iconv/php_iconv_supports_errno.h ext/iconv/php_php_iconv_h_path.h ext/iconv/php_php_iconv_imp                                                                                                                   l.h
  39. rm -f ext/phar/phar.phar ext/phar/phar.php
  40. if test "/export/home/user/Downloads/php/php-7.1.8" != "/export/home/user/Downloads/php/php-7.1.8/mybuild"; then \
  41.   rm -f ext/phar/phar/phar.inc; \
  42. fi
  43. /usr/bin/ggrep -E define'.*include/php' /export/home/user/Downloads/php/php-7.1.8/configure | /usr/bin/gsed 's/.*>//'|xargs rm -f
  44.  
  45. user@server: ~/Downloads/php/php-7.1.8/mybuild
  46. $ .././configure --with-mysqli --enable-mbstring --enable-libgcc --with-zlib --with-curl --with-openssl --with-apxs2=/usr/apache2/2.4/bin/apxs --e
  47. nable-ftp --with-gd --with-ldap --prefix=/usr/local CFLAGS="-std=gnu99 -m64"
  48. checking for grep that handles long lines and -e... /usr/bin/ggrep
  49. checking for egrep... /usr/bin/ggrep -E
  50. checking for a sed that does not truncate output... /usr/bin/gsed
  51. checking build system type... x86_64-pc-solaris2.11
  52. checking host system type... x86_64-pc-solaris2.11
  53. checking target system type... x86_64-pc-solaris2.11
  54. checking for cc... no
  55. checking for gcc... gcc
  56. checking whether the C compiler works... yes
  57. checking for C compiler default output file name... a.out
  58. checking for suffix of executables...
  59. checking whether we are cross compiling... no
  60. checking for suffix of object files... o
  61. checking whether we are using the GNU C compiler... yes
  62. checking whether gcc accepts -g... yes
  63. checking for gcc option to accept ISO C89... none needed
  64. checking how to run the C preprocessor... gcc -E
  65. checking for icc... no
  66. checking for suncc... no
  67. checking whether gcc and cc understand -c and -o together... yes
  68. checking how to run the C preprocessor... gcc -E
  69. checking for ANSI C header files... yes
  70. checking for sys/types.h... yes
  71. checking for sys/stat.h... yes
  72. checking for stdlib.h... yes
  73. checking for string.h... yes
  74. checking for memory.h... yes
  75. checking for strings.h... yes
  76. checking for inttypes.h... yes
  77. checking for stdint.h... yes
  78. checking for unistd.h... yes
  79. checking minix/config.h usability... no
  80. checking minix/config.h presence... no
  81. checking for minix/config.h... no
  82. checking whether it is safe to define __EXTENSIONS__... yes
  83. checking whether ln -s works... yes
  84. checking for system library directory... lib
  85. checking whether to enable runpaths... yes
  86. checking if compiler supports -R... yes
  87. checking for gawk... gawk
  88. checking for bison... bison -y
  89. checking for bison version... invalid
  90. configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: 2.3, min: 204, excluded: ).
  91. checking for re2c... no
  92. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  93. checking whether to enable computed goto gcc extension with re2c... no
  94. checking whether to force non-PIC code in shared modules... no
  95. checking whether /dev/urandom exists... yes
  96. checking whether /dev/arandom exists... no
  97. checking for global register variables support... yes
  98. checking for pthreads_cflags... -pthread
  99. checking for pthreads_lib... pthread
  100.  
  101. Configuring SAPI modules
  102. checking for Apache 2.0 handler-module support via DSO through APXS... AH00548: NameVirtualHost has no effect and will be removed in the next relea                                                                                                                   se /etc/apache2/2.4/conf.d/server.conf:19
  103. yes
  104. checking for setproctitle... no
  105. checking sys/pstat.h usability... no
  106. checking sys/pstat.h presence... no
  107. checking for sys/pstat.h... no
  108. checking for PS_STRINGS... no
  109. checking for CLI build... yes
  110. checking for embedded SAPI library support... no
  111. checking for FPM build... no
  112. checking for LiteSpeed support... no
  113. checking for phpdbg support... yes
  114. checking for phpdbg web SAPI support... no
  115. checking for phpdbg debug build... no
  116. checking whether termios.h defines TIOCGWINSZ... yes
  117. checking for CGI build... yes
  118. checking for socklen_t in sys/socket.h... yes
  119. checking for sun_len in sys/un.h... no
  120. checking whether cross-process locking is required by accept()... yes
  121. checking for chosen SAPI module... apache2handler
  122. checking for executable SAPI binaries...  cli phpdbg cgi
  123.  
  124. Running system checks
  125. checking for sendmail... /usr/sbin/sendmail
  126. checking whether system uses EBCDIC... no
  127. checking whether byte ordering is bigendian... no
  128. checking whether writing to stdout works... This is the test message -- yes
  129. checking for socket... no
  130. checking for __socket... no
  131. checking for socket in -lsocket... yes
  132. checking for socketpair... yes
  133. checking for htonl... yes
  134. checking for gethostname... yes
  135. checking for gethostbyaddr... no
  136. checking for __gethostbyaddr... no
  137. checking for gethostbyaddr in -lnsl... yes
  138. checking for yp_get_default_domain... yes
  139. checking for dlopen... yes
  140. checking for sin in -lm... yes
  141. checking for inet_aton... yes
  142. checking for ANSI C header files... (cached) yes
  143. checking for dirent.h that defines DIR... yes
  144. checking for library containing opendir... none required
  145. checking for inttypes.h... (cached) yes
  146. checking for stdint.h... (cached) yes
  147. checking for dirent.h... yes
  148. checking for ApplicationServices/ApplicationServices.h... no
  149. checking for sys/param.h... yes
  150. checking for sys/types.h... (cached) yes
  151. checking for sys/time.h... yes
  152. checking for netinet/in.h... yes
  153. checking for alloca.h... yes
  154. checking for arpa/inet.h... yes
  155. checking for arpa/nameser.h... yes
  156. checking for assert.h... yes
  157. checking for crypt.h... yes
  158. checking for dns.h... no
  159. checking for fcntl.h... yes
  160. checking for grp.h... yes
  161. checking for ieeefp.h... yes
  162. checking for langinfo.h... yes
  163. checking for limits.h... yes
  164. checking for locale.h... yes
  165. checking for monetary.h... yes
  166. checking for netdb.h... yes
  167. checking for poll.h... yes
  168. checking for pwd.h... yes
  169. checking for resolv.h... yes
  170. checking for signal.h... yes
  171. checking for stdarg.h... yes
  172. checking for stdlib.h... (cached) yes
  173. checking for string.h... (cached) yes
  174. checking for syslog.h... yes
  175. checking for sysexits.h... yes
  176. checking for sys/ioctl.h... yes
  177. checking for sys/file.h... yes
  178. checking for sys/mman.h... yes
  179. checking for sys/mount.h... yes
  180. checking for sys/poll.h... yes
  181. checking for sys/resource.h... yes
  182. checking for sys/select.h... yes
  183. checking for sys/socket.h... yes
  184. checking for sys/stat.h... (cached) yes
  185. checking for sys/statfs.h... yes
  186. checking for sys/statvfs.h... yes
  187. checking for sys/vfs.h... yes
  188. checking for sys/sysexits.h... no
  189. checking for sys/varargs.h... yes
  190. checking for sys/wait.h... yes
  191. checking for sys/loadavg.h... yes
  192. checking for termios.h... yes
  193. checking for unistd.h... (cached) yes
  194. checking for unix.h... no
  195. checking for utime.h... yes
  196. checking for sys/utsname.h... yes
  197. checking for sys/ipc.h... yes
  198. checking for dlfcn.h... yes
  199. checking for assert.h... (cached) yes
  200. checking for fopencookie... no
  201. checking for broken getcwd... yes
  202. checking for broken libc stdio... yes
  203. checking whether struct tm is in sys/time.h or time.h... time.h
  204. checking for struct tm.tm_zone... no
  205. checking whether tzname is declared... yes
  206. checking for tzname... yes
  207. checking for missing declarations of reentrant functions... done
  208. checking for fclose declaration... ok
  209. checking for tm_gmtoff in struct tm... no
  210. checking for struct flock... yes
  211. checking for socklen_t... yes
  212. checking size of size_t... 8
  213. checking size of long long... 8
  214. checking size of long long int... 8
  215. checking size of long... 8
  216. checking size of int... 4
  217. checking size of intmax_t... 8
  218. checking size of ssize_t... 8
  219. checking size of ptrdiff_t... 8
  220. checking size of short... 2
  221. checking size of int... (cached) 4
  222. checking size of long... (cached) 8
  223. checking size of long long... (cached) 8
  224. checking for int8... no
  225. checking for int16... no
  226. checking for int32... no
  227. checking for int64... no
  228. checking for int8_t... yes
  229. checking for int16_t... yes
  230. checking for int32_t... yes
  231. checking for int64_t... yes
  232. checking for uint8... no
  233. checking for uint16... no
  234. checking for uint32... no
  235. checking for uint64... no
  236. checking for uint8_t... yes
  237. checking for uint16_t... yes
  238. checking for uint32_t... yes
  239. checking for uint64_t... yes
  240. checking for u_int8_t... no
  241. checking for u_int16_t... no
  242. checking for u_int32_t... no
  243. checking for u_int64_t... no
  244. checking for __builtin_expect... yes
  245. checking for __builtin_clz... yes
  246. checking for __builtin_ctzl... yes
  247. checking for __builtin_ctzll... yes
  248. checking for struct stat.st_blksize... yes
  249. checking for struct stat.st_blocks... yes
  250. checking for struct stat.st_rdev... yes
  251. checking for size_t... yes
  252. checking for uid_t in sys/types.h... yes
  253. checking for struct sockaddr_storage... yes
  254. checking for field sa_len in struct sockaddr... no
  255. checking for IPv6 support... yes
  256. checking for vprintf... yes
  257. checking for _doprnt... yes
  258. checking for alphasort... yes
  259. checking for asctime_r... yes
  260. checking for chroot... yes
  261. checking for ctime_r... yes
  262. checking for cuserid... yes
  263. checking for crypt... yes
  264. checking for flock... no
  265. checking for ftok... yes
  266. checking for funopen... no
  267. checking for gai_strerror... yes
  268. checking for gcvt... yes
  269. checking for getloadavg... yes
  270. checking for getlogin... yes
  271. checking for getprotobyname... yes
  272. checking for getprotobynumber... yes
  273. checking for getservbyname... yes
  274. checking for getservbyport... yes
  275. checking for gethostname... (cached) yes
  276. checking for getrusage... yes
  277. checking for gettimeofday... yes
  278. checking for gmtime_r... yes
  279. checking for getpwnam_r... yes
  280. checking for getgrnam_r... yes
  281. checking for getpwuid_r... yes
  282. checking for grantpt... yes
  283. checking for inet_ntoa... yes
  284. checking for inet_ntop... yes
  285. checking for inet_pton... yes
  286. checking for isascii... yes
  287. checking for link... yes
  288. checking for localtime_r... yes
  289. checking for lockf... yes
  290. checking for lchown... yes
  291. checking for lrand48... yes
  292. checking for memcpy... yes
  293. checking for memmove... yes
  294. checking for mkstemp... yes
  295. checking for mmap... yes
  296. checking for nl_langinfo... yes
  297. checking for perror... yes
  298. checking for poll... yes
  299. checking for ptsname... yes
  300. checking for putenv... yes
  301. checking for realpath... yes
  302. checking for random... yes
  303. checking for rand_r... yes
  304. checking for scandir... yes
  305. checking for setitimer... yes
  306. checking for setlocale... yes
  307. checking for localeconv... yes
  308. checking for setenv... yes
  309. checking for setpgid... yes
  310. checking for setsockopt... yes
  311. checking for setvbuf... yes
  312. checking for shutdown... yes
  313. checking for sin... yes
  314. checking for snprintf... yes
  315. checking for srand48... yes
  316. checking for srandom... yes
  317. checking for statfs... yes
  318. checking for statvfs... yes
  319. checking for std_syslog... no
  320. checking for strcasecmp... yes
  321. checking for strcoll... yes
  322. checking for strdup... yes
  323. checking for strerror... yes
  324. checking for strftime... yes
  325. checking for strnlen... yes
  326. checking for strptime... yes
  327. checking for strstr... yes
  328. checking for strtok_r... yes
  329. checking for symlink... yes
  330. checking for tempnam... yes
  331. checking for tzset... yes
  332. checking for unlockpt... yes
  333. checking for unsetenv... yes
  334. checking for usleep... yes
  335. checking for utime... yes
  336. checking for vsnprintf... yes
  337. checking for vasprintf... yes
  338. checking for asprintf... yes
  339. checking for nanosleep... yes
  340. checking for nanosleep in -lrt... yes
  341. checking for getaddrinfo... yes
  342. checking for __sync_fetch_and_add... yes
  343. checking for strlcat... yes
  344. checking for strlcpy... yes
  345. checking for getopt... yes
  346. checking for utime.h... (cached) yes
  347. checking whether utime accepts a null argument... yes
  348. checking for working alloca.h... yes
  349. checking for alloca... yes
  350. checking for declared timezone... yes
  351. checking for type of reentrant time-related functions... POSIX
  352. checking for readdir_r... yes
  353. checking for type of readdir_r... POSIX
  354. checking for in_addr_t... yes
  355. checking for crypt_r... no
  356.  
  357. General settings
  358. checking whether to include gcov symbols... no
  359. checking whether to include debugging symbols... no
  360. checking layout of installed files... PHP
  361. checking path to configuration file... DEFAULT
  362. checking where to scan for configuration files...
  363. checking whether to enable PHP's own SIGCHLD handler... no
  364. checking whether to explicitly link against libgcc... yes
  365. checking whether to enable short tags by default... yes
  366. checking whether to enable dmalloc... no
  367. checking whether to enable IPv6 support... yes
  368. checking whether to enable DTrace support... no
  369. checking how big to make fd sets... using system default
  370.  
  371. Configuring extensions
  372. checking size of long... (cached) 8
  373. checking size of int... (cached) 4
  374. checking for int32_t... yes
  375. checking for uint32_t... yes
  376. checking for sys/types.h... (cached) yes
  377. checking for inttypes.h... (cached) yes
  378. checking for stdint.h... (cached) yes
  379. checking for string.h... (cached) yes
  380. checking for stdlib.h... (cached) yes
  381. checking for strtoll... yes
  382. checking for atoll... yes
  383. checking for strftime... (cached) yes
  384. checking for gettimeofday... (cached) yes
  385. checking whether to enable LIBXML support... yes
  386. checking libxml2 install dir... no
  387. checking for xml2-config path... /usr/bin/xml2-config
  388. checking whether libxml build works... yes
  389. checking for OpenSSL support... yes
  390. checking for Kerberos support... no
  391. checking whether to use system default cipher list instead of hardcoded value... no
  392. checking for RAND_egd... no
  393. checking for pkg-config... /usr/bin/pkg-config
  394. checking for PCRE library to use... bundled
  395. checking whether to enable PCRE JIT functionality... yes
  396. checking whether to enable the SQLite3 extension... yes
  397. checking bundled sqlite3 library... yes
  398. checking for ZLIB support... yes
  399. checking if the location of ZLIB install directory is defined... no
  400. checking for zlib version >= 1.2.0.4... 1.2.11
  401. checking for gzgets in -lz... yes
  402. checking whether to enable bc style precision math functions... no
  403. checking for BZip2 support... no
  404. checking whether to enable calendar conversion support... no
  405. checking whether to enable ctype functions... yes
  406. checking for cURL support... yes
  407. checking for cURL in default path... found in /usr
  408. checking for cURL 7.10.5 or greater... libcurl 7.45.0
  409. checking for SSL support in libcurl... yes
  410. checking how to run the C preprocessor... gcc -E
  411. checking for openssl support in libcurl... yes
  412. checking openssl/crypto.h usability... yes
  413. checking openssl/crypto.h presence... yes
  414. checking for openssl/crypto.h... yes
  415. checking for gnutls support in libcurl... no
  416. checking for curl_easy_perform in -lcurl... yes
  417. checking for curl_easy_strerror in -lcurl... yes
  418. checking for curl_multi_strerror in -lcurl... yes
  419. checking for QDBM support... no
  420. checking for GDBM support... no
  421. checking for NDBM support... no
  422. checking for TCADB support... no
  423. checking for Berkeley DB4 support... no
  424. checking for Berkeley DB3 support... no
  425. checking for Berkeley DB2 support... no
  426. checking for DB1 support... no
  427. checking for DBM support... no
  428. checking for CDB support... no
  429. checking for INI File support... no
  430. checking for FlatFile support... no
  431. checking whether to enable DBA interface... no
  432. checking whether to enable DOM support... yes
  433. checking for xml2-config path... (cached) /usr/bin/xml2-config
  434. checking whether libxml build works... (cached) yes
  435. checking for ENCHANT support... no
  436. checking whether to enable EXIF (metadata from images) support... no
  437. checking for fileinfo support... yes
  438. checking for strcasestr... yes
  439. checking for utimes... yes
  440. checking for strndup... yes
  441. checking whether to enable input filter support... yes
  442. checking pcre install prefix... no
  443. checking whether to enable FTP support... yes
  444. checking OpenSSL dir for FTP... no
  445. checking for GD support... yes
  446. checking for the location of libwebp... no
  447. checking for the location of libjpeg... no
  448. checking for the location of libpng... no
  449. checking for the location of libXpm... no
  450. checking for FreeType 2... no
  451. checking whether to enable truetype string function in GD... no
  452. checking whether to enable JIS-mapped Japanese font support in GD... no
  453. If configure fails try --with-webp-dir=<DIR>
  454. If configure fails try --with-jpeg-dir=<DIR>
  455. checking for png_write_image in -lpng... yes
  456. If configure fails try --with-xpm-dir=<DIR>
  457. If configure fails try --with-freetype-dir=<DIR>
  458. checking for fabsf... yes
  459. checking for floorf... yes
  460. checking for GNU gettext support... no
  461. checking for GNU MP support... no
  462. checking for mhash support... no
  463. checking whether to enable hash support... yes
  464. checking whether byte ordering is bigendian... (cached) no
  465. checking size of short... (cached) 2
  466. checking size of int... (cached) 4
  467. checking size of long... (cached) 8
  468. checking size of long long... (cached) 8
  469. checking for iconv support... yes
  470. checking for iconv... yes
  471. checking if iconv is glibc's... no
  472. checking if using GNU libiconv... no
  473. checking if iconv is Konstantin Chuguev's... no
  474. checking if using IBM iconv... no
  475. checking if iconv supports errno... no
  476. checking if iconv supports //IGNORE... yes
  477. checking if your cpp allows macro usage in include lines... yes
  478. checking for IMAP support... no
  479. checking for IMAP Kerberos support... no
  480. checking for IMAP SSL support... no
  481. checking for Firebird support... no
  482. checking whether to enable internationalization support... no
  483. checking whether to enable JavaScript Object Serialization support... yes
  484. checking for ANSI C header files... (cached) yes
  485. checking for LDAP support... yes
  486. checking for LDAP Cyrus SASL support... no
  487. checking size of long int... 8
  488. checking for 3 arg ldap_set_rebind_proc... yes
  489. checking for ldap_parse_result... yes
  490. checking for ldap_parse_reference... yes
  491. checking for ldap_start_tls_s... yes
  492. checking for ldap_control_find... yes
  493. checking for ldap_bind_s... yes
  494. checking whether to enable multibyte string support... yes
  495. checking whether to enable multibyte regex support... yes
  496. checking whether to check multibyte regex backtrack... yes
  497. checking for external libmbfl... no
  498. checking for external oniguruma... no
  499. checking for variable length prototypes and stdarg.h... yes
  500. checking for stdlib.h... (cached) yes
  501. checking for string.h... (cached) yes
  502. checking for strings.h... (cached) yes
  503. checking for unistd.h... (cached) yes
  504. checking for sys/time.h... (cached) yes
  505. checking sys/times.h usability... yes
  506. checking sys/times.h presence... yes
  507. checking for sys/times.h... yes
  508. checking for stdarg.h... (cached) yes
  509. checking size of int... (cached) 4
  510. checking size of short... (cached) 2
  511. checking size of long... (cached) 8
  512. checking for an ANSI C-conforming const... yes
  513. checking whether time.h and sys/time.h may both be included... yes
  514. checking for working alloca.h... (cached) yes
  515. checking for alloca... (cached) yes
  516. checking for working memcmp... yes
  517. checking for stdarg.h... (cached) yes
  518. checking for mcrypt support... no
  519. checking for MySQLi support... yes
  520. checking whether to enable embedded MySQLi support... no
  521. checking for specified location of the MySQL UNIX socket... no
  522. checking for MySQL UNIX socket location... no
  523. checking for Oracle Database OCI8 support... no
  524. checking for Adabas support... no
  525. checking for SAP DB support... no
  526. checking for Solid support... no
  527. checking for IBM DB2 support... no
  528. checking for ODBCRouter.com support... no
  529. checking for Empress support... no
  530. checking for Empress local access support... no
  531. checking for Birdstep support... no
  532. checking for a custom ODBC support... no
  533. checking for iODBC support... no
  534. checking for Easysoft ODBC-ODBC Bridge support... no
  535. checking for unixODBC support... no
  536. checking for DBMaker support... no
  537. checking for any ODBC driver support... no
  538. checking whether to enable Zend OPcache support... yes
  539. checking whether to enable file based caching... yes
  540. checking whether to enable copying PHP CODE pages into HUGE PAGES... yes
  541. checking for mprotect... yes
  542. checking for unistd.h... (cached) yes
  543. checking sys/uio.h usability... yes
  544. checking sys/uio.h presence... yes
  545. checking for sys/uio.h... yes
  546. checking for sysvipc shared memory support... yes
  547. checking for mmap() using MAP_ANON shared memory support... yes
  548. checking for mmap() using /dev/zero shared memory support... yes
  549. checking for mmap() using shm_open() shared memory support... no
  550. checking for mmap() using regular file shared memory support... yes
  551. checking "whether flock struct is linux ordered"... "yes"
  552. checking "whether flock struct is BSD ordered"... "no"
  553. checking whether to enable pcntl support... no
  554. checking whether to enable PDO support... yes
  555. checking for PDO_DBLIB support via FreeTDS... no
  556. checking for Firebird support for PDO... no
  557. checking for MySQL support for PDO... no
  558. checking Oracle OCI support for PDO... no
  559. checking for ODBC v3 support for PDO... no
  560. checking for PostgreSQL support for PDO... no
  561. checking for sqlite 3 support for PDO... yes
  562. checking for PDO includes... checking for PDO includes... /export/home/user/Downloads/php/php-7.1.8/ext
  563. checking for usleep... (cached) yes
  564. checking for nanosleep... (cached) yes
  565. checking time.h usability... yes
  566. checking time.h presence... yes
  567. checking for time.h... yes
  568. checking for fdatasync in -lrt... yes
  569. checking for PostgreSQL support... no
  570. checking for phar archive support... yes
  571. checking for phar openssl support... yes
  572. checking whether to enable POSIX-like functions... yes
  573. checking sys/mkdev.h usability... yes
  574. checking sys/mkdev.h presence... yes
  575. checking for sys/mkdev.h... yes
  576. checking for seteuid... yes
  577. checking for setegid... yes
  578. checking for setsid... yes
  579. checking for getsid... yes
  580. checking for setpgid... (cached) yes
  581. checking for getpgid... yes
  582. checking for ctermid... yes
  583. checking for mkfifo... yes
  584. checking for mknod... yes
  585. checking for setrlimit... yes
  586. checking for getrlimit... yes
  587. checking for getlogin... (cached) yes
  588. checking for getgroups... yes
  589. checking for makedev... no
  590. checking for initgroups... yes
  591. checking for getpwuid_r... (cached) yes
  592. checking for getgrgid_r... yes
  593. checking for working ttyname_r() implementation... yes
  594. checking for utsname.domainname... no
  595. checking for PSPELL support... no
  596. checking for libedit readline replacement... no
  597. checking for readline support... no
  598. checking for recode support... no
  599. checking whether to enable PHP sessions... yes
  600. checking for mm support... no
  601. checking whether pwrite works... yes
  602. checking whether pread works... yes
  603. checking whether to enable shmop support... no
  604. checking whether to enable SimpleXML support... yes
  605. checking for xml2-config path... (cached) /usr/bin/xml2-config
  606. checking whether libxml build works... (cached) yes
  607. checking for SNMP support... no
  608. checking OpenSSL dir for SNMP... no
  609. checking whether to enable SOAP support... no
  610. checking whether to enable sockets support... no
  611. checking whether flush should be called explicitly after a buffered io... yes
  612. checking for standard DES crypt... yes
  613. checking for extended DES crypt... no
  614. checking for MD5 crypt... yes
  615. checking for Blowfish crypt... yes
  616. checking for SHA512 crypt... yes
  617. checking for SHA256 crypt... yes
  618. checking whether the compiler supports __alignof__... yes
  619. checking whether the compiler supports aligned attribute... yes
  620. checking for getcwd... yes
  621. checking for getwd... yes
  622. checking for asinh... yes
  623. checking for acosh... yes
  624. checking for atanh... yes
  625. checking for log1p... yes
  626. checking for hypot... yes
  627. checking for glob... yes
  628. checking for strfmon... yes
  629. checking for nice... yes
  630. checking for fpclass... yes
  631. checking for mempcpy... no
  632. checking for strpncpy... no
  633. checking whether isnan is declared... yes
  634. checking whether isinf is declared... yes
  635. checking for working POSIX fnmatch... yes
  636. checking for fork... yes
  637. checking if your OS can spawn processes with inherited handles... yes
  638. checking for res_nsearch... no
  639. checking for __res_nsearch... no
  640. checking for res_nsearch in -lresolv... yes
  641. checking for res_ndestroy... yes
  642. checking for dns_search... no
  643. checking for __dns_search... no
  644. checking for dns_search in -lresolv... no
  645. checking for __dns_search in -lresolv... no
  646. checking for dns_search in -lbind... no
  647. checking for __dns_search in -lbind... no
  648. checking for dns_search in -lsocket... no
  649. checking for __dns_search in -lsocket... no
  650. checking for dn_expand... yes
  651. checking for dn_skipname... yes
  652. checking for res_search... yes
  653. checking whether atof() accepts NAN... yes
  654. checking whether atof() accepts INF... yes
  655. checking whether HUGE_VAL == INF... yes
  656. checking whether HUGE_VAL + -HUGEVAL == NAN... yes
  657. checking whether strptime() declaration fails... yes
  658. checking wchar.h usability... yes
  659. checking wchar.h presence... yes
  660. checking for wchar.h... yes
  661. checking for mblen... yes
  662. checking for mbrlen... yes
  663. checking for mbsinit... yes
  664. checking for mbstate_t... yes
  665. checking atomic.h usability... yes
  666. checking atomic.h presence... yes
  667. checking for atomic.h... yes
  668. checking whether arc4random_buf is declared... yes
  669. checking whether to enable System V IPC support... no
  670. checking whether to enable System V semaphore support... no
  671. checking whether to enable System V shared memory support... no
  672. checking for TIDY support... no
  673. checking whether to enable tokenizer support... yes
  674. checking whether to enable WDDX support... no
  675. checking libexpat dir for WDDX... no
  676. checking whether to enable XML support... yes
  677. checking libexpat install dir... no
  678. checking for xml2-config path... (cached) /usr/bin/xml2-config
  679. checking whether libxml build works... (cached) yes
  680. checking whether to enable XMLReader support... yes
  681. checking for xml2-config path... (cached) /usr/bin/xml2-config
  682. checking whether libxml build works... (cached) yes
  683. checking for XMLRPC-EPI support... no
  684. checking libexpat dir for XMLRPC-EPI... no
  685. checking iconv dir for XMLRPC-EPI... no
  686. checking whether to enable XMLWriter support... yes
  687. checking for xml2-config path... (cached) /usr/bin/xml2-config
  688. checking whether libxml build works... (cached) yes
  689. checking for XSL support... no
  690. checking for zip archive read/writesupport... no
  691. checking pcre install prefix... no
  692. checking libzip... no
  693. checking whether to enable mysqlnd... no
  694. checking whether to disable compressed protocol support in mysqlnd... yes
  695. checking for DSA_get_default_method in -lssl... yes
  696. checking for X509_free in -lcrypto... yes
  697.  
  698. Configuring PEAR
  699. checking whether to install PEAR... yes
  700.  
  701. Configuring Zend
  702. checking for bison version... (cached) invalid
  703. configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
  704. checking for inttypes.h... (cached) yes
  705. checking for stdint.h... (cached) yes
  706. checking for limits.h... (cached) yes
  707. checking malloc.h usability... yes
  708. checking malloc.h presence... yes
  709. checking for malloc.h... yes
  710. checking for string.h... (cached) yes
  711. checking for unistd.h... (cached) yes
  712. checking for stdarg.h... (cached) yes
  713. checking for sys/types.h... (cached) yes
  714. checking for sys/time.h... (cached) yes
  715. checking for signal.h... (cached) yes
  716. checking for unix.h... (cached) no
  717. checking for stdlib.h... (cached) yes
  718. checking for dlfcn.h... (cached) yes
  719. checking for size_t... (cached) yes
  720. checking return type of signal handlers... void
  721. checking for uint... yes
  722. checking for ulong... yes
  723. checking for int32_t... yes
  724. checking for uint32_t... yes
  725. checking for vprintf... (cached) yes
  726. checking for _doprnt... (cached) yes
  727. checking for working memcmp... (cached) yes
  728. checking for working alloca.h... (cached) yes
  729. checking for alloca... (cached) yes
  730. checking for memcpy... (cached) yes
  731. checking for strdup... (cached) yes
  732. checking for getpid... yes
  733. checking for kill... yes
  734. checking for strtod... yes
  735. checking for strtol... yes
  736. checking for finite... yes
  737. checking for fpclass... (cached) yes
  738. checking for sigsetjmp... yes
  739. checking whether sprintf is broken... no
  740. checking whether isfinite is declared... yes
  741. checking whether isnan is declared... (cached) yes
  742. checking whether isinf is declared... (cached) yes
  743. checking whether fp_except is defined... no
  744. checking for usable _FPU_SETCW... no
  745. checking for usable fpsetprec... no
  746. checking for usable _controlfp... no
  747. checking for usable _controlfp_s... no
  748. checking whether FPU control word can be manipulated by inline assembler... yes
  749. checking whether double cast to long preserves least significant bits... no
  750. checking for dlfcn.h... (cached) yes
  751. checking whether dlsym() requires a leading underscore in symbol names... no
  752. checking whether to enable thread-safety... no
  753. checking whether to enable inline optimization for GCC... yes
  754. checking whether to enable Zend debugging... no
  755. checking for inline... inline
  756. checking target system is Darwin... no
  757. checking for MM alignment and log values... done
  758. checking for memory allocation using mmap(MAP_ANON)... yes
  759. checking for memory allocation using mmap("/dev/zero")... yes
  760. checking for mremap... no
  761. checking for sigaction... yes
  762. checking whether to enable zend signal handling... yes
  763.  
  764. Configuring TSRM
  765. checking for stdarg.h... (cached) yes
  766. checking for sigprocmask... yes
  767. checking how many arguments gethostbyname_r() takes... five
  768.  
  769. Configuring libtool
  770. checking for ld used by gcc... /usr/bin/ld
  771. checking if the linker (/usr/bin/ld) is GNU ld... no
  772. checking for /usr/bin/ld option to reload object files... -r
  773. checking for BSD-compatible nm... /usr/bin/nm -p
  774. checking how to recognize dependent libraries... pass_all
  775. checking the maximum length of command line arguments... 786240
  776. checking command to parse /usr/bin/nm -p output from gcc object... failed
  777. checking for objdir... .libs
  778. checking for ar... ar
  779. checking for ranlib... ranlib
  780. checking for strip... strip
  781. checking if gcc supports -fno-rtti -fno-exceptions... no
  782. checking for gcc option to produce PIC... -fPIC
  783. checking if gcc PIC flag -fPIC works... yes
  784. checking if gcc static flag -static works... no
  785. checking if gcc supports -c -o file.o... yes
  786. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  787. checking whether -lc should be explicitly linked in... no
  788. checking dynamic linker characteristics... solaris2.11 ld.so
  789. checking how to hardcode library paths into programs... immediate
  790. checking whether stripping libraries is possible... no
  791. checking if libtool supports shared libraries... yes
  792. checking whether to build shared libraries... yes
  793. checking whether to build static libraries... no
  794.  
  795. creating libtool
  796. appending configuration tag "CXX" to libtool
  797.  
  798. Generating files
  799. configure: creating ./config.status
  800. creating main/internal_functions.c
  801. creating main/internal_functions_cli.c
  802. +--------------------------------------------------------------------+
  803. |                        *** WARNING ***                             |
  804. |                                                                    |
  805. | You have built PHP for Apache's current non-threaded MPM.          |
  806. | If you change Apache to use a threaded MPM you must reconfigure    |
  807. | PHP with --enable-maintainer-zts                                   |
  808. +--------------------------------------------------------------------+
  809. | License:                                                           |
  810. | This software is subject to the PHP License, available in this     |
  811. | distribution in the file LICENSE.  By continuing this installation |
  812. | process, you are bound by the terms of this license agreement.     |
  813. | If you do not agree with the terms of this license, you must abort |
  814. | the installation process at this point.                            |
  815. +--------------------------------------------------------------------+
  816.  
  817. Thank you for using PHP.
  818.  
  819. config.status: creating php7.spec
  820. config.status: creating main/build-defs.h
  821. config.status: creating scripts/phpize
  822. config.status: creating scripts/man1/phpize.1
  823. config.status: creating scripts/php-config
  824. config.status: creating scripts/man1/php-config.1
  825. config.status: creating sapi/cli/php.1
  826. config.status: creating sapi/cgi/php-cgi.1
  827. config.status: creating ext/phar/phar.1
  828. config.status: creating ext/phar/phar.phar.1
  829. config.status: creating main/php_config.h
  830. config.status: executing default commands
  831.  
  832. user@server: ~/Downloads/php/php-7.1.8/mybuild
  833. $ gmake
  834. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/php_date.c -o ext                                                                                                                   /date/php_date.lo
  835. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/astro.c -o ex                                                                                                                   t/date/lib/astro.lo
  836. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/dow.c -o ext/                                                                                                                   date/lib/dow.lo
  837. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/parse_date.c                                                                                                                    -o ext/date/lib/parse_date.lo
  838. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/parse_tz.c -o                                                                                                                    ext/date/lib/parse_tz.lo
  839. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/timelib.c -o                                                                                                                    ext/date/lib/timelib.lo
  840. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/tm2unixtime.c                                                                                                                    -o ext/date/lib/tm2unixtime.lo
  841. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/unixtime2tm.c                                                                                                                    -o ext/date/lib/unixtime2tm.lo
  842. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/parse_iso_int                                                                                                                   ervals.c -o ext/date/lib/parse_iso_intervals.lo
  843. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -DZEND_ENABLE_S                                                                                                                   TATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/export/home/user/Downloads/php/php-7.1.8/ext/date/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/date/lib/interval.c -o                                                                                                                    ext/date/lib/interval.lo
  844. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/libxml/ -I/export/home/user/Downloads/php/php-7.1.8/ext/libxml/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuil                                                                                                                   d/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/dotiss                                                                                                                   d/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/ph                                                                                                                   p-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user                                                                                                                   /Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -                                                                                                                   fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/libxml/libxml.c -o ext/libxml/libxml.lo
  845. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/openssl/ -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/openssl/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date                                                                                                                   /lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring                                                                                                                   /oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstrin                                                                                                                   g/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/l                                                                                                                   ibmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sql                                                                                                                   ite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/ho                                                                                                                   me/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS                                                                                                                      -c /export/home/user/Downloads/php/php-7.1.8/ext/openssl/openssl.c -o ext/openssl/openssl.lo
  846. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/openssl/ -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/openssl/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date                                                                                                                   /lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring                                                                                                                   /oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstrin                                                                                                                   g/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/l                                                                                                                   ibmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sql                                                                                                                   ite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/ho                                                                                                                   me/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS                                                                                                                      -c /export/home/user/Downloads/php/php-7.1.8/ext/openssl/xp_ssl.c -o ext/openssl/xp_ssl.lo
  847. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_chartables.c -o ext/pcre/pcrelib/pcre_chartables.lo
  848. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_ucd.c -o ext/pcre/pcrelib/pcre_ucd.lo
  849. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_compile.c -o ext/pcre/pcrelib/pcre_compile.lo
  850. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_config.c -o ext/pcre/pcrelib/pcre_config.lo
  851. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_exec.c -o ext/pcre/pcrelib/pcre_exec.lo
  852. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_fullinfo.c -o ext/pcre/pcrelib/pcre_fullinfo.lo
  853. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_get.c -o ext/pcre/pcrelib/pcre_get.lo
  854. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_globals.c -o ext/pcre/pcrelib/pcre_globals.lo
  855. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_maketables.c -o ext/pcre/pcrelib/pcre_maketables.lo
  856. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_newline.c -o ext/pcre/pcrelib/pcre_newline.lo
  857. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_ord2utf8.c -o ext/pcre/pcrelib/pcre_ord2utf8.lo
  858. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_refcount.c -o ext/pcre/pcrelib/pcre_refcount.lo
  859. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_study.c -o ext/pcre/pcrelib/pcre_study.lo
  860. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_tables.c -o ext/pcre/pcrelib/pcre_tables.lo
  861. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_valid_utf8.c -o ext/pcre/pcrelib/pcre_valid_utf8.lo
  862. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_version.c -o ext/pcre/pcrelib/pcre_version.lo
  863. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_xclass.c -o ext/pcre/pcrelib/pcre_xclass.lo
  864. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/pcrelib/pcre_jit_compile.c -o ext/pcre/pcrelib/pcre_jit_compile.lo
  865. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DHAVE_CONFIG_H -I/export/home                                                                                                                   /user/Downloads/php/php-7.1.8/ext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/export/home/user/Downloads/php/php-7.1.8/ex                                                                                                                   t/pcre/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/                                                                                                                   php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/mai                                                                                                                   n -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo
  866. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/sqlite3/libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_                                                                                                                   METADATA=1 -DSQLITE_THREADSAFE=0  -Iext/sqlite3/ -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/sqlite3.c -o ext/sqli                                                                                                                   te3/sqlite3.lo
  867. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/sqlite3/libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_                                                                                                                   METADATA=1 -DSQLITE_THREADSAFE=0  -Iext/sqlite3/ -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite/sqlite3.c -                                                                                                                   o ext/sqlite3/libsqlite/sqlite3.lo
  868. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/zlib/ -I/export/home/user/Downloads/php/php-7.1.8/ext/zlib/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/in                                                                                                                   clude -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads                                                                                                                   /php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.                                                                                                                   1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvis                                                                                                                   ibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/zlib/zlib.c -o ext/zlib/zlib.lo
  869. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/zlib/ -I/export/home/user/Downloads/php/php-7.1.8/ext/zlib/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/in                                                                                                                   clude -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads                                                                                                                   /php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.                                                                                                                   1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvis                                                                                                                   ibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/zlib/zlib_fopen_wrapper.c -o ext/zlib/zlib_fopen_wrapper.lo
  870. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/zlib/ -I/export/home/user/Downloads/php/php-7.1.8/ext/zlib/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/in                                                                                                                   clude -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads                                                                                                                   /php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.                                                                                                                   1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvis                                                                                                                   ibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/zlib/zlib_filter.c -o ext/zlib/zlib_filter.lo
  871. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ctype/ -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/ext/ctype/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Down                                                                                                                   loads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oni                                                                                                                   guruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/li                                                                                                                   bmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmb                                                                                                                   fl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3                                                                                                                   /libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/expo                                                                                                                   rt/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -                                                                                                                   c /export/home/user/Downloads/php/php-7.1.8/ext/ctype/ctype.c -o ext/ctype/ctype.lo
  872. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/curl/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/curl/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/curl/interface.c -o ext/curl/interface.lo
  873. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/curl/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/curl/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/curl/multi.c -o ext/curl/multi.lo
  874. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/curl/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/curl/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/curl/share.c -o ext/curl/share.lo
  875. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/curl/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/curl/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/curl/curl_file.c -o ext/curl/curl_file.lo
  876. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/php_dom.c -o ext/dom/php_dom.lo
  877. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/attr.c -o ext/dom/attr.lo
  878. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/document.c -o ext/dom/document.lo
  879. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domerrorhandler.c -o ext/dom/domerrorhandler.lo
  880. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domstringlist.c -o ext/dom/domstringlist.lo
  881. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domexception.c -o ext/dom/domexception.lo
  882. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/namelist.c -o ext/dom/namelist.lo
  883. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/processinginstruction.c -o ext/dom/processinginstruction.lo
  884. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/cdatasection.c -o ext/dom/cdatasection.lo
  885. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/documentfragment.c -o ext/dom/documentfragment.lo
  886. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domimplementation.c -o ext/dom/domimplementation.lo
  887. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/element.c -o ext/dom/element.lo
  888. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/node.c -o ext/dom/node.lo
  889. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/string_extend.c -o ext/dom/string_extend.lo
  890. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/characterdata.c -o ext/dom/characterdata.lo
  891. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/documenttype.c -o ext/dom/documenttype.lo
  892. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domimplementationlist.c -o ext/dom/domimplementationlist.lo
  893. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/entity.c -o ext/dom/entity.lo
  894. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/nodelist.c -o ext/dom/nodelist.lo
  895. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/text.c -o ext/dom/text.lo
  896. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/comment.c -o ext/dom/comment.lo
  897. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domconfiguration.c -o ext/dom/domconfiguration.lo
  898. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domimplementationsource.c -o ext/dom/domimplementationsource.lo
  899. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/entityreference.c -o ext/dom/entityreference.lo
  900. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/notation.c -o ext/dom/notation.lo
  901. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/xpath.c -o ext/dom/xpath.lo
  902. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/dom_iterators.c -o ext/dom/dom_iterators.lo
  903. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/typeinfo.c -o ext/dom/typeinfo.lo
  904. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domerror.c -o ext/dom/domerror.lo
  905. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/domlocator.c -o ext/dom/domlocator.lo
  906. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/namednodemap.c -o ext/dom/namednodemap.lo
  907. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/dom/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/dom/userdatahandler.c -o ext/dom/userdatahandler.lo
  908. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/fileinfo.c -o                                                                                                                    ext/fileinfo/fileinfo.lo
  909. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/appr                                                                                                                   entice.c -o ext/fileinfo/libmagic/apprentice.lo
  910. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/appt                                                                                                                   ype.c -o ext/fileinfo/libmagic/apptype.lo
  911. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/ascm                                                                                                                   agic.c -o ext/fileinfo/libmagic/ascmagic.lo
  912. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/cdf.                                                                                                                   c -o ext/fileinfo/libmagic/cdf.lo
  913. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/cdf_                                                                                                                   time.c -o ext/fileinfo/libmagic/cdf_time.lo
  914. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/comp                                                                                                                   ress.c -o ext/fileinfo/libmagic/compress.lo
  915. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/enco                                                                                                                   ding.c -o ext/fileinfo/libmagic/encoding.lo
  916. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/fsma                                                                                                                   gic.c -o ext/fileinfo/libmagic/fsmagic.lo
  917. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/func                                                                                                                   s.c -o ext/fileinfo/libmagic/funcs.lo
  918. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/is_t                                                                                                                   ar.c -o ext/fileinfo/libmagic/is_tar.lo
  919. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/magi                                                                                                                   c.c -o ext/fileinfo/libmagic/magic.lo
  920. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/prin                                                                                                                   t.c -o ext/fileinfo/libmagic/print.lo
  921. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/read                                                                                                                   cdf.c -o ext/fileinfo/libmagic/readcdf.lo
  922. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/fileinfo/libmagic -Iext/fileinfo/ -I/export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/ -DPHP_ATOM_INC -I/export/home/d                                                                                                                   otissd/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php                                                                                                                   -7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/inclu                                                                                                                   de/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstrin                                                                                                                   g/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring                                                                                                                   /libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstri                                                                                                                   ng/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I                                                                                                                   /export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/                                                                                                                   php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANT                                                                                                                   ICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/fileinfo/libmagic/soft                                                                                                                   magic.c -o ext/fileinfo/libmagic/softmagic.lo
  923. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/filter/ -I/export/home/user/Downloads/php/php-7.1.8/ext/filter/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuil                                                                                                                   d/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/dotiss                                                                                                                   d/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/ph                                                                                                                   p-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user                                                                                                                   /Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -                                                                                                                   fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/filter/filter.c -o ext/filter/filter.lo
  924. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/filter/ -I/export/home/user/Downloads/php/php-7.1.8/ext/filter/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuil                                                                                                                   d/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/dotiss                                                                                                                   d/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/ph                                                                                                                   p-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user                                                                                                                   /Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -                                                                                                                   fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/filter/sanitizing_filters.c -o ext/filter/sanitizing_filter                                                                                                                   s.lo
  925. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/filter/ -I/export/home/user/Downloads/php/php-7.1.8/ext/filter/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuil                                                                                                                   d/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/dotiss                                                                                                                   d/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/ph                                                                                                                   p-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user                                                                                                                   /Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -                                                                                                                   fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/filter/logical_filters.c -o ext/filter/logical_filters.lo
  926. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/filter/ -I/export/home/user/Downloads/php/php-7.1.8/ext/filter/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuil                                                                                                                   d/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downl                                                                                                                   oads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/dotiss                                                                                                                   d/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/ph                                                                                                                   p-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user                                                                                                                   /Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -                                                                                                                   fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/filter/callback_filter.c -o ext/filter/callback_filter.lo
  927. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ftp/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/ftp/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/ftp/php_ftp.c -o ext/ftp/php_ftp.lo
  928. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ftp/ -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/ext/ftp/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Download                                                                                                                   s/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/                                                                                                                   export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguru                                                                                                                   ma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/m                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/lib                                                                                                                   sqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dotis                                                                                                                   sd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /e                                                                                                                   xport/home/user/Downloads/php/php-7.1.8/ext/ftp/ftp.c -o ext/ftp/ftp.lo
  929. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/gd.c -o ext/gd/gd.lo
  930. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd.c -o ext/gd/libgd                                                                                                                   /gd.lo
  931. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_gd.c -o ext/gd/li                                                                                                                   bgd/gd_gd.lo
  932. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_gd2.c -o ext/gd/l                                                                                                                   ibgd/gd_gd2.lo
  933. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_io.c -o ext/gd/li                                                                                                                   bgd/gd_io.lo
  934. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_io_dp.c -o ext/gd                                                                                                                   /libgd/gd_io_dp.lo
  935. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_io_file.c -o ext/                                                                                                                   gd/libgd/gd_io_file.lo
  936. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_ss.c -o ext/gd/li                                                                                                                   bgd/gd_ss.lo
  937. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_io_ss.c -o ext/gd                                                                                                                   /libgd/gd_io_ss.lo
  938. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_webp.c -o ext/gd/                                                                                                                   libgd/gd_webp.lo
  939. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_png.c -o ext/gd/l                                                                                                                   ibgd/gd_png.lo
  940. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_jpeg.c -o ext/gd/                                                                                                                   libgd/gd_jpeg.lo
  941. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdxpm.c -o ext/gd/li                                                                                                                   bgd/gdxpm.lo
  942. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdfontt.c -o ext/gd/                                                                                                                   libgd/gdfontt.lo
  943. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdfonts.c -o ext/gd/                                                                                                                   libgd/gdfonts.lo
  944. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdfontmb.c -o ext/gd                                                                                                                   /libgd/gdfontmb.lo
  945. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdfontl.c -o ext/gd/                                                                                                                   libgd/gdfontl.lo
  946. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdfontg.c -o ext/gd/                                                                                                                   libgd/gdfontg.lo
  947. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdtables.c -o ext/gd                                                                                                                   /libgd/gdtables.lo
  948. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdft.c -o ext/gd/lib                                                                                                                   gd/gdft.lo
  949. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdcache.c -o ext/gd/                                                                                                                   libgd/gdcache.lo
  950. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdkanji.c -o ext/gd/                                                                                                                   libgd/gdkanji.lo
  951. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/wbmp.c -o ext/gd/lib                                                                                                                   gd/wbmp.lo
  952. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_wbmp.c -o ext/gd/                                                                                                                   libgd/gd_wbmp.lo
  953. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gdhelpers.c -o ext/g                                                                                                                   d/libgd/gdhelpers.lo
  954. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_topal.c -o ext/gd                                                                                                                   /libgd/gd_topal.lo
  955. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_gif_in.c -o ext/g                                                                                                                   d/libgd/gd_gif_in.lo
  956. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/xbm.c -o ext/gd/libg                                                                                                                   d/xbm.lo
  957. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_gif_out.c -o ext/                                                                                                                   gd/libgd/gd_gif_out.lo
  958. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_security.c -o ext                                                                                                                   /gd/libgd/gd_security.lo
  959. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_filter.c -o ext/g                                                                                                                   d/libgd/gd_filter.lo
  960. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_pixelate.c -o ext                                                                                                                   /gd/libgd/gd_pixelate.lo
  961. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_arc.c -o ext/gd/l                                                                                                                   ibgd/gd_arc.lo
  962. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_rotate.c -o ext/g                                                                                                                   d/libgd/gd_rotate.lo
  963. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_color.c -o ext/gd                                                                                                                   /libgd/gd_color.lo
  964. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_transform.c -o ex                                                                                                                   t/gd/libgd/gd_transform.lo
  965. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_crop.c -o ext/gd/                                                                                                                   libgd/gd_crop.lo
  966. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_interpolation.c -                                                                                                                   o ext/gd/libgd/gd_interpolation.lo
  967. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/gd/libgd -DHAVE_LIBPNG -Iext/gd/ -I/export/home/user/Downloads/php/php-7.1.8/ext/gd/ -DPHP_ATOM_INC -I/export/home/user/                                                                                                                   Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libx                                                                                                                   ml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbf                                                                                                                   l -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libm                                                                                                                   bfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1                                                                                                                   .8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I                                                                                                                   /usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/gd/libgd/gd_matrix.c -o ext/g                                                                                                                   d/libgd/gd_matrix.lo
  968. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash.c -o ext/hash/hash.lo
  969. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_md.c -o ext/hash/hash_md.lo
  970. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_sha.c -o ext/hash/hash_sha.lo
  971. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_ripemd.c -o ext/hash/hash_ripemd.lo
  972. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_haval.c -o ext/hash/hash_haval.lo
  973. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_tiger.c -o ext/hash/hash_tiger.lo
  974. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_gost.c -o ext/hash/hash_gost.lo
  975. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_snefru.c -o ext/hash/hash_snefru.lo
  976. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_whirlpool.c -o ext/hash/hash_whirlpool.lo
  977. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_adler32.c -o ext/hash/hash_adler32.lo
  978. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_crc32.c -o ext/hash/hash_crc32.lo
  979. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_fnv.c -o ext/hash/hash_fnv.lo
  980. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_joaat.c -o ext/hash/hash_joaat.lo
  981. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/hash/ -I/export/home/do                                                                                                                   tissd/Downloads/php/php-7.1.8/ext/hash/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -                                                                                                                   I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/onigu                                                                                                                   ruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libm                                                                                                                   bfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl                                                                                                                   /mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/ext/sqlite3/l                                                                                                                   ibsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend -I/export/home/dot                                                                                                                   issd/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7.1.8/TSRM -I/export                                                                                                                   /home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c                                                                                                                    /export/home/user/Downloads/php/php-7.1.8/ext/hash/hash_sha3.c -o ext/hash/hash_sha3.lo
  982. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -I"/usr/include" -DZEND_ENABLE                                                                                                                   _STATIC_TSRMLS_CACHE=1 -Iext/iconv/ -I/export/home/user/Downloads/php/php-7.1.8/ext/iconv/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/p                                                                                                                   hp-7.1.8/mybuild/include -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/                                                                                                                   user/Downloads/php/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/h                                                                                                                   ome/user/Downloads/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/                                                                                                                   home/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/hom                                                                                                                   e/user/Downloads/php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/exp                                                                                                                   ort/home/user/Downloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/D                                                                                                                   ownloads/php/php-7.1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/expo                                                                                                                   rt/home/user/Downloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -s                                                                                                                   td=gnu99 -m64 -fvisibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/iconv/iconv.c -o ext/iconv/iconv.lo
  983. /export/home/user/Downloads/php/php-7.1.8/ext/iconv/iconv.c: In function ‘php_iconv_string’:
  984. /export/home/user/Downloads/php/php-7.1.8/ext/iconv/iconv.c:590:21: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Winc                                                                                                                   ompatible-pointer-types]
  985.   result = iconv(cd, (const char **) &in_p, &in_size, (char **)
  986.                      ^
  987. In file included from /export/home/user/Downloads/php/php-7.1.8/ext/iconv/iconv.c:45:0:
  988. /usr/include/iconv.h:72:15: note: expected ‘char ** restrict’ but argument is of type ‘const char **
  989.  extern size_t iconv(iconv_t, char **_RESTRICT_KYWD,
  990.                ^
  991. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/json/ -I/export/home/user/Downloads/php/php-7.1.8/ext/json/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/in                                                                                                                   clude -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads                                                                                                                   /php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.                                                                                                                   1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvis                                                                                                                   ibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/json/json.c -o ext/json/json.lo
  992. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/json/ -I/export/home/user/Downloads/php/php-7.1.8/ext/json/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/in                                                                                                                   clude -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads                                                                                                                   /php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.                                                                                                                   1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvis                                                                                                                   ibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/json/json_encoder.c -o ext/json/json_encoder.lo
  993. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/json/ -I/export/home/user/Downloads/php/php-7.1.8/ext/json/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/in                                                                                                                   clude -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads                                                                                                                   /php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.                                                                                                                   1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvis                                                                                                                   ibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/json/json_parser.tab.c -o ext/json/json_parser.lo
  994. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DZEND_ENABLE_STATIC_TSRMLS_CA                                                                                                                   CHE=1 -Iext/json/ -I/export/home/user/Downloads/php/php-7.1.8/ext/json/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/in                                                                                                                   clude -I/export/home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/p                                                                                                                   hp/php-7.1.8/mybuild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloa                                                                                                                   ds/php/php-7.1.8/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downlo                                                                                                                   ads/php/php-7.1.8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads                                                                                                                   /php/php-7.1.8/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Do                                                                                                                   wnloads/php/php-7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.                                                                                                                   1.8/mybuild/Zend -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Dow                                                                                                                   nloads/php/php-7.1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvis                                                                                                                   ibility=hidden -DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/json/json_scanner.c -o ext/json/json_scanner.lo
  995. /bin/sh /export/home/user/Downloads/php/php-7.1.8/mybuild/libtool --silent --preserve-dup-deps --mode=compile gcc -DLDAP_DEPRECATED=1 -Iext/ldap                                                                                                                   / -I/export/home/user/Downloads/php/php-7.1.8/ext/ldap/ -DPHP_ATOM_INC -I/export/home/user/Downloads/php/php-7.1.8/mybuild/include -I/export/                                                                                                                   home/user/Downloads/php/php-7.1.8/mybuild/main -I/export/home/user/Downloads/php/php-7.1.8 -I/export/home/user/Downloads/php/php-7.1.8/myb                                                                                                                   uild/ext/date/lib -I/export/home/user/Downloads/php/php-7.1.8/ext/date/lib -I/usr/include/libxml2 -I/export/home/user/Downloads/php/php-7.1.8                                                                                                                   /ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/oniguruma -I/export/home/user/Downloads/php/php-7.1.                                                                                                                   8/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl -I/export/home/user/Downloads/php/php-7.1.8/e                                                                                                                   xt/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-7.1.8/mybuild/ext/mbstring/libmbfl/mbfl -I/export/home/user/Downloads/php/php-                                                                                                                   7.1.8/ext/sqlite3/libsqlite -I/export/home/user/Downloads/php/php-7.1.8/mybuild/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/Zend                                                                                                                    -I/export/home/user/Downloads/php/php-7.1.8/main -I/export/home/user/Downloads/php/php-7.1.8/Zend -I/export/home/user/Downloads/php/php-7                                                                                                                   .1.8/TSRM -I/export/home/user/Downloads/php/php-7.1.8/mybuild/  -D_POSIX_PTHREAD_SEMANTICS  -I/usr/include -std=gnu99 -m64 -fvisibility=hidden -                                                                                                                   DZEND_SIGNALS   -c /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c -o ext/ldap/ldap.lo
  996. In file included from /export/home/user/Downloads/php/php-7.1.8/main/php.h:413:0,
  997.                  from /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:39:
  998. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c: In function ‘zm_startup_ldap’:
  999. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:237:56: error: ‘LDAP_OPT_X_TLS_REQUIRE_CERT’ undeclared (first use in this function)
  1000.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_REQUIRE_CERT", LDAP_OPT_X_TLS_REQUIRE_CERT, CONST_PERSISTENT | CONST_CS);
  1001.                                                         ^
  1002. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1003.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1004.                                                                                                          ^
  1005. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:237:56: note: each undeclared identifier is reported only once for each function it ap                                                                                                                   pears in
  1006.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_REQUIRE_CERT", LDAP_OPT_X_TLS_REQUIRE_CERT, CONST_PERSISTENT | CONST_CS);
  1007.                                                         ^
  1008. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1009.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1010.                                                                                                          ^
  1011. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:239:49: error: ‘LDAP_OPT_X_TLS_NEVER’ undeclared (first use in this function)
  1012.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_NEVER", LDAP_OPT_X_TLS_NEVER, CONST_PERSISTENT | CONST_CS);
  1013.                                                  ^
  1014. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1015.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1016.                                                                                                          ^
  1017. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:240:48: error: ‘LDAP_OPT_X_TLS_HARD’ undeclared (first use in this function)
  1018.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_HARD", LDAP_OPT_X_TLS_HARD, CONST_PERSISTENT | CONST_CS);
  1019.                                                 ^
  1020. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1021.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1022.                                                                                                          ^
  1023. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:241:50: error: ‘LDAP_OPT_X_TLS_DEMAND’ undeclared (first use in this function)
  1024.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_DEMAND", LDAP_OPT_X_TLS_DEMAND, CONST_PERSISTENT | CONST_CS);
  1025.                                                   ^
  1026. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1027.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1028.                                                                                                          ^
  1029. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:242:49: error: ‘LDAP_OPT_X_TLS_ALLOW’ undeclared (first use in this function)
  1030.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_ALLOW", LDAP_OPT_X_TLS_ALLOW, CONST_PERSISTENT | CONST_CS);
  1031.                                                  ^
  1032. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1033.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1034.                                                                                                          ^
  1035. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:243:47: error: ‘LDAP_OPT_X_TLS_TRY’ undeclared (first use in this function)
  1036.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_TRY", LDAP_OPT_X_TLS_TRY, CONST_PERSISTENT | CONST_CS);
  1037.                                                ^
  1038. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1039.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1040.                                                                                                          ^
  1041. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:245:53: error: ‘LDAP_OPT_X_TLS_CACERTDIR’ undeclared (first use in this function)
  1042.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_CACERTDIR", LDAP_OPT_X_TLS_CACERTDIR, CONST_PERSISTENT | CONST_CS);
  1043.                                                      ^
  1044. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1045.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1046.                                                                                                          ^
  1047. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:246:54: error: ‘LDAP_OPT_X_TLS_CACERTFILE’ undeclared (first use in this function)
  1048.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_CACERTFILE", LDAP_OPT_X_TLS_CACERTFILE, CONST_PERSISTENT | CONST_CS);
  1049.                                                       ^
  1050. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1051.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1052.                                                                                                          ^
  1053. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:247:52: error: ‘LDAP_OPT_X_TLS_CERTFILE’ undeclared (first use in this function)
  1054.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_CERTFILE", LDAP_OPT_X_TLS_CERTFILE, CONST_PERSISTENT | CONST_CS);
  1055.                                                     ^
  1056. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1057.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1058.                                                                                                          ^
  1059. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:248:56: error: ‘LDAP_OPT_X_TLS_CIPHER_SUITE’ undeclared (first use in this function)
  1060.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_CIPHER_SUITE", LDAP_OPT_X_TLS_CIPHER_SUITE, CONST_PERSISTENT | CONST_CS);
  1061.                                                         ^
  1062. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1063.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1064.                                                                                                          ^
  1065. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:249:51: error: ‘LDAP_OPT_X_TLS_KEYFILE’ undeclared (first use in this function)
  1066.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_KEYFILE", LDAP_OPT_X_TLS_KEYFILE, CONST_PERSISTENT | CONST_CS);
  1067.                                                    ^
  1068. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1069.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1070.                                                                                                          ^
  1071. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:250:55: error: ‘LDAP_OPT_X_TLS_RANDOM_FILE’ undeclared (first use in this function)
  1072.   REGISTER_LONG_CONSTANT("LDAP_OPT_X_TLS_RANDOM_FILE", LDAP_OPT_X_TLS_RANDOM_FILE, CONST_PERSISTENT | CONST_CS);
  1073.                                                        ^
  1074. /export/home/user/Downloads/php/php-7.1.8/Zend/zend_constants.h:42:105: note: in definition of macro ‘REGISTER_LONG_CONSTANT’
  1075.  #define REGISTER_LONG_CONSTANT(name, lval, flags)  zend_register_long_constant((name), sizeof(name)-1, (lval), (flags), module_number)
  1076.                                                                                                          ^
  1077. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c: In function ‘zif_ldap_get_option’:
  1078. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2242:7: error: ‘LDAP_OPT_X_TLS_CACERTDIR’ undeclared (first use in this function)
  1079.   case LDAP_OPT_X_TLS_CACERTDIR:
  1080.        ^
  1081. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2243:7: error: ‘LDAP_OPT_X_TLS_CACERTFILE’ undeclared (first use in this function)
  1082.   case LDAP_OPT_X_TLS_CACERTFILE:
  1083.        ^
  1084. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2244:7: error: ‘LDAP_OPT_X_TLS_CERTFILE’ undeclared (first use in this function)
  1085.   case LDAP_OPT_X_TLS_CERTFILE:
  1086.        ^
  1087. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2245:7: error: ‘LDAP_OPT_X_TLS_CIPHER_SUITE’ undeclared (first use in this function)
  1088.   case LDAP_OPT_X_TLS_CIPHER_SUITE:
  1089.        ^
  1090. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2246:7: error: ‘LDAP_OPT_X_TLS_KEYFILE’ undeclared (first use in this function)
  1091.   case LDAP_OPT_X_TLS_KEYFILE:
  1092.        ^
  1093. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2247:7: error: ‘LDAP_OPT_X_TLS_RANDOM_FILE’ undeclared (first use in this function)
  1094.   case LDAP_OPT_X_TLS_RANDOM_FILE:
  1095.        ^
  1096. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c: In function ‘zif_ldap_set_option’:
  1097. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2391:7: error: ‘LDAP_OPT_X_TLS_CACERTDIR’ undeclared (first use in this function)
  1098.   case LDAP_OPT_X_TLS_CACERTDIR:
  1099.        ^
  1100. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2392:7: error: ‘LDAP_OPT_X_TLS_CACERTFILE’ undeclared (first use in this function)
  1101.   case LDAP_OPT_X_TLS_CACERTFILE:
  1102.        ^
  1103. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2393:7: error: ‘LDAP_OPT_X_TLS_CERTFILE’ undeclared (first use in this function)
  1104.   case LDAP_OPT_X_TLS_CERTFILE:
  1105.        ^
  1106. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2394:7: error: ‘LDAP_OPT_X_TLS_CIPHER_SUITE’ undeclared (first use in this function)
  1107.   case LDAP_OPT_X_TLS_CIPHER_SUITE:
  1108.        ^
  1109. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2395:7: error: ‘LDAP_OPT_X_TLS_KEYFILE’ undeclared (first use in this function)
  1110.   case LDAP_OPT_X_TLS_KEYFILE:
  1111.        ^
  1112. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2396:7: error: ‘LDAP_OPT_X_TLS_RANDOM_FILE’ undeclared (first use in this function)
  1113.   case LDAP_OPT_X_TLS_RANDOM_FILE:
  1114.        ^
  1115. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c: In function ‘zif_ldap_start_tls’:
  1116. /export/home/user/Downloads/php/php-7.1.8/ext/ldap/ldap.c:2739:10: warning: implicit declaration of function ‘ldap_start_tls_s’ [-Wimplicit-func                                                                                                                   tion-declaration]
  1117.    ((rc = ldap_start_tls_s(ld->link, NULL, NULL)) != LDAP_SUCCESS)
  1118.           ^
  1119. gmake: *** [ext/ldap/ldap.lo] Error 1
  1120.  
  1121. user@server: ~/Downloads/php/php-7.1.8/mybuild
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement