Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 643 Bytes

INSTALL.md

File metadata and controls

31 lines (19 loc) · 643 Bytes

Requirements

  • PHP 7.1+

Installation

From sources

git clone https://github.com/krakjoe/uopz.git
cd uopz
phpize
./configure --enable-uopz  [ --enable-uopz-coverage ] [ --with-uopz-sanitize ]
make
make test
make install

From PECL

pecl install uopz

Binary distributions