E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
php-config
php支持redis
/configure--with-php-config=/usr/bin/
php-config
(php是rpm包)make&&makeinstall在php.ini中添加extension=redis.so
zhangfang2012
·
2013-01-24 14:57
PHP
xhprof安装&&使用
/configure --with-php-config=/usr/local/php/bin/
php-config
sudo make sudo
swincle
·
2013-01-04 11:00
HP
linux下安装EXIF库
/configure --with-php-config=/usr/local/php/bin/
php-config
(这个是
php-config
路径)
crystalwiner
·
2012-12-21 12:00
Exif
安装php的插件bcmath
/configure--with-php-config=/usr/local/php/bin/
php-config
make&&makeinstall(make可以得到so路径)so路径拷贝到
心心
·
2012-12-04 17:00
安装php的插件bcmath
php安装扩展mysqli
/configure--with-php-config=/usr/local/webserver/php/bin/
php-config
#make #makeinstal报错:checkingforMySQLisupport
luochuan
·
2012-11-22 22:00
PHP添加yaf xhprof mongodb 同理
/configure--with-php-config=/usr/bin/
php-config
maketest mak
liupengv5
·
2012-11-20 10:00
mongodb
xhprof
Yaf
xhprof安装&&使用
/configure--with-php-config=/usr/local/php/bin/
php-config
sudomake
tsuliuchao
·
2012-10-17 10:00
linux安装出错
/configure--with-php-config=/php-install-path/bin/
php-config
Neo_
·
2012-09-12 22:00
Linux下安装xdebug
/configure–enable-xdebug–with-php-config=/你php的bin路径/
php-config
;3、make好了,结束了。这是时候会在xdebu
veyvon
·
2012-08-06 16:54
xdebug
Linux下安装xdebug
/configure–enable-xdebug–with-php-config=/你php的bin路径/
php-config
;3、make好了,结束了。这是时候会在xdebug
veyvon
·
2012-08-06 16:54
xdebug
PHP
添加CURL扩展
/configure--with-php-config=/usr/local/php/bin/
php-config
makecdmodules/cpcurl.so/usr/lib64/extensions
sndapk
·
2012-07-06 20:40
添加CURL扩展
php添加扩展模块
zxf php-5.3.10.tar.gz cd php-5.3.10/ext/snmp #运行phpize生成configure /usr/local/php/bin/phpize #编译,指定
php-config
lss_
·
2012-06-21 16:27
php
APACHE
php添加扩展模块
5.3.10.tar.gz cd php-5.3.10/ext/snmp #运行phpize生成configure /usr/local/php/bin/phpize #编译,指定
php-config
lss_
·
2012-06-21 16:27
PHP
centos -- 安装php环境
/configure--enable-memcache--with-php-config=/usr/bin/
php-config
--with-zli
jackjie2010
·
2012-04-20 10:15
PHP
centos
linux安装环境
configure: error: Connot find php-config. Please add --with-php-config=PATH
/configure时加上--with-php-config=/usr/local/php/bin/
php-config
即可(可用find/-name"
php-config
"定位)
yangzhimingg
·
2012-04-15 20:04
error
find
add
configure
Please
Connot
php-config
vld 安装 使用
/configure --with-php-config=/***/
php-config
make make test make install 2、 php.ini 添加
fantom
·
2012-03-19 13:00
安装
php加载模块
/configure--enable-zip--with-php-config=/usr/local/php/bin/
php-config
这里要注意一下,有的是--enable-有的是--with-,怎么去判断呢
gxjluck
·
2012-02-28 16:12
PHP
安装
Enable
local
找到你
XCache安装配置
/configure --with-php-config=/usr/local/php/bin/
php-config
--enable-xcache --enable-xcache-optimizer
sxysxy
·
2011-12-22 18:00
cache
Linux环境下不重新编译php添加扩展模块
添加ftp模块为例子进入源码目录cdphp-5.2.8/ext/ftp#运行phpize生成configure/usr/local/php/bin/phpize#编译,指定
php-config
,留意这里的
zssweibo
·
2011-12-08 12:54
linux
local
目录
休闲
cd
安装mysql驱动
/configure --with-php-config=/opt/modules/php5.3/bin/
php-config
--with-mysql=/opt/modules/mysql/ make
wtm_mac
·
2011-12-06 10:00
PHP
mysql
PHP动态编译出现Cannot find autoconf
/configure--with-php-config=/usr/local/webserver/php/bin/
php-config
但是执行/usr/local/webserver/php/bin/phpize
21aspnet
·
2011-11-22 16:00
PHP
api
Module
扩展
Zend
extension
linux下php动态添加扩展
/configure --with-php-config=/home/web/php/bin/
php-config
报错如下 checking for cURL in default path...
mr.zxing
·
2011-11-18 05:00
linux
php安装soap模块
/configure--with-php-config=/usr/local/php/bin/
php-config
--enable-soap #make #makeinstall 编译后的soap.so
lovejuan007
·
2011-10-19 12:15
PHP
职场
SOAP
休闲
xdebug安装
/configure --with-php-config=/usr/local/php/bin/
php-config
--enable-xdebug .........................
275553385
·
2011-10-15 15:00
PHP
xdebug
linux 下编译安装php mongodb扩展
基于本博客yum安装的lamp环境,phpize位于/usr/bin,
php-config
位于/usr/bin,php.ini位于/etc/因此以下相应的路径需改变。
flandycheng
·
2011-07-27 12:17
mongodb
PHP
linux
职场
休闲
Linux 安装php扩展curl
/configure --with-php-config=/home/web/php/bin/
php-config
报错如下 checking for cURL in default path...
dsbjoe
·
2011-07-16 16:00
linux
php下添加pdo_mysql扩展
/configure --with-php-config=/usr/local/php/bin/
php-config
注意:php安装在/usr/l
wubolu
·
2011-06-20 11:00
apache
PHP
mysql
.net
linux php 编译 eaccelerator
/configure --with-php-config=/usr/local/php/bin/
php-config
/usr/local/php/bin/phpize .
xiaoyangok
·
2011-05-11 11:00
linux
PHP
cache
Zend
添加curl扩展模块
/configure--prefix=/usr/local/curl makemakeinstall/usr/local/php-5.2.9/bin/
php-config
|grepconfigcd/usr
houzaicunsky
·
2011-04-07 14:32
PHP
职场
curl
休闲
扩展模块
php安装soap模块
/configure --with-php-config=/usr/local/php/bin/
php-config
--enable-soap #make #make install 编译后的
vtrtbb
·
2011-04-04 09:00
apache
PHP
ext
SOAP
soap扩展编译,加载及动态加载
/configure --with-php-config=/var/php/bin/
php-config
(一定要有
php-config
这个文件的路径,不然会报错!)
isiqi
·
2011-03-29 13:00
PHP
cache
ext
SOAP
Zend
php动态编译openssl过程
/configure --with-openssl --with-php-config=/usr/local/php/bin/
php-config
# make && make install viphp.i
dongfang_09859
·
2011-03-10 20:35
php
职场
休闲
PHP
php动态编译openssl过程
/configure --with-openssl --with-php-config=/usr/local/php/bin/
php-config
# make && ma
dongfang_09859
·
2011-03-10 20:35
PHP
职场
动态编译
休闲
openssl过程
php加速器eAccelerator安装
/configure \ –-enable-eaccelerator \ -–with-php-config=/usr/local/php/bin/
php-config
2)修改
dongfang_09859
·
2011-02-28 17:05
PHP
安装
eaccelerator
休闲
加速器
php加速器eAccelerator安装
/configure \ –-enable-eaccelerator \ -–with-php-config=/usr/local/php/bin/
php-config
2)修改php,ini,
dongfang_09859
·
2011-02-28 17:05
php
安装
休闲
PHP
Linux环境下不重新编译php添加扩展模块
nbsp; 添加ftp模块为例子进入源码目录cd php-5.2.8/ext/ftp#运行phpize 生成 configure /usr/local/php/bin/phpize #编译,指定
php-config
icarusli
·
2011-01-29 12:00
PHP
linux
ext
PHP xdebug 帮助调试php 程序
/configure--enable-xdebug(如果提示找不到
php-config
;则请用以下命令编译:.
radkitty
·
2010-08-12 17:00
PHP
image
Graph
include
Zend
extension
不重新编译php添加扩展模块
以添加ftp模块为例子进入源码目录cdphp-5.2.13/ext/ftp#运行phpize生成configure/usr/local/php/bin/phpize#编译,指定
php-config
,注意这里的
king_819
·
2010-04-05 22:29
PHP
编译
休闲
phpize
扩展模块
不重新编译php添加扩展模块
以添加ftp模块为例子进入源码目录cdphp-5.2.13/ext/ftp#运行phpize生成configure/usr/local/php/bin/phpize#编译,指定
php-config
,注意这里的
king_819
·
2010-04-05 22:29
PHP
编译
休闲
phpize
扩展模块
php加载模块
/configure--enable-zip--with-php-config=/usr/local/php/bin/
php-config
这里要注意一下,有的是--enable- 有的是--with-,
yang2001
·
2009-10-14 16:07
PHP
职场
模块
休闲
php加载模块
/configure--enable-zip--with-php-config=/usr/local/php/bin/
php-config
这里要注意一下,有的是--enable- 有的是--with-,
yang2001
·
2009-10-14 16:07
PHP
职场
模块
休闲
PECL安装
/configure --with-php-config=/opt/php/bin/
php-config
make make install 自己设置php.ini的extension_dir变量
hanyh
·
2009-09-16 23:00
PHP
.net
SVN
ext
php扩展安装(centos+ubuntu)
root@ubuntu-desktop:/usr/bin#php-configUsage:/usr/bin/
php-config
[OPTION]Options: --prefix [
zhengdl126
·
2009-08-20 13:00
PHP
mysql
centos
ubuntu
ext
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他