项目作者: kenboy

项目描述 :
Extended PHP Library
高级语言: C
项目地址: git://github.com/kenboy/pecl-epl.git
创建时间: 2018-04-11T10:58:52Z
项目社区:https://github.com/kenboy/pecl-epl

开源协议:Other

下载


EPL - Extended PHP Library

Build Status Supported PHP versions: 7.3 Supported PHP versions: 7.4

Install the extension

  1. git clone git@github.com:kenboy/pecl-epl.git
  2. cd pecl-epl
  3. phpize
  4. ./configure
  5. make
  6. sudo make install

Then add extension=epl.so to your php.ini, or in a dedicated epl.ini file created within the include directory.