Socket.io
- 1 ответ
- 0 вопросов
1
Вклад в тег
wget http://www.php.net/get/php-5.5.2.tar.gz/from/de3.php.net/mirror
tar zxvf *
cd php*
./configure --enable-fpm --with-mcrypt --with-zlib --enable-mbstring --with-curl --disable-debug --disable-rpath --enable-inline-optimization --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --with-mhash --enable-zip --with-pcre-regex --with-gd --with-mysqli
make
make install
cd ..
rm -r -f php*