试玩swoole扩展 第一天

安装

pecl install swoole

部分过程:

configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole.c -o swoole.lo
mkdir .libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole.c -fPIC -DPIC -o .libs/swoole.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_server.c -o swoole_server.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_server.c -fPIC -DPIC -o .libs/swoole_server.o
/tmp/pear/temp/swoole/swoole_server.c: In function ‘zim_swoole_server_set’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1356: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1362: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1368: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1374: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1380: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1390: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1400: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1406: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1419: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1425: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1433: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1439: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1445: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1451: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1458: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1466: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1478: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1484: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1484: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1490: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1496: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1512: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1518: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1524: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1558: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1564: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1578: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1586: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1594: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.330’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server.c:1600: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_server_port.c -o swoole_server_port.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_server_port.c -fPIC -DPIC -o .libs/swoole_server_port.o
/tmp/pear/temp/swoole/swoole_server_port.c: In function ‘zim_swoole_server_port_set’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:103: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:108: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:117: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:122: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:128: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:134: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:140: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:146: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:152: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:162: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:175: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:181: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:186: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:201: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:207: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:213: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:219: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:225: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:231: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:237: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:249: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:282: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:292: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:292: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.139’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_server_port.c:304: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_atomic.c -o swoole_atomic.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_atomic.c -fPIC -DPIC -o .libs/swoole_atomic.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_lock.c -o swoole_lock.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_lock.c -fPIC -DPIC -o .libs/swoole_lock.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_client.c -o swoole_client.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_client.c -fPIC -DPIC -o .libs/swoole_client.o
/tmp/pear/temp/swoole/swoole_client.c: In function ‘php_swoole_client_check_setting’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:394: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:400: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:410: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:424: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:432: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:445: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:478: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:484: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:492: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:504: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:515: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:521: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:530: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:538: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:550: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:561: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:569: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:579: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.155’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_client.c:585: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_event.c -o swoole_event.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_event.c -fPIC -DPIC -o .libs/swoole_event.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_timer.c -o swoole_timer.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_timer.c -fPIC -DPIC -o .libs/swoole_timer.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_async.c -o swoole_async.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_async.c -fPIC -DPIC -o .libs/swoole_async.o
/tmp/pear/temp/swoole/swoole_async.c: In function ‘zif_swoole_async_set’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:696: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:701: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:706: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:711: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:720: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:725: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:730: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘v.175’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_async.c:737: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_process.c -o swoole_process.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_process.c -fPIC -DPIC -o .libs/swoole_process.o
/tmp/pear/temp/swoole/swoole_process.c: In function ‘swoole_process_init’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zpcntl.127’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_process.c:161: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_buffer.c -o swoole_buffer.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_buffer.c -fPIC -DPIC -o .libs/swoole_buffer.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_table.c -o swoole_table.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_table.c -fPIC -DPIC -o .libs/swoole_table.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_http_server.c -o swoole_http_server.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_http_server.c -fPIC -DPIC -o .libs/swoole_http_server.o
/tmp/pear/temp/swoole/swoole_http_server.c: In function ‘multipart_body_end’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘file_path.194’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:806: note: initialized from here
/tmp/pear/temp/swoole/swoole_http_server.c: In function ‘multipart_body_on_header_complete’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘multipart_header.171’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:692: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zerr.172’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:698: note: initialized from here
/tmp/pear/temp/swoole/swoole_http_server.c: In function ‘multipart_body_on_header_value’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘form_name.157’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:584: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘filename.159’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:594: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘multipart_header.165’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:624: note: initialized from here
/tmp/pear/temp/swoole/swoole_http_server.c: In function ‘multipart_body_on_data’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘multipart_header.168’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:655: note: initialized from here
/tmp/pear/temp/swoole/swoole_http_server.c: In function ‘zim_swoole_http_request___destruct’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘file_path.290’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:1496: note: initialized from here
/tmp/pear/temp/swoole/swoole_http_server.c: In function ‘multipart_body_on_data_end’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘array_value.184’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:744: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘multipart_header.189’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_server.c:777: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_http_v2_server.c -o swoole_http_v2_server.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_http_v2_server.c -fPIC -DPIC -o .libs/swoole_http_v2_server.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_websocket_server.c -o swoole_websocket_server.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_websocket_server.c -fPIC -DPIC -o .libs/swoole_websocket_server.o
/tmp/pear/temp/swoole/swoole_websocket_server.c: In function ‘websocket_handshake’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘pData.133’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_websocket_server.c:163: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_http_client.c -o swoole_http_client.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_http_client.c -fPIC -DPIC -o .libs/swoole_http_client.o
/tmp/pear/temp/swoole/swoole_http_client.c: In function ‘http_client_send_http_request’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.167’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:843: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.167’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:855: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.167’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:861: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zname.193’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:963: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zfilename.194’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:967: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zsize.195’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:971: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘ztype.196’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:975: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zname.193’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:1017: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zfilename.194’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:1021: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zpath.212’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:1025: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘ztype.196’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:1029: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘zoffset.213’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:1033: note: initialized from here
/tmp/pear/temp/swoole/swoole_http_client.c: In function ‘http_client_execute’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘ztmp.231’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:1177: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘ztmp.231’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:1185: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘ztmp.133’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:423: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘ztmp.133’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:431: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘ztmp.133’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_http_client.c:439: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_mysql.c -o swoole_mysql.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_mysql.c -fPIC -DPIC -o .libs/swoole_mysql.o
/tmp/pear/temp/swoole/swoole_mysql.c: In function ‘zim_swoole_mysql_connect’:
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.180’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_mysql.c:753: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.180’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_mysql.c:764: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.180’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_mysql.c:773: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.180’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_mysql.c:784: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.180’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_mysql.c:795: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.180’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_mysql.c:806: note: initialized from here
/tmp/pear/temp/swoole/php7_wrapper.h:36: warning: dereferencing pointer ‘value.180’ does break strict-aliasing rules
/tmp/pear/temp/swoole/swoole_mysql.c:815: note: initialized from here
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_redis.c -o swoole_redis.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_redis.c -fPIC -DPIC -o .libs/swoole_redis.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_redis_server.c -o swoole_redis_server.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_redis_server.c -fPIC -DPIC -o .libs/swoole_redis_server.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_module.c -o swoole_module.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_module.c -fPIC -DPIC -o .libs/swoole_module.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_mmap.c -o swoole_mmap.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_mmap.c -fPIC -DPIC -o .libs/swoole_mmap.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_channel.c -o swoole_channel.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/swoole_channel.c -fPIC -DPIC -o .libs/swoole_channel.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/base.c -o src/core/base.lo
mkdir src/core/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/base.c -fPIC -DPIC -o src/core/.libs/base.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/log.c -o src/core/log.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/log.c -fPIC -DPIC -o src/core/.libs/log.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/hashmap.c -o src/core/hashmap.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/hashmap.c -fPIC -DPIC -o src/core/.libs/hashmap.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/RingQueue.c -o src/core/RingQueue.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/RingQueue.c -fPIC -DPIC -o src/core/.libs/RingQueue.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/Channel.c -o src/core/Channel.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/Channel.c -fPIC -DPIC -o src/core/.libs/Channel.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/string.c -o src/core/string.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/string.c -fPIC -DPIC -o src/core/.libs/string.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/array.c -o src/core/array.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/array.c -fPIC -DPIC -o src/core/.libs/array.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/socket.c -o src/core/socket.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/socket.c -fPIC -DPIC -o src/core/.libs/socket.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/list.c -o src/core/list.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/list.c -fPIC -DPIC -o src/core/.libs/list.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/heap.c -o src/core/heap.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/core/heap.c -fPIC -DPIC -o src/core/.libs/heap.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/ShareMemory.c -o src/memory/ShareMemory.lo
mkdir src/memory/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/ShareMemory.c -fPIC -DPIC -o src/memory/.libs/ShareMemory.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/MemoryGlobal.c -o src/memory/MemoryGlobal.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/MemoryGlobal.c -fPIC -DPIC -o src/memory/.libs/MemoryGlobal.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/RingBuffer.c -o src/memory/RingBuffer.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/RingBuffer.c -fPIC -DPIC -o src/memory/.libs/RingBuffer.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/FixedPool.c -o src/memory/FixedPool.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/FixedPool.c -fPIC -DPIC -o src/memory/.libs/FixedPool.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/Malloc.c -o src/memory/Malloc.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/Malloc.c -fPIC -DPIC -o src/memory/.libs/Malloc.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/Table.c -o src/memory/Table.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/Table.c -fPIC -DPIC -o src/memory/.libs/Table.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/Buffer.c -o src/memory/Buffer.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/memory/Buffer.c -fPIC -DPIC -o src/memory/.libs/Buffer.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/factory/Factory.c -o src/factory/Factory.lo
mkdir src/factory/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/factory/Factory.c -fPIC -DPIC -o src/factory/.libs/Factory.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/factory/FactoryThread.c -o src/factory/FactoryThread.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/factory/FactoryThread.c -fPIC -DPIC -o src/factory/.libs/FactoryThread.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/factory/FactoryProcess.c -o src/factory/FactoryProcess.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/factory/FactoryProcess.c -fPIC -DPIC -o src/factory/.libs/FactoryProcess.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorBase.c -o src/reactor/ReactorBase.lo
mkdir src/reactor/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorBase.c -fPIC -DPIC -o src/reactor/.libs/ReactorBase.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorSelect.c -o src/reactor/ReactorSelect.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorSelect.c -fPIC -DPIC -o src/reactor/.libs/ReactorSelect.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorPoll.c -o src/reactor/ReactorPoll.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorPoll.c -fPIC -DPIC -o src/reactor/.libs/ReactorPoll.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorEpoll.c -o src/reactor/ReactorEpoll.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorEpoll.c -fPIC -DPIC -o src/reactor/.libs/ReactorEpoll.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorKqueue.c -o src/reactor/ReactorKqueue.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/reactor/ReactorKqueue.c -fPIC -DPIC -o src/reactor/.libs/ReactorKqueue.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/pipe/PipeBase.c -o src/pipe/PipeBase.lo
mkdir src/pipe/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/pipe/PipeBase.c -fPIC -DPIC -o src/pipe/.libs/PipeBase.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/pipe/PipeEventfd.c -o src/pipe/PipeEventfd.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/pipe/PipeEventfd.c -fPIC -DPIC -o src/pipe/.libs/PipeEventfd.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/pipe/PipeUnsock.c -o src/pipe/PipeUnsock.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/pipe/PipeUnsock.c -fPIC -DPIC -o src/pipe/.libs/PipeUnsock.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/Semaphore.c -o src/lock/Semaphore.lo
mkdir src/lock/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/Semaphore.c -fPIC -DPIC -o src/lock/.libs/Semaphore.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/Mutex.c -o src/lock/Mutex.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/Mutex.c -fPIC -DPIC -o src/lock/.libs/Mutex.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/RWLock.c -o src/lock/RWLock.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/RWLock.c -fPIC -DPIC -o src/lock/.libs/RWLock.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/SpinLock.c -o src/lock/SpinLock.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/SpinLock.c -fPIC -DPIC -o src/lock/.libs/SpinLock.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/FileLock.c -o src/lock/FileLock.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/lock/FileLock.c -fPIC -DPIC -o src/lock/.libs/FileLock.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Server.c -o src/network/Server.lo
mkdir src/network/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Server.c -fPIC -DPIC -o src/network/.libs/Server.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/TaskWorker.c -o src/network/TaskWorker.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/TaskWorker.c -fPIC -DPIC -o src/network/.libs/TaskWorker.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Client.c -o src/network/Client.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Client.c -fPIC -DPIC -o src/network/.libs/Client.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Connection.c -o src/network/Connection.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Connection.c -fPIC -DPIC -o src/network/.libs/Connection.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ProcessPool.c -o src/network/ProcessPool.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ProcessPool.c -fPIC -DPIC -o src/network/.libs/ProcessPool.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ThreadPool.c -o src/network/ThreadPool.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ThreadPool.c -fPIC -DPIC -o src/network/.libs/ThreadPool.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ReactorThread.c -o src/network/ReactorThread.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ReactorThread.c -fPIC -DPIC -o src/network/.libs/ReactorThread.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ReactorProcess.c -o src/network/ReactorProcess.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/ReactorProcess.c -fPIC -DPIC -o src/network/.libs/ReactorProcess.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Manager.c -o src/network/Manager.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Manager.c -fPIC -DPIC -o src/network/.libs/Manager.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Worker.c -o src/network/Worker.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Worker.c -fPIC -DPIC -o src/network/.libs/Worker.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Timer.c -o src/network/Timer.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Timer.c -fPIC -DPIC -o src/network/.libs/Timer.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Port.c -o src/network/Port.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/network/Port.c -fPIC -DPIC -o src/network/.libs/Port.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/base.c -o src/os/base.lo
mkdir src/os/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/base.c -fPIC -DPIC -o src/os/.libs/base.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/dl.c -o src/os/dl.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/dl.c -fPIC -DPIC -o src/os/.libs/dl.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/linux_aio.c -o src/os/linux_aio.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/linux_aio.c -fPIC -DPIC -o src/os/.libs/linux_aio.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/msg_queue.c -o src/os/msg_queue.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/msg_queue.c -fPIC -DPIC -o src/os/.libs/msg_queue.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/sendfile.c -o src/os/sendfile.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/sendfile.c -fPIC -DPIC -o src/os/.libs/sendfile.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/signal.c -o src/os/signal.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/signal.c -fPIC -DPIC -o src/os/.libs/signal.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/timer.c -o src/os/timer.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/os/timer.c -fPIC -DPIC -o src/os/.libs/timer.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Base.c -o src/protocol/Base.lo
mkdir src/protocol/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Base.c -fPIC -DPIC -o src/protocol/.libs/Base.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/SSL.c -o src/protocol/SSL.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/SSL.c -fPIC -DPIC -o src/protocol/.libs/SSL.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Http.c -o src/protocol/Http.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Http.c -fPIC -DPIC -o src/protocol/.libs/Http.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Http2.c -o src/protocol/Http2.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Http2.c -fPIC -DPIC -o src/protocol/.libs/Http2.o
/tmp/pear/temp/swoole/src/protocol/Http2.c: In function ‘swHttp2_parse_frame’:
/tmp/pear/temp/swoole/src/protocol/Http2.c:24: warning: ‘package_length’ may be used uninitialized in this function
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/WebSocket.c -o src/protocol/WebSocket.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/WebSocket.c -fPIC -DPIC -o src/protocol/.libs/WebSocket.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Mqtt.c -o src/protocol/Mqtt.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Mqtt.c -fPIC -DPIC -o src/protocol/.libs/Mqtt.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Socks5.c -o src/protocol/Socks5.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Socks5.c -fPIC -DPIC -o src/protocol/.libs/Socks5.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/MimeTypes.c -o src/protocol/MimeTypes.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/MimeTypes.c -fPIC -DPIC -o src/protocol/.libs/MimeTypes.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Redis.c -o src/protocol/Redis.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Redis.c -fPIC -DPIC -o src/protocol/.libs/Redis.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Base64.c -o src/protocol/Base64.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/src/protocol/Base64.c -fPIC -DPIC -o src/protocol/.libs/Base64.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/thirdparty/php_http_parser.c -o thirdparty/php_http_parser.lo
mkdir thirdparty/.libs
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/thirdparty/php_http_parser.c -fPIC -DPIC -o thirdparty/.libs/php_http_parser.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/thirdparty/multipart_parser.c -o thirdparty/multipart_parser.lo
cc -I. -I/tmp/pear/temp/swoole -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -c /tmp/pear/temp/swoole/thirdparty/multipart_parser.c -fPIC -DPIC -o thirdparty/.libs/multipart_parser.o
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/include -I/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/main -I/tmp/pear/temp/swoole -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/tmp/pear/temp/swoole -I/tmp/pear/temp/swoole/include -DHAVE_CONFIG_H -Wall -pthread -g -O2 -lpthread -o swoole.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/modules swoole.lo swoole_server.lo swoole_server_port.lo swoole_atomic.lo swoole_lock.lo swoole_client.lo swoole_event.lo swoole_timer.lo swoole_async.lo swoole_process.lo swoole_buffer.lo swoole_table.lo swoole_http_server.lo swoole_http_v2_server.lo swoole_websocket_server.lo swoole_http_client.lo swoole_mysql.lo swoole_redis.lo swoole_redis_serve
r.lo swoole_module.lo swoole_mmap.lo swoole_channel.lo src/core/base.lo src/core/log.lo src/core/hashmap.lo src/core/RingQueue.lo src/core/Channel.lo src/core/string.lo src/core/array.lo src/core/socket.lo src/core/list.lo src/core/heap.lo src/memory/ShareMemory.lo src/memory/MemoryGlobal.lo src/memory/RingBuffer.lo src/memory/FixedPool.lo src/memory/Malloc.lo src/memory/Table.lo src/memory/Buffer.lo src/factory/Factory.lo src/factory/FactoryThread.lo src/factory/FactoryProcess.lo src/reactor/ReactorBase.lo src/reactor/ReactorSelect.lo src/reactor/ReactorPoll.lo src/reactor/ReactorEpoll.lo src/reactor/ReactorKqueue.lo src/pipe/PipeBase.lo src/pipe/PipeEventfd.lo src/pipe/PipeUnsock.lo src/lock/Semaphore.lo src/lock/Mutex.lo src/lock/RWLock.lo src/lock/SpinLock.lo src/lock/FileLock.lo src/network/Server.lo src/network/TaskWorker.lo src/network/Client.lo src/network/Connection.lo src/network/ProcessPool.lo src/network/ThreadPool.lo src/network/ReactorThread.lo src/network/ReactorProcess.lo src/network/Manager.
lo src/network/Worker.lo src/network/Timer.lo src/network/Port.lo src/os/base.lo src/os/dl.lo src/os/linux_aio.lo src/os/msg_queue.lo src/os/sendfile.lo src/os/signal.lo src/os/timer.lo src/protocol/Base.lo src/protocol/SSL.lo src/protocol/Http.lo src/protocol/Http2.lo src/protocol/WebSocket.lo src/protocol/Mqtt.lo src/protocol/Socks5.lo src/protocol/MimeTypes.lo src/protocol/Redis.lo src/protocol/Base64.lo thirdparty/php_http_parser.lo thirdparty/multipart_parser.lo -lz -lrt
cc -shared .libs/swoole.o .libs/swoole_server.o .libs/swoole_server_port.o .libs/swoole_atomic.o .libs/swoole_lock.o .libs/swoole_client.o .libs/swoole_event.o .libs/swoole_timer.o .libs/swoole_async.o .libs/swoole_process.o .libs/swoole_buffer.o .libs/swoole_table.o .libs/swoole_http_server.o .libs/swoole_http_v2_server.o .libs/swoole_websocket_server.o .libs/swoole_http_client.o .libs/swoole_mysql.o .libs/swoole_redis.o .libs/swoole_redis_server.o .libs/swoole_module.o .libs/swoole_mmap.o .libs/swoole_channel.o src/core/.libs/base.o src/core/.libs/log.o src/core/.libs/hashmap.o src/core/.libs/RingQueue.o src/core/.libs/Channel.o src/core/.libs/string.o src/core/.libs/array.o src/core/.libs/socket.o src/core/.libs/list.o src/core/.libs/heap.o src/memory/.libs/ShareMemory.o src/memory/.libs/MemoryGlobal.o src/memory/.libs/RingBuffer.o src/memory/.libs/FixedPool.o src/memory/.libs/Malloc.o src/memory/.libs/Table.o src/memory/.libs/Buffer.o src/factory/.libs/Factory.o src/factory/.libs/FactoryThread.o src/fac
tory/.libs/FactoryProcess.o src/reactor/.libs/ReactorBase.o src/reactor/.libs/ReactorSelect.o src/reactor/.libs/ReactorPoll.o src/reactor/.libs/ReactorEpoll.o src/reactor/.libs/ReactorKqueue.o src/pipe/.libs/PipeBase.o src/pipe/.libs/PipeEventfd.o src/pipe/.libs/PipeUnsock.o src/lock/.libs/Semaphore.o src/lock/.libs/Mutex.o src/lock/.libs/RWLock.o src/lock/.libs/SpinLock.o src/lock/.libs/FileLock.o src/network/.libs/Server.o src/network/.libs/TaskWorker.o src/network/.libs/Client.o src/network/.libs/Connection.o src/network/.libs/ProcessPool.o src/network/.libs/ThreadPool.o src/network/.libs/ReactorThread.o src/network/.libs/ReactorProcess.o src/network/.libs/Manager.o src/network/.libs/Worker.o src/network/.libs/Timer.o src/network/.libs/Port.o src/os/.libs/base.o src/os/.libs/dl.o src/os/.libs/linux_aio.o src/os/.libs/msg_queue.o src/os/.libs/sendfile.o src/os/.libs/signal.o src/os/.libs/timer.o src/protocol/.libs/Base.o src/protocol/.libs/SSL.o src/protocol/.libs/Http.o src/protocol/.libs/Http2.o src/prot
ocol/.libs/WebSocket.o src/protocol/.libs/Mqtt.o src/protocol/.libs/Socks5.o src/protocol/.libs/MimeTypes.o src/protocol/.libs/Redis.o src/protocol/.libs/Base64.o thirdparty/.libs/php_http_parser.o thirdparty/.libs/multipart_parser.o -lpthread -lz -lrt -pthread -Wl,-soname -Wl,swoole.so -o .libs/swoole.so
creating swoole.la
(cd .libs && rm -f swoole.la && ln -s ../swoole.la swoole.la)
/bin/sh /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/libtool --mode=install cp ./swoole.la /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/modules
cp ./.libs/swoole.so /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/modules/swoole.so
cp ./.libs/swoole.lai /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/modules/swoole.la
PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/pear/temp/pear-build-root19JJUm/swoole-1.9.3/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3" install
Installing shared extensions: /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/
running: find "/tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3" | xargs ls -dils
399106 4 drwxr-xr-x 3 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3
399320 4 drwxr-xr-x 3 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr
399321 4 drwxr-xr-x 3 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local
399322 4 drwxr-xr-x 3 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local/php
399323 4 drwxr-xr-x 3 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local/php/lib
399324 4 drwxr-xr-x 3 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local/php/lib/php
399325 4 drwxr-xr-x 3 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local/php/lib/php/extensions
399326 4 drwxr-xr-x 2 root root 4096 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226
399319 2932 -rwxr-xr-x 1 root root 3001314 Jan 4 12:32 /tmp/pear/temp/pear-build-root19JJUm/install-swoole-1.9.3/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/swoole.so

Build process completed successfully
Installing '/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/swoole.so'
install ok: channel://pecl.php.net/swoole-1.9.3
Extension swoole enabled in php.ini
[root@card01 ~]# php -m
[PHP Modules]
bcmath
Core
ctype
curl
date
dom
ereg
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mcrypt
mhash
mysql
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
swoole
sysvsem
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
Zend Guard Loader

zip
zlib

[Zend Modules]
Zend Guard Loader

[root@card01 ~]#

创建TCP服务器

程序代码

server.php

//创建Server对象,监听 127.0.0.1:9501端口
$serv = new swoole_server("127.0.0.1", 9501); 

//监听连接进入事件
$serv->on('connect', function ($serv, $fd) {  
    echo "Client: Connect.
";
});

//监听数据发送事件
$serv->on('receive', function ($serv, $fd, $from_id, $data) {
    $serv->send($fd, "Server: ".$data);
});

//监听连接关闭事件
$serv->on('close', function ($serv, $fd) {
    echo "Client: Close.
";
});

//启动服务器
$serv->start(); 

这里就创建了一个TCP服务器,监听本机9501端口。它的逻辑很简单,当客户端Socket通过网络发送一个 hello 字符串时,服务器会回复一个 Server: hello 字符串。

server端事件

[root@card01 swoole]# php server.php
Client: Connect.
Client: Close.

client端连接

[root@card01 ~]# telnet 127.0.0.1 9501
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
hello
Server: hello
a
Server: a
nihao
Server: nihao
Server:
^]
telnet> quit
Connection closed.
You have new mail in /var/spool/mail/root
[root@card01 ~]#

http://172.16.10.242/users/liugx/swoole/client.php

浏览器打开时提醒

Fatal error: Class 'swoole_client' not found in /home/wwwroot/users/liugx/swoole/client.php on line 2

重启php-fpm就可以了

原文地址:https://www.cnblogs.com/liugx/p/6248220.html