略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 安装/配置

2024-05-05

安装/配置

Table of Contents

add a note add a note

User Contributed Notes 1 note

up
-10
crashulater at virtualcrash dot com
1 year ago
example INSTALL
$ zcat php-stats-1.0.5.tar.gz | tar -xvf -
$ cd stats-1.0.5
$ phpize
$ ./configure --prefix=/usr --with-libdir=/usr/lib64 --with-php-config=/usr/bin/php-config
$ make
$ make test
# make install
# vi /etc/php.d/stats.ini
; Enable Statistical extension module
extension=stats.so
# /etc/init.d/httpd restart

官方地址:https://www.php.net/manual/en/stats.setup.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3