460343a9f5
PR: 251867 Submitted by: Vikash Badal <vikashb@where-ever.za.net> Approved by: lwhsu
8 lines
325 B
Text
8 lines
325 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.
|
|
|
|
Compatibility: PHP 7.2 to PHP 7.4
|
|
|
|
Documentation: https://www.php.net/runkit7
|
|
WWW: https://github.com/runkit7/runkit7
|