메뉴 닫기

php sockets 모듈 소개 및 설치

PHP-logo.svg

php sockets 모듈 소개

The socket extension implements a low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client.

소켓 확장 소켓 서버뿐만 아니라 클라이언트 역할을 할 수있는 가능성을 제공하고, 인기 BSD 소켓에 기초하여 소켓 통신 기능에 낮은 수준의 인터페이스를 구현한다.

 

[설치]

cd /usr/local/APM_Setup/php-5.2.9/ext/sockets    // php 소스 폴더의 ext/sockets 디렉토리로 이동 

/usr/local/php/bin/phpize

./configure –enable-sockets –with-php-config=/usr/local/php/bin/php-config

make

cp -arp modules/soap.so /usr/local/php/modules    // modules 디렉토리는 예시로 만들어준 것

 

2. 연동

php.ini 파일을 열어서 [sockets] 항목에 아래와 같이 sockets.so 파일을 추가해줍니다.

 

vi /usr/local/apache/conf/php.ini

extension=/usr/local/php/modules/sockets.so

 

그리고 아파치를 재시작 해주면 적용이 완료됩니다.

 

/usr/local/apache/bin/apachectl restart

[polldaddy rating=”7739789″]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x