Informazioni per l'installazione di questa estensione PECL possono essere trovate nel capitolo del manuale intitolato Installazione delle estensioni PECL. Informazioni aggiuntive come nuove release, download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere trovate qui: » 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.