| Package Information |
| Summary |
For all those things you.... probably shouldn't have been doing anyway.... |
| Maintainers |
Sara Golemon <pollita@php.net> (lead) [wishlist] [details]
|
| License |
PHP |
| Description |
Replace, rename, and remove user defined functions and classes.
Define customized superglobal variables for general purpose use.
Execute code in restricted environment (sandboxing). |
Release notes Version0.7 |
Primarily bugfix release, only new functionality is expanded parent_scope setting.
Workaround bug when using runkit_import() with opcode caches by bypassing cache for imported file.
Fix using runkit_import() with multiple classes (Thanks to Stuart Herbert for the patch)
Fix various reference issues for parameters passed to manipulation functions.
Fix C++ compatability in sandbox source files.
Fix parent_scope support (was only applied to property_read and eval/include/require ops)
Expand parent_scope setting to allow variable arrays as symbol tables. |