- Added the ability to compile executable binaries for php using gcc
- Refactored execution unit system to use a new execution pointer system - Refactored `PhpRunner` to use the new execution pointer system - Refactored `BashRunner` to use the new execution pointer system - Refactored `LuaRunner` to use the new execution pointer system - Refactored `PerlRunner` to use the new execution pointer system - Refactored `PythonRunner` to use the new execution pointer system - Removed dependency `theseer\Autoload` in favor of ncc's own autoloader (screw you Arne Blankerts) - Refactored ZiProto - Removed runners `Python2` & `Python3` in favor of `Python`
This commit is contained in:
parent
ab32a3bba3
commit
de88a4fb9e
123 changed files with 4370 additions and 7266 deletions
|
@ -26,7 +26,6 @@
|
|||
$third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'Uid' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
|
||||
$third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'Filesystem' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
|
||||
$third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'Yaml' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
|
||||
$third_party_path . 'theseer' . DIRECTORY_SEPARATOR . 'Autoload' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
|
||||
$third_party_path . 'theseer' . DIRECTORY_SEPARATOR . 'DirectoryScanner' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue