pear

windows及linux环境下安装PEAR

我们两清 提交于 2021-02-08 12:42:09
1:PEAR 维基百科:PEAR( P HP E xtension and A pplication R epository)由Stig S. Bakken于2000年在PHP开发者会议(PHP Developers' Meeting, PDM)上提出,目的是实做可以重复使用的库来提供PHP社区使用。 这个项目的目标为: 提供有架构的代码。 提供社区可重复使用的库。 创建PHP编码风格标准。 2:安装方法: 当然前提是你已经安装了PHP环境 :-) Windows环境下: 下载 go-pear.phar 至php目录,运行cmd,到php执行目录运行php go-pear.phar,接下来就是询问安装路径之类的,选择要安装的目录即可。安装完后即可运行pear 命令了。 (提示:安装过程中有一步需要修改你的php.ini,修改完重新加载php配置文件即可) Unix/Linux/BSD环境: 一般使用php,pear的包管理器已经默认安装了,除非配置的时候执行了 ./configure option --without-pear 如果想重新安装,运行下面命令即可 $ wget http://pear.php.net/go-pear.phar $ php go-pear.phar 同样在选择安装目录后安装自动执行,最终会提示安装成功。 (提示:如果你没有安装wget

PECL_HTTP is installed, but does not work

僤鯓⒐⒋嵵緔 提交于 2021-02-07 23:53:54
问题 I have installed pecl_http , but when I try to use it, I get an error: Fatal error: Uncaught Error: Call to undefined function http_get() in /opt/lampp/htdocs/tes_http.php:3 Stack trace: #0 {main} thrown in /opt/lampp/htdocs/tes_http.php on line 3 This is my php.ini configuration: extension="propro.so" extension="http.so" extension="raphf.so" [PHP] ;;;;;;;;;;;;;;;;;;; Please help me to figure out why the function is not available. 回答1: The current version of http extension (the package name

安装PHP Pear

∥☆過路亽.° 提交于 2021-01-02 23:39:56
什么是PEAR 来自 百度百科 :PEAR是PHP扩展与应用库(the PHP Extension and Application Repository)的缩写。它是一个PHP扩展及应用的一个代码仓库,简单地说,PEAR之于PHP就像是CPAN(Comprehensive Perl Archive Network)之于Perl。 由此可见PEAR是PHP代码的仓库,在这里可以找到很多有用的代码,避免我们重复写一些功能,但是PEAR代码包并不是直接通过HTTP网站下载的,我们需要安装PEAR。 如何获取并安装PEAR 建议:下面操作在Windows 7环境下完成,同样适用于Windows XP/2003/Vista/2008系统,部分操作带有尝试性,为了避免弯路,建议先看完本文,然后再进行相关操作。 如果PHP目录下没有自带PEAR,即找不到go-pear.php文件,那么就需要我们手动下载go-pear.php文件, 点击这里下载并另存为go-pear.php ,这个文件放到php.exe所在的PHP安装目录下,我这里安装目录是D:\php5(下文以此目录为准),那么go-pear.php的位置应该是D:\php5\go-pear.php。 开始 – 运行,输入cmd,启动命令提示符,输入以下命令,主要是切换到go-pear.php目录下,然后执行这个PHP脚本文件: 1 2 3

How to install amqp on windows

自闭症网瘾萝莉.ら 提交于 2020-12-05 05:02:18
问题 I am having this error while installing pecl/amqp when I type in the command line: pear install pecl/amqp WARNING: php_bin C:\xampp\php.\php.exe appears to have a suffix .\php.exe, but config variable php_suffix does not match ERROR: The DSP amqp.dsp does not exist. I need to install this so that I can use amqp ( RabbitMQ ) on php. 回答1: @ AMQP installation php.net: Note to Windows users: This extension does not currently support Windows since the librabbitmq library does not yet support

Windows - PHPDocs unable to install through Pear

扶醉桌前 提交于 2020-06-27 10:14:21
问题 When running the two commands to install phpdocs: pear channel-discover pear.phpdoc.org pear install phpdoc/phpDocumentor I get this error below saying I am unable to unpack a tgz file below. C:\wamp\bin\php\php5.5.12\pear>pear channel-discover pear.phpdoc.org C:\wamp\bin\php\php5.5.12\pear>pear install phpdoc/phpDocumentor downloading phpDocumentor-2.8.2.tgz ... Starting to download phpDocumentor-2.8.2.tgz (16,246,834 bytes) ...................................................................