-
Notifications
You must be signed in to change notification settings - Fork 4
A PHP Sandbox (Runkit). A way to run untrusted PHP in a 'more' secure / safe way
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
fregster/PHPSandbox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PHPSandbox A way to run external scripts from your core PHP files. Allows for running non-trusted PHP from with in your main PHP application. Allows the main script to continue should a fatal error occour in your incuded code. Supports: Function restrictions Enviroment obscurification Sessions Passing GET and POST param's INI settings protection Run's as a seperate process to protect the parent PHP script from crashs Prevent's interaction with the parent PHP Requirements: PHP 5.2+ (Only tested in PHP 5.3 currently) PHP CLI Notes: Only currently tested under Linux and OSX
About
A PHP Sandbox (Runkit). A way to run untrusted PHP in a 'more' secure / safe way
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published