1.9.1
��Ҫ��������
- ��ʹ��
addProcess����û����̺�������shutdown������
- �첽��д�ļ�����
Async::writeFile����FILE_APPENDѡ��֧��
- �첽��д�ļ������ڽ���read��writeʱ���ļ�����
- ��
Async::write����δ���ûص�������������������
- �ع�
Async::write������ģʽ��ʵ�֣�ʹ��O_APPEND
- �ع�
reopen log file���ԣ��յ�SIGRTMIN�źź����´���־�ļ����ض�������
- ��
Table��������©���ݵ�����
- �ص�����
onPacket�ͻ�����Ϣ�������ӷ�������Դ�˿�server_port
- �ص�����
onReceive��connection_info���������Ƴ���UDP��֧�֣�UDP�˿�ʹ����2������ʱ���׳�E_DEPRECATED������Ϣ
- ���������ӵ�����
Connection\Iterator����ArrayAccess�ӿ�
- ��
Server�ڽ��̹ܵ��������������������ʹ����ݵ������������⣨��Ҫ���⣩
- ��PHP7������
opcache���±���������
- ��
taskWaitMulti�ڳ�ʱ��������ִ�гɹ�������������
- ��ʱ��ʹ��
MONOTONIC����ʱ�䣬���ϵͳʱ���ĵ��¶�ʱ�����ҵ�����
����ArrayAccess�÷�
$serv->on('connect', function ($serv, $fd, $reactor_id){
echo "IP Address: ".$serv->connections[$fd]['remote_ip']."\n";
if (isset($serv->connections[6])) {
echo "connection 6 is exists.\n";
}
});