什么是PEAR?什么是PECL?PHP中两个容易混淆的概念解释,pearpecl_PHP教程

WBOY
Release: 2016-07-13 09:48:02
Original
861 people have browsed it

什么是PEAR?什么是PECL?PHP中两个容易混淆的概念解释,pearpecl

概述

关于PEAR,PECL这两个东西,初学PHP的时候就知道,但是貌似用的人很少再加上以前也是在Windows下做开发,所以了解的不多,现在转到Mac了,就把这两个东西彻底弄弄清楚。

什么是PEAR

PEAR的全称是PHP Extension and Application Repository,是PHP的扩展库,采用PHP语言编写。所以我们可以直接下载,并在我们的代码中包含(include)扩展库。

什么是PECL

PECL的全称是PHP Extension Community Library,它也是PHP的扩展库。PECL的扩展都是采用C语言编写的,可以被载入PHP中,给PHP增加额外的功能,比如PHP的Mongo扩展。

PEAR VS PECL

PEAR采用PHP编写,PECL采用C语言编写
PEAR也是一个PHP编码的标准

总结

以后安装PHP扩展库的时候,比如Mongo扩展,直接采用PECL安装,应该不会再出现版本不匹配的情况了~~

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1024916.htmlTechArticle什么是PEAR?什么是PECL?PHP中两个容易混淆的概念解释,pearpecl 概述 关于PEAR,PECL这两个东西,初学PHP的时候就知道,但是貌似用的人很少...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!