| 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.8 |
Fixed SAPI handlers for genuinely threaded webservers (e.g. apache2-worker)
Fixed internal pointer corruption in function/class popping
Added functions:
runkit_zval_inspect()
runkit_return_value_used()
runkit_default_property_add()
Implemented class property importing in runkit_import()
Began refactor for PHP6 compatability |