| Top Level :: PHP
    :: runkit
    :: 0.9 
    runkit    0.9    
                    This package is not maintained anymore and has been superseded by
            runkit7 .
        
            
    
        | 
                
                    | Package Information |  
                    | Summary | For all those things you.... probably shouldn't have been doing anyway.... but surely do! |  
                    | Maintainers | Sara Golemon                                                            <
                                    pollita at php dot net                                >
                                                        (lead)
                                                                                    [details] Dmitry Zenovich                                                            <
                                    dzenovich at gmail dot com                                >
                                                        (lead)
                                                                                    [details]
 
 |  
                    | License | BSD License (3 Clause) |  
                    | 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 Version 0.9
 (beta)
 | Allow building part of runkit while leaving other functionality out. --enable-runkit works as before, building all runkit features
 Individual features may enabled or disable by using
 --enable-runkit-featurename or --disbale-runkit-featurename
 where featurename is any of:
 modify  - Runtime manipulation
 super   - Superglobal registration
 sandbox - Sandboxing
 
 Ex: ./configure --enable-runkit --disable-runkit-modify
 Enable superglobal registration and sandbox support,
 but disable runtime manipulation.
 
 ./configure --disable-runkit --enable-runkit-sandbox
 Enable only sandboxing support.
 
 This release also:
 - Fixes PHP4 (ZE1) compilation
 - Closes a potential crash-bug in runkit_import()
 handling of default properties
 - Resolves an output buffering bug in Runkit_Sandbox
 - Resolves Runkit_Sandbox failure when superglobals are defined
 |  |  
 
 
    
        | 
                
                    | Dependencies for release 0.9 |  |  |