da79b9d376
Define customized superglobal variables for general purpose use. Execute code in restricted environment (sandboxing). PR: ports/84545 Submitted by: Elias Mandouvalos <ocean@mail.gr>
5 lines
247 B
Text
5 lines
247 B
Text
The runkit extension provides means to modify constants, user-defined
|
|
functions, and user-defined classes. It also provides for custom superglobal
|
|
variables and embeddable sub-interpreters via sandboxing.
|
|
|
|
WWW: http://pecl.php.net/package/runkit
|