Started work on experimental PHP driver

main
ElbertF 13 years ago
parent 751ac4daff
commit ffc9ec15be

@ -86,12 +86,12 @@ want to port Wappalyzer to a new platform.
**PHP** **PHP**
Work in progress. Installation on Debian Linux: Work in progress. Getting started on Debian Linux:
* `# aptitude install php5-dev php-pear libv8-dev` * `# aptitude install php5-dev php-pear libv8-dev`
* `# pecl install channel://pecl.php.net/v8js-0.1.3` * `# pecl install channel://pecl.php.net/v8js-0.1.3`
* Create `/etc/php5/conf.d/v8js.ini` containing `extension=v8js.so` * `# echo "extension=v8js.so" > /etc/php5/conf.d/v8js.ini`
* `# php drivers/php/driver.php` * `$ php drivers/php/driver.php`
Screenshot Screenshot