Інструкція щодо встановлення цього PECL-розширення є в розділі посібника Встановлення PECL-розширень. Більше інформації, як от нові випуски, файли для завантаження, файли з початковим кодом, інформація для дописувачів та список змін знаходиться тут: » https://pecl.php.net/package/taint.
Install it with PECL:
$ pecl install taint
The source code is hosted on » GitHub. To build the extension from source:
$ git clone https://github.com/laruence/taint.git $ cd taint $ phpize $ ./configure $ make $ sudo make install
Then enable the extension by adding
extension=taint.so (or extension=php_taint.dll
on Windows) to php.ini, and set
taint.enable to
1.
Taint is a development and auditing tool. Do not enable it in production environments: the instrumentation slows every request down and disables the OPcache JIT, and the warnings may leak request data into logs.