Questions tagged «pecl»

5
PECL和PEAR有什么区别?
我可以看到GD库用于图像。但是我看不到PECL和PEAR之间的区别。两者都有身份验证。两者之间的主要区别是什么?他们为什么不合并它们?
138 php  pear  pecl 

6
尝试安装pecl扩展时,mac os x 10.7.3上的$ PHP_AUTOCONF错误
我正在尝试使用pecl_http和memcache设置我的机器,在两种情况下,我都会遇到类似的错误。这是在MAC OS X 10.7.3(lion)上的,我也安装了XCODE。在运行这些命令之前,我还安装了Zend Server社区版,并设置了CFLAGS ='-arch i386 -arch x86_64'环境变量。所以请帮忙我需要做的 bash-3.2# **sudo pecl install pecl_http-1.7.1** downloading pecl_http-1.7.1.tgz ... Starting to download pecl_http-1.7.1.tgz (174,098 bytes) .....................................done: 174,098 bytes 71 source files, building running: phpize Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 Cannot find …

3
在没有提示的情况下安装PECL模块
我只是从源代码在Ubuntu Natty上安装了PHP。 我正在尝试使用PECL安装其他模块,例如APC和Memcache。我正在使用这样的东西: pecl install apc 但是,我收到提示要求我确认的提示。 如何使用pecl命令仅接受默认值?我在留言板上看到了这样的内容:printf "yes\n" | pecl install pecl_http。但是,在APC的情况下,如果默认值是no(我认为),它将回答yes。 提前致谢。
90 php  pecl 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.