mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
15 lines
655 B
JSON
15 lines
655 B
JSON
{
|
|
"name": "ionCube-PHP-Accelerator",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "The ionCube PHP Accelerator is an easily installed PHP Zend engine extension that provides a PHP cache, and is capable of delivering a substantial acceleration of PHP scripts without requiring any script changes, loss of dynamic content, or other application compromises.",
|
|
"website": "http://www.php-accelerator.co.uk/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-accelerated-by]",
|
|
"regexp": "(?-mix:^[\\s]*PHPA\\/([^\\r^\\n]*))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|